diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-10-02 10:04:08 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-10-02 10:04:08 +0200 |
commit | bbf3d960b21a61b3a7ae3153ac668cc421527f82 (patch) | |
tree | c5de057815dd18b62df0c1205d4daaca40ec8f85 /CHANGELOG | |
parent | e1df151d9ba7c260861b4287324efc81226baf2c (diff) | |
download | volse-hubzilla-bbf3d960b21a61b3a7ae3153ac668cc421527f82.tar.gz volse-hubzilla-bbf3d960b21a61b3a7ae3153ac668cc421527f82.tar.bz2 volse-hubzilla-bbf3d960b21a61b3a7ae3153ac668cc421527f82.zip |
update changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,5 +1,8 @@ -Hubzilla 1.14 (not released) - - add plugin hook for 'get_profile_photo' +Hubzilla 1.14RC (2016-10-02) + - Unify the various mail sending instance to enotify::send() and z_mail() + - Provide ability for admin to change account password + - Replace deprecated Sabre functions + - Add plugin hook for 'get_profile_photo' - Convert NULL_DATE to a legal date for compatibility with MySQL strict mode - Allow a site to over-ride the help table-of-contents files - Autoscroll to target post/comment when in single-thread mode @@ -35,7 +38,11 @@ Hubzilla 1.14 (not released) - Server roles (basic, standard and pro) Bugfixes - - regression: files/photos were not synchronising to channel clones properly + - Personalize Server Emails + - Audio player doesn't automatically show for m4a files + - Fix ajax page update with /channel?f=&mid=hash + - Angle bracket characters in DB password not recognised + - Regression: files/photos were not synchronising to channel clones properly - Missing categories in preview mode - attach_store() sql issue - Rename id share_container to distr_container - share_container seem to be blacklisted in various security browser plugins @@ -58,6 +65,8 @@ Hubzilla 1.14 (not released) - Public forum check with custom/expert permissions Plugins + - Cdav: add support for recurring events + - New plugin phpmailer: use phpmailer class instead of php's built-in mail() function - Diaspora: third party on other network comment issue - Diaspora: comment fix (hubzilla originated comment with plugin activated by comment author not making it to Diaspora) - Cdav: provide calendar list view |