From ba56d650e94948ab68aa3c899b86dab2f0247c28 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 6 Nov 2019 19:53:31 +0100 Subject: Release 1.15.1 --- CHANGELOG.md | 3 ++- constants.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beb778f17..e1ccec16d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2019-11-0X FreshRSS 1.15.1-dev +## 2019-11-06 FreshRSS 1.15.1 * Features * New approach based on OPML to definite default feeds for new users [#2627](https://github.com/FreshRSS/FreshRSS/pull/2627) @@ -9,6 +9,7 @@ * Bug fixing (regressions from 1.15.0) * Fix database auto-creation at install [#2635](https://github.com/FreshRSS/FreshRSS/pull/2635) * Fix bug in database size estimation with PostgreSQL for users with uppercase names [#2631](https://github.com/FreshRSS/FreshRSS/pull/2631) + * Reset name of default category (which cannot be customised anymore) [#2638](https://github.com/FreshRSS/FreshRSS/pull/2638) * Fix UI style details [#2634](https://github.com/FreshRSS/FreshRSS/pull/2634) * Security * Improve cookie security with policy `SameSite=Lax` [#2630](https://github.com/FreshRSS/FreshRSS/pull/2630) diff --git a/constants.php b/constants.php index 54c38da94..1f9a0f01c 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. // -define('FRESHRSS_VERSION', '1.15.1-dev'); +define('FRESHRSS_VERSION', '1.15.1'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3