Explorar o código

Release FreshRSS 1.14.3

Alexandre Alapetite %!s(int64=6) %!d(string=hai) anos
pai
achega
042b40eeee
Modificáronse 2 ficheiros con 8 adicións e 8 borrados
  1. 7 7
      CHANGELOG.md
  2. 1 1
      constants.php

+ 7 - 7
CHANGELOG.md

@@ -1,7 +1,13 @@
 # FreshRSS changelog
 
-## 2019-0X-XX FreshRSS 1.14.3-dev
+## 2019-07-25 FreshRSS 1.14.3
 
+* UI
+	* New configuration page for each category [#2369](https://github.com/FreshRSS/FreshRSS/issues/2369)
+	* Update shortcut configuration page [#2405](https://github.com/FreshRSS/FreshRSS/issues/2405)
+	* CSS style for printing [#2149](https://github.com/FreshRSS/FreshRSS/issues/2149)
+	* Do not hide multiple `<br />` tags [#2437](https://github.com/FreshRSS/FreshRSS/issues/2437)
+	* Updated to jQuery 3.4.1 (only for statistics page) [#2424](https://github.com/FreshRSS/FreshRSS/pull/2424)
 * Bug fixing
 	* Fix wrong mark-as-read limit [#2429](https://github.com/FreshRSS/FreshRSS/issues/2429)
 	* Fix API call for removing a category [#2411](https://github.com/FreshRSS/FreshRSS/issues/2411)
@@ -10,12 +16,6 @@
 	* Fix refresh icon in Swage theme [#2375](https://github.com/FreshRSS/FreshRSS/issues/2375)
 	* Fix message banner in Swage theme [#2379](https://github.com/FreshRSS/FreshRSS/issues/2379)
 	* Docker: Add `php-gmp` for API support in Ubuntu 32-bit [#2450](https://github.com/FreshRSS/FreshRSS/pull/2450)
-* UI
-	* New configuration page for each category [#2369](https://github.com/FreshRSS/FreshRSS/issues/2369)
-	* Update shortcut configuration page [#2405](https://github.com/FreshRSS/FreshRSS/issues/2405)
-	* CSS style for printing [#2149](https://github.com/FreshRSS/FreshRSS/issues/2149)
-	* Do not hide multiple `<br />` tags [#2437](https://github.com/FreshRSS/FreshRSS/issues/2437)
-	* Updated to jQuery 3.4.1 (only for statistics page) [#2424](https://github.com/FreshRSS/FreshRSS/pull/2424)
 * Deployment
 	* Docker: Add automatic health check [#2438](https://github.com/FreshRSS/FreshRSS/pull/2438), [#2455](https://github.com/FreshRSS/FreshRSS/pull/2455)
 	* Docker: Add a version for ARM architecture such as for Raspberry Pi [#2436](https://github.com/FreshRSS/FreshRSS/pull/2436)

+ 1 - 1
constants.php

@@ -2,7 +2,7 @@
 //NB: Do not edit; use ./constants.local.php instead.
 
 //<Not customisable>
-define('FRESHRSS_VERSION', '1.14.3-dev');
+define('FRESHRSS_VERSION', '1.14.3');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');