diff options
| author | 2019-04-07 14:09:15 +0200 | |
|---|---|---|
| committer | 2019-04-07 14:09:15 +0200 | |
| commit | 0eb535e3ac9269d39d2ea7856c4c5532c3296a55 (patch) | |
| tree | a0c68e175e36af10e9602e555bf794a90d66be7c | |
| parent | 3900fbb3015c72971527d5bb31f6cfd673835881 (diff) | |
Release FreshRSS 1.14.1
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | 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. //<Not customisable> -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/'); |
