diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2024-08-23 16:28:56 +0200 |
---|---|---|
committer | Alexandre Alapetite <alexandre@alapetite.fr> | 2024-08-23 16:28:56 +0200 |
commit | ca28c90f8bf1603594a1489bdeefd2d72e7e18bb (patch) | |
tree | b4a73aa55dd5b310065a3c6cac1ea88076b0c5a8 | |
parent | ca09f37b43981e3aa0d1a289838c5b235776fc83 (diff) | |
download | freshrss-ca28c90f8bf1603594a1489bdeefd2d72e7e18bb.tar.gz freshrss-ca28c90f8bf1603594a1489bdeefd2d72e7e18bb.zip |
Release 1.24.21.24.2
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | constants.php | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d711edd..787a97052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2024-0X-XX FreshRSS 1.24.2-dev +## 2024-08-23 FreshRSS 1.24.2-dev * Features * New global option to automatically add articles to favourites [#6648](https://github.com/FreshRSS/FreshRSS/pull/6648) @@ -58,6 +58,7 @@ * Minor update of PHPCS whitespace / formatting rules whitespace PHPCS rules [#6666](https://github.com/FreshRSS/FreshRSS/pull/6666) * Markdownlint no-trailing-spaces [#6668](https://github.com/FreshRSS/FreshRSS/pull/6668) * Removed sharing with Blogotext [#6225](https://github.com/FreshRSS/FreshRSS/pull/6225) + * Code improvements [#6043](https://github.com/FreshRSS/FreshRSS/pull/6043) * Update dev dependencies [#6606](https://github.com/FreshRSS/FreshRSS/pull/6606), [#6614](https://github.com/FreshRSS/FreshRSS/pull/6614), [#6679](https://github.com/FreshRSS/FreshRSS/pull/6679), [#6681](https://github.com/FreshRSS/FreshRSS/pull/6681), [#6682](https://github.com/FreshRSS/FreshRSS/pull/6682), [#6683](https://github.com/FreshRSS/FreshRSS/pull/6683), [#6684](https://github.com/FreshRSS/FreshRSS/pull/6684) diff --git a/constants.php b/constants.php index 59e588311..582138f07 100644 --- a/constants.php +++ b/constants.php @@ -4,7 +4,7 @@ declare(strict_types=1); //<Not customisable> const FRESHRSS_MIN_PHP_VERSION = '7.4.0'; -const FRESHRSS_VERSION = '1.24.2-dev'; +const FRESHRSS_VERSION = '1.24.2'; const FRESHRSS_WEBSITE = 'https://freshrss.org'; const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/'; |