Prechádzať zdrojové kódy

Release FreshRSS 1.14.1

Alexandre Alapetite 7 rokov pred
rodič
commit
0eb535e3ac
2 zmenil súbory, kde vykonal 5 pridanie a 3 odobranie
  1. 4 2
      CHANGELOG.md
  2. 1 1
      constants.php

+ 4 - 2
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)
 

+ 1 - 1
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/');