version 2.2 and changelog

This commit is contained in:
Mario Vavti 2017-03-08 09:28:58 +01:00
parent 92996e550c
commit ff9442474d
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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 );