diff options
| author | 2025-06-02 23:43:39 +0200 | |
|---|---|---|
| committer | 2025-06-02 23:43:39 +0200 | |
| commit | 697f8f58119cf544be3b46d2209993fbd3d67979 (patch) | |
| tree | a5362b6d4d3cdd93d14bb8e88126c0a5c77598ba | |
| parent | 09ca86dd5876e27f5f3b6adfd21a6de49997ee63 (diff) | |
Release FreshRSS 1.26.31.26.3
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | CREDITS.md | 1 | ||||
| -rw-r--r-- | constants.php | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d12e4c837..d5c16ceb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases). -## 2025-06-0X FreshRSS 1.26.3-dev +## 2025-06-02 FreshRSS 1.26.3 * Features * Keep sort and order criteria during navigation [#7585](https://github.com/FreshRSS/FreshRSS/pull/7585) diff --git a/CREDITS.md b/CREDITS.md index 69a29d457..03c90a37d 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -244,6 +244,7 @@ People are sorted by name so please keep this order. * [subic](https://github.com/subic): [contributions](https://github.com/FreshRSS/documentation/pulls?q=is:pr+author:subic) * [Tealk](https://github.com/Tealk): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Tealk), [Web](https://rollenspiel.monster/) * [Tets42](https://github.com/Tets42): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Tets42) +* [the7thNightmare](https://github.com/the7thNightmare): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:the7thNightmare) * [Thelonius Kort](https://github.com/tnt): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:tnt) * [Thomas Citharel](https://github.com/tcitworld): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:tomgue), [Web](https://www.tcit.fr/) * [Thomas Guesnon](https://github.com/patjennings): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:patjennings), [Web](http://www.thomasguesnon.fr/) diff --git a/constants.php b/constants.php index 8e9d76160..9efa67df1 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.26.3-dev'; +const FRESHRSS_VERSION = '1.26.3'; /** @var string */ const FRESHRSS_WEBSITE = 'https://freshrss.org'; /** @var string */ |
