diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2025-02-23 16:15:36 +0100 |
---|---|---|
committer | Alexandre Alapetite <alexandre@alapetite.fr> | 2025-02-23 16:15:36 +0100 |
commit | df82c239437ee191dfc5a218f97744267a4a4c77 (patch) | |
tree | 2a06d0eefba2402fbc0cc2015243b10e9dff4cc5 | |
parent | f477a261d686e1d37853e4718c9e6e4393498959 (diff) | |
download | freshrss-df82c239437ee191dfc5a218f97744267a4a4c77.tar.gz freshrss-df82c239437ee191dfc5a218f97744267a4a4c77.zip |
Release 1.26.01.26.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | constants.php | 2 | ||||
-rw-r--r-- | docs/en/admins/18_Pocket-ID.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2481a25e4..a1b4825a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). -## 2025-02-XX FreshRSS 1.26.0-dev +## 2025-02-23 FreshRSS 1.26.0 * Features * Add order-by options to sort articles by received date (existing, default), publication date, title, link, random [#7149](https://github.com/FreshRSS/FreshRSS/pull/7149) diff --git a/constants.php b/constants.php index 96c770788..19a78213d 100644 --- a/constants.php +++ b/constants.php @@ -6,7 +6,7 @@ declare(strict_types=1); /** @var string */ const FRESHRSS_MIN_PHP_VERSION = '8.1.0'; /** @var string */ -const FRESHRSS_VERSION = '1.25.1-dev'; +const FRESHRSS_VERSION = '1.26.0'; /** @var string */ const FRESHRSS_WEBSITE = 'https://freshrss.org'; /** @var string */ diff --git a/docs/en/admins/18_Pocket-ID.md b/docs/en/admins/18_Pocket-ID.md index 188f810f7..a115cac20 100644 --- a/docs/en/admins/18_Pocket-ID.md +++ b/docs/en/admins/18_Pocket-ID.md @@ -29,7 +29,7 @@ This is an example docker-compose file for FreshRSS with OIDC enabled. ```yaml services: freshrss: - image: freshrss/freshrss:1.25.0 + image: freshrss/freshrss container_name: freshrss ports: - 8080:80 |