diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2023-12-30 17:17:00 +0100 |
---|---|---|
committer | Alexandre Alapetite <alexandre@alapetite.fr> | 2023-12-30 17:17:00 +0100 |
commit | 227233b4efab7618de77eef7dbd06abdbe51cf1e (patch) | |
tree | ee8eb8811b171adcec9dc5e28ef6c7d0dd71c6e0 | |
parent | 6a43d06566ac4ed12061780f0605ffa73158190f (diff) | |
download | freshrss-227233b4efab7618de77eef7dbd06abdbe51cf1e.tar.gz freshrss-227233b4efab7618de77eef7dbd06abdbe51cf1e.zip |
Release 1.23.11.23.1
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | CREDITS.md | 2 | ||||
-rw-r--r-- | constants.php | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 76beda475..8f387f114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ # FreshRSS changelog -## 2023-12-XX FreshRSS 1.23.1-dev +## 2023-12-30 FreshRSS 1.23.1 * Bug fixing * Fix crash regression with the option *Max number of tags shown* [#5978](https://github.com/FreshRSS/FreshRSS/pull/5978) - * Fix crash regression when enabling extensions [#5979](https://github.com/FreshRSS/FreshRSS/pull/5979) + * Fix crash regression when enabling extensions defined by old FreshRSS installations [#5979](https://github.com/FreshRSS/FreshRSS/pull/5979) * Fix crash regression during export when using MySQL [#5988](https://github.com/FreshRSS/FreshRSS/pull/5988) * More robust assignment of categories to feeds [#5986](https://github.com/FreshRSS/FreshRSS/pull/5986) * Fix `base_url` being cleared when saving settings [#5992](https://github.com/FreshRSS/FreshRSS/pull/5992) + * Fix unwanted button in UI of update page [#5999](https://github.com/FreshRSS/FreshRSS/pull/5999) +* Deployment + * Exclude more folders with `.dockerignore` [#5996](https://github.com/FreshRSS/FreshRSS/pull/5996) * i18n * Improve simplified Chinese [#5977](https://github.com/FreshRSS/FreshRSS/pull/5977) + * Improve Hungarian [#6000](https://github.com/FreshRSS/FreshRSS/pull/6000) ## 2023-12-24 FreshRSS 1.23.0 @@ -27,7 +31,7 @@ * Increase SQL date fields to 64-bit to be ready for year 2038+ [#5570](https://github.com/FreshRSS/FreshRSS/pull/5570) * Compatibility * Require PHP 7.4+, and implement *typed properties* [#5720](https://github.com/FreshRSS/FreshRSS/pull/5720) - * Require Apache 2.4+ (but repair minimal compatibility with Apache 2.2) [#5791](https://github.com/FreshRSS/FreshRSS/pull/5791), [#5804](https://github.com/FreshRSS/FreshRSS/pull/5804) + * Soft require Apache 2.4+ (but repair minimal compatibility with Apache 2.2) [#5791](https://github.com/FreshRSS/FreshRSS/pull/5791), [#5804](https://github.com/FreshRSS/FreshRSS/pull/5804) * Bug fixing * Fix regression in Docker `CRON_MIN` if any environment variable contains a single quote [#5795](https://github.com/FreshRSS/FreshRSS/pull/5795) * Improve filtering of cron environment variables [#5898](https://github.com/FreshRSS/FreshRSS/pull/5898) diff --git a/CREDITS.md b/CREDITS.md index 0a61c4fe8..833328063 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -21,10 +21,10 @@ People are sorted by name so please keep this order. * [Amaury Carrade](https://github.com/AmauryCarrade): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:AmauryCarrade), [Web](https://amaury.carrade.eu/) * [AmirHossein Marjani](https://github.com/Marjani): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Marjani) * [Amrul Izwan](https://github.com/amrulizwan): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:amrulizwan) +* [András Marczinkó](https://github.com/andris155): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:andris155) * [Andrew Barrow](https://github.com/acbgbca): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:acbgbca) * [Andrew Hunter](https://github.com/rexbron): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:rexbron) * [Andrew Rabert](https://github.com/nvllsvm): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:nvllsvm), [Web](https://nullsum.net) -* [andris155](https://github.com/andris155): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:andris155) * [Anton Smirnov](https://github.com/arokettu): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:arokettu), [Web](https://sandfox.me/) * [ArthurHoaro](https://github.com/ArthurHoaro): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:ArthurHoaro) * [Artur Weigandt](https://github.com/Art4): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:Art4), [Web](https://ruhr.social/@Art4) diff --git a/constants.php b/constants.php index 824a7a5f4..27feabe57 100644 --- a/constants.php +++ b/constants.php @@ -4,7 +4,7 @@ declare(strict_types=1); //<Not customisable> const FRESHRSS_MIN_PHP_VERSION = '7.4.0'; -const FRESHRSS_VERSION = '1.23.1-dev'; +const FRESHRSS_VERSION = '1.23.1'; const FRESHRSS_WEBSITE = 'https://freshrss.org'; const FRESHRSS_WIKI = 'https://freshrss.github.io/FreshRSS/'; |