Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • adaures/castopod
  • mkljczk/castopod-host
  • spaetz/castopod-host
  • PatrykMis/castopod
  • jonas/castopod
  • ajeremias/castopod
  • misuzu/castopod
  • KrzysztofDomanczyk/castopod
  • Behel/castopod
  • nebulon/castopod
  • ewen/castopod
  • NeoluxConsulting/castopod
  • nateritter/castopod-og
  • prcutler/castopod
14 results
Show changes
Commits on Source (2)
# [1.0.0-beta.3](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-01-28)
### Bug Fixes
- revert to beta.1's codeigniter4 version
([e831411](https://code.podlibre.org/podlibre/castopod-host/commit/e83141127080ccde44987195db46ba97fd6cc2ca))
# [1.0.0-beta.2](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-01-28)
### Bug Fixes
......
......@@ -11,7 +11,7 @@ declare(strict_types=1);
|
| NOTE: this constant is updated upon release with Continuous Integration.
*/
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.2');
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.3');
/*
| --------------------------------------------------------------------
......
{
"name": "podlibre/castopod-host",
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"type": "project",
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
"homepage": "https://castopod.org",
......
......@@ -106,12 +106,12 @@
"source": {
"type": "git",
"url": "https://github.com/codeigniter4/CodeIgniter4.git",
"reference": "367b80590e08e109e96d9cb06abe8bd8345cbfa8"
"reference": "8449d13724d460a4e5573f49027cd9f862449a29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/367b80590e08e109e96d9cb06abe8bd8345cbfa8",
"reference": "367b80590e08e109e96d9cb06abe8bd8345cbfa8",
"url": "https://api.github.com/repos/codeigniter4/CodeIgniter4/zipball/8449d13724d460a4e5573f49027cd9f862449a29",
"reference": "8449d13724d460a4e5573f49027cd9f862449a29",
"shasum": ""
},
"require": {
......@@ -121,20 +121,20 @@
"ext-mbstring": "*",
"kint-php/kint": "^4.0",
"laminas/laminas-escaper": "^2.9",
"php": "^7.4 || ^8.0",
"php": "^7.3 || ^8.0",
"psr/log": "^1.1"
},
"require-dev": {
"codeigniter/coding-standard": "^1.1",
"fakerphp/faker": "^1.9",
"friendsofphp/php-cs-fixer": "3.4.*",
"friendsofphp/php-cs-fixer": "^3.1",
"mikey179/vfsstream": "^1.6",
"nexusphp/cs-config": "^3.3",
"nexusphp/tachycardia": "^1.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^9.1",
"predis/predis": "^1.1",
"rector/rector": "0.12.15"
"rector/rector": "0.12.11"
},
"suggest": {
"ext-fileinfo": "Improves mime type detection for files"
......@@ -184,7 +184,7 @@
"slack": "https://codeigniterchat.slack.com",
"issues": "https://github.com/codeigniter4/CodeIgniter4/issues"
},
"time": "2022-01-27T07:39:41+00:00"
"time": "2022-01-10T01:36:11+00:00"
},
{
"name": "codeigniter4/settings",
......
{
"name": "castopod-host",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "castopod-host",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@amcharts/amcharts4": "^4.10.23",
......
{
"name": "castopod-host",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
"private": true,
"license": "AGPL-3.0-or-later",
......