From 634961bcaa85a82576c472a11b770f8454161db2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Feb 2022 17:18:45 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.7 [skip ci] # [1.0.0-beta.7](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-02-05) ### Bug Fixes * **activitypub:** allow cors on get requests for routes exposing acitivitypub objects ([2f24809](https://code.podlibre.org/podlibre/castopod-host/commit/2f2480998f9abb34f02ab186c65d462a74b4e640)) * **fediverse:** set model instances as non shared to prevent overlapping ([91128fa](https://code.podlibre.org/podlibre/castopod-host/commit/91128fad7a68e1f4e5acacba90b6899288699e61)) * **htaccess:** add ? after index.php in RewriteRule ([d9d139e](https://code.podlibre.org/podlibre/castopod-host/commit/d9d139eefa03c28d1a064b3b32c9036193497e57)), closes [#152](https://code.podlibre.org/podlibre/castopod-host/issues/152) ### Features * **home:** sort podcasts by recent activity + add dropdown menu to choose between sorting options ([7b89da6](https://code.podlibre.org/podlibre/castopod-host/commit/7b89da6106c150708782d39ed2742fe416c41e89)), closes [#164](https://code.podlibre.org/podlibre/castopod-host/issues/164) --- CHANGELOG.md | 20 ++++++++++++++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 372f7338..01c53abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.0.0-beta.7](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-02-05) + +### Bug Fixes + +- **activitypub:** allow cors on get requests for routes exposing acitivitypub + objects + ([2f24809](https://code.podlibre.org/podlibre/castopod-host/commit/2f2480998f9abb34f02ab186c65d462a74b4e640)) +- **fediverse:** set model instances as non shared to prevent overlapping + ([91128fa](https://code.podlibre.org/podlibre/castopod-host/commit/91128fad7a68e1f4e5acacba90b6899288699e61)) +- **htaccess:** add ? after index.php in RewriteRule + ([d9d139e](https://code.podlibre.org/podlibre/castopod-host/commit/d9d139eefa03c28d1a064b3b32c9036193497e57)), + closes [#152](https://code.podlibre.org/podlibre/castopod-host/issues/152) + +### Features + +- **home:** sort podcasts by recent activity + add dropdown menu to choose + between sorting options + ([7b89da6](https://code.podlibre.org/podlibre/castopod-host/commit/7b89da6106c150708782d39ed2742fe416c41e89)), + closes [#164](https://code.podlibre.org/podlibre/castopod-host/issues/164) + # [1.0.0-beta.6](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2022-02-03) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index f9c2943a..ad254c07 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-beta.6'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.7'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index e0b42513..cf9131de 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-beta6", + "version": "1.0.0-beta7", "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 ed73c45d..20fdb3c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "castopod-host", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "castopod-host", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.23", diff --git a/package.json b/package.json index 1c017f6b..edbbfd20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-beta.6", + "version": "1.0.0-beta.7", "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",