summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--CREDITS.md1
-rw-r--r--constants.php2
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 */