diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-07-06 10:48:00 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-07-06 10:48:00 +0200 |
commit | 46e079beea8eb4cbcdd938681c702ef7481a3337 (patch) | |
tree | 4e7c9d618b03350568fe56bb40e99a3d4794e0a8 | |
parent | 4048cb67d2857dcff930413d19c068f90d81508c (diff) | |
download | volse-hubzilla-46e079beea8eb4cbcdd938681c702ef7481a3337.tar.gz volse-hubzilla-46e079beea8eb4cbcdd938681c702ef7481a3337.tar.bz2 volse-hubzilla-46e079beea8eb4cbcdd938681c702ef7481a3337.zip |
release 2.4.1
-rw-r--r-- | CHANGELOG | 3 | ||||
-rwxr-xr-x | boot.php | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 @@ -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 ); |