cherry-pick security

This commit is contained in:
Alexandre Alapetite 2022-12-08 10:51:08 +01:00
parent 62afc060a8
commit c82bd3b173
No known key found for this signature in database
GPG Key ID: A24378C38E812B23
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# FreshRSS changelog
## 2022-12-08 FreshRSS 1.20.2
* Security fixes
* Fix security vulnerability in `ext.php` [#4928](https://github.com/FreshRSS/FreshRSS/pull/4928)
* Apache `TraceEnable Off` [#4863](https://github.com/FreshRSS/FreshRSS/pull/4863)
## 2022-11-14 FreshRSS 1.20.1
* Features

View File

@ -2,8 +2,8 @@
//NB: Do not edit; use ./constants.local.php instead.
//<Not customisable>
define('FRESHRSS_MIN_PHP_VERSION', '7.0.0');
define('FRESHRSS_VERSION', '1.20.1');
define('FRESHRSS_MIN_PHP_VERSION', '7.2.0');
define('FRESHRSS_VERSION', '1.20.2');
define('FRESHRSS_WEBSITE', 'https://freshrss.org');
define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');