From df82c239437ee191dfc5a218f97744267a4a4c77 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 23 Feb 2025 16:15:36 +0100 Subject: Release 1.26.0 --- CHANGELOG.md | 2 +- constants.php | 2 +- 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 -- cgit v1.2.3