diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-08 09:28:58 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-08 09:28:58 +0100 |
commit | ff9442474d07cce24c8f66db39ec34471c3874a2 (patch) | |
tree | 9f8c5fac68ca25676abe652b3a3c6f48ed537bb0 | |
parent | 92996e550c5e96495f2caa109b051ed9e04bc93e (diff) | |
download | volse-hubzilla-ff9442474d07cce24c8f66db39ec34471c3874a2.tar.gz volse-hubzilla-ff9442474d07cce24c8f66db39ec34471c3874a2.tar.bz2 volse-hubzilla-ff9442474d07cce24c8f66db39ec34471c3874a2.zip |
version 2.2 and changelog
-rw-r--r-- | CHANGELOG | 3 | ||||
-rwxr-xr-x | boot.php | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ -Hubzilla 2.2 (2017-??-??) +Hubzilla 2.2 (2017-03-08) + - Don't collapse long nsfw content if nsfw plugin is already collapsing it - Provide version compatibility check for themes (minversion, maxversion) - Use chanlink_hash() instead of chanlink_url() where appropriate - Use head_add_link() for feed discovery @@ -50,7 +50,7 @@ require_once('include/hubloc.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.2RC' ); +define ( 'STD_VERSION', '2.2' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1188 ); |