aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-23 22:38:59 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-23 22:38:59 +0200
commita2588fea22df3c9f4138b706b3961727e65551da (patch)
tree8d036dedc013e6c1f0b53f529b7d48a5953cdf94
parent41d7005c0e1836fd5a1480ffa45774c293f68644 (diff)
Release 1.22.01.22.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--constants.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1cb93b8b7..6a992a785 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# FreshRSS changelog
-## 2023-10-XX FreshRSS 1.21.1-dev
+## 2023-10-23 FreshRSS 1.22.0
* Features
* Add support for OpenID Connect (only in our Debian-based Docker image) through [`libapache2-mod-auth-openidc`](https://github.com/OpenIDC/mod_auth_openidc)
@@ -75,7 +75,7 @@
* *Ansum* / *Mapco* [#5453](https://github.com/FreshRSS/FreshRSS/pull/5453)
* *Dark* [#5280](https://github.com/FreshRSS/FreshRSS/pull/5280), [#5439](https://github.com/FreshRSS/FreshRSS/pull/5439)
* *Flat* (un-deprecated) [#5316](https://github.com/FreshRSS/FreshRSS/pull/5316)
- * *Nord* [#5689](https://github.com/FreshRSS/FreshRSS/pull/5689)
+ * *Nord* [#5689](https://github.com/FreshRSS/FreshRSS/pull/5689), [#5719](https://github.com/FreshRSS/FreshRSS/pull/5719)
* Delete previously deprecated themes: *BlueLagoon*, *Screwdriver* [#5374](https://github.com/FreshRSS/FreshRSS/pull/5374),
[#5694](https://github.com/FreshRSS/FreshRSS/pull/5694)
* Various UI and style improvements [#5147](https://github.com/FreshRSS/FreshRSS/pull/5147), [#5216](https://github.com/FreshRSS/FreshRSS/pull/5216),
diff --git a/constants.php b/constants.php
index f2adc78db..29a18cfd9 100644
--- a/constants.php
+++ b/constants.php
@@ -3,7 +3,7 @@
//<Not customisable>
const FRESHRSS_MIN_PHP_VERSION = '7.2.0';
-const FRESHRSS_VERSION = '1.21.1-dev';
+const FRESHRSS_VERSION = '1.22.0';
const FRESHRSS_WEBSITE = 'https://freshrss.org';
const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/';