Quellcode durchsuchen

Version 1.1.2-beta

- Support of PubSubHubbub
- Allow anonymous users to create accounts
- Support proxy configuration
- Improvements during installation

More information in the CHANGELOG
Fix https://github.com/FreshRSS/FreshRSS/issues/919
Marien Fressinaud vor 10 Jahren
Ursprung
Commit
f148e3938c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      constants.php

+ 1 - 1
constants.php

@@ -1,5 +1,5 @@
 <?php
 <?php
-define('FRESHRSS_VERSION', '1.1.2-dev');
+define('FRESHRSS_VERSION', '1.1.2-beta');
 define('FRESHRSS_WEBSITE', 'http://freshrss.org');
 define('FRESHRSS_WEBSITE', 'http://freshrss.org');
 define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION);
 define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION);
 define('FRESHRSS_WIKI', 'http://doc.freshrss.org');
 define('FRESHRSS_WIKI', 'http://doc.freshrss.org');