From 0eb535e3ac9269d39d2ea7856c4c5532c3296a55 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 7 Apr 2019 14:09:15 +0200 Subject: Release FreshRSS 1.14.1 --- CHANGELOG.md | 6 ++++-- constants.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 619836d46..d0b7a2f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2019-04-0X FreshRSS 1.14.1-dev +## 2019-04-07 FreshRSS 1.14.1 * Bug fixing (regressions introduced in 1.14.0) * Fix *load more articles* when using ascending order [#2314](https://github.com/FreshRSS/FreshRSS/issues/2314) @@ -17,10 +17,12 @@ * Bug fixing (misc.) * Fix extensions in Windows [#994](https://github.com/FreshRSS/FreshRSS/issues/994) * Fix import of empty articles [#2351](https://github.com/FreshRSS/FreshRSS/pull/2351) + * Fix quote escaping on CLI i18n tools [#2355](https://github.com/FreshRSS/FreshRSS/pull/2355) +* UI + * Better handling of bad Ajax requests and fast page unload (ask confirmation) [#2346](https://github.com/FreshRSS/FreshRSS/pull/2346) * I18n * Improve Dutch [#2312](https://github.com/FreshRSS/FreshRSS/pull/2312) * Misc. - * Better handling of bad HTTP request and fast page unload (ask confirmation) [#2346](https://github.com/FreshRSS/FreshRSS/pull/2346) * Check JavaScript (jshint) in Travis continuous integration [#2315](https://github.com/FreshRSS/FreshRSS/pull/2315) * Add PHP 7.3 to Travis [#2317](https://github.com/FreshRSS/FreshRSS/pull/2317) diff --git a/constants.php b/constants.php index f8befdda0..ec833c4d1 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. // -define('FRESHRSS_VERSION', '1.14.1-dev'); +define('FRESHRSS_VERSION', '1.14.1'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/'); -- cgit v1.2.3