From 46e079beea8eb4cbcdd938681c702ef7481a3337 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 6 Jul 2017 10:48:00 +0200 Subject: [PATCH] release 2.4.1 --- CHANGELOG | 3 +++ boot.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0a2024c9d..b263bcfe5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +Hubzilla 2.4.1 (2017-07-06) + - Fix the wiki bug preventing page list display to observers other than the channel owner + Hubzilla 2.4 (2017-05-31) - Silence php warning during install - Implemented switch statement logic in Comanche layout parser diff --git a/boot.php b/boot.php index 63e9f9d1a..cdfac9033 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.4' ); +define ( 'STD_VERSION', '2.4.1' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1191 );