diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-10-10 20:16:15 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-10-10 20:16:15 +0200 |
commit | 18ef8ea271ef69a7940be311d2c2a62d22c341e1 (patch) | |
tree | f3eaa93fbdaf75aae6f0d6158c0e0466b1f4bb45 | |
parent | 79a068e92b0f6a4108cb148741fc5f6187928b64 (diff) | |
download | volse-hubzilla-18ef8ea271ef69a7940be311d2c2a62d22c341e1.tar.gz volse-hubzilla-18ef8ea271ef69a7940be311d2c2a62d22c341e1.tar.bz2 volse-hubzilla-18ef8ea271ef69a7940be311d2c2a62d22c341e1.zip |
changelog and version 1.14RC1
-rw-r--r-- | CHANGELOG | 3 | ||||
-rwxr-xr-x | boot.php | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Hubzilla 1.14RC (2016-10-02) +Hubzilla 1.14 (????-??-??) - Unify the various mail sending instance to enotify::send() and z_mail() - Provide ability for admin to change account password - Replace deprecated Sabre functions @@ -38,6 +38,7 @@ Hubzilla 1.14RC (2016-10-02) - Server roles (basic, standard and pro) Bugfixes + - Fix readmore.js collapsing on scrolldirection change in some mobile browsers - Personalize Server Emails - Audio player doesn't automatically show for m4a files - Fix ajax page update with /channel?f=&mid=hash @@ -44,7 +44,7 @@ require_once('include/account.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '1.14RC' ); +define ( 'STD_VERSION', '1.14RC1' ); define ( 'ZOT_REVISION', '1.1' ); define ( 'DB_UPDATE_VERSION', 1183 ); |