4
0
Alexandre Alapetite 1 жил өмнө
parent
commit
df82c23943

+ 1 - 1
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)

+ 1 - 1
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 */

+ 1 - 1
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