Kaynağa Gözat

Release FreshRSS 1.14.2

Alexandre Alapetite 7 yıl önce
ebeveyn
işleme
da53cc902c
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      CHANGELOG.md
  2. 1 1
      constants.php

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # FreshRSS changelog
 
-## 2019-04-XX FreshRSS 1.14.2-dev
+## 2019-04-08 FreshRSS 1.14.2
 
 * Bug fixing (regressions introduced in 1.14.X)
 	* Fix PHP 5.5- compatibility [#2359](https://github.com/FreshRSS/FreshRSS/issues/2359)

+ 1 - 1
constants.php

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