diff options
| author | 2015-07-30 16:04:49 +0200 | |
|---|---|---|
| committer | 2015-07-30 16:04:49 +0200 | |
| commit | f148e3938cc8daaaef1c71853594fbe142a1329e (patch) | |
| tree | 962d4ac299e0d22f93a4966dd0989e99d60dbb56 /constants.php | |
| parent | 5fbbfdea8afdb399175abf18f1dcf1b6cabc2714 (diff) | |
Version 1.1.2-beta1.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
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php index d5f0cc06b..c7cc73a5b 100644 --- a/constants.php +++ b/constants.php @@ -1,5 +1,5 @@ <?php -define('FRESHRSS_VERSION', '1.1.2-dev'); +define('FRESHRSS_VERSION', '1.1.2-beta'); define('FRESHRSS_WEBSITE', 'http://freshrss.org'); define('FRESHRSS_UPDATE_WEBSITE', 'https://update.freshrss.org?v=' . FRESHRSS_VERSION); define('FRESHRSS_WIKI', 'http://doc.freshrss.org'); |
