From ff9442474d07cce24c8f66db39ec34471c3874a2 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 8 Mar 2017 09:28:58 +0100 Subject: version 2.2 and changelog --- CHANGELOG | 3 ++- boot.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 15ef95730..eb7a41c42 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/boot.php b/boot.php index 25797d202..a6e325258 100755 --- a/boot.php +++ b/boot.php @@ -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 ); -- cgit v1.2.3