diff --git a/CHANGELOG.md b/CHANGELOG.md index e9465554b7bc2ccb058f66e8289b7e0f7236f65e..d4c8b0d1a6023725efd903631cb8d36aab91e59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.0.0-alpha.78](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.77...v1.0.0-alpha.78) (2021-12-15) + +### Bug Fixes + +- **import:** add extension when downloading file without + truncate slug if too + long + ([c5f18bb](https://code.podlibre.org/podlibre/castopod-host/commit/c5f18bb6dc08a758ff735454bbe9cfa45a68c09b)) + # [1.0.0-alpha.77](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.76...v1.0.0-alpha.77) (2021-11-23) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 37816faa7821c1f775984fb937b920173646d41e..be35f081647fc59b0d281a0022748f3486decb5a 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -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-alpha.77'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.78'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 0b02cfd71777a03c5d426b3e71bf822ca6616928..60a3c4df1c5f645c1929e496cd71195ea7459a14 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-alpha77", + "version": "1.0.0-alpha78", "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", diff --git a/package-lock.json b/package-lock.json index 6ce8ced8889db2846471601d5dd4ab7e8d985434..e7c0d3326bc37a7009513941ee1f220e06d160ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.77", + "version": "1.0.0-alpha.78", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "castopod-host", - "version": "1.0.0-alpha.77", + "version": "1.0.0-alpha.78", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.17", diff --git a/package.json b/package.json index 6e10d52d83182b514cada6a6c88ced84f2529eea..1756215becde33f3c4ff8856954bc62b4e6416c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.77", + "version": "1.0.0-alpha.78", "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",