changelog and version

This commit is contained in:
Mario Vavti 2018-11-14 11:08:25 +01:00
parent 6ed9443972
commit 886cdb440b
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
Hubzilla 3.8.4 (2018-11-14)
- Fix xss issue (thanks to Eduardo)
- Implement hook in enotify to be used by superblock
- Various css fixes
- Improve photo cache handling
- Provide a function hz_syslog() to log to syslog
- Fix request_target in z_post_url()
- Fix plural handling for various languages
- Some preparatory work for zot6
- Fix warning in gallery addon
- Fix date issue on xchan photo update in diaspora and pubcrawl addons
- Fix typos in startpage addon
- Improve activitypub addressing
- Fix taxonomy in activitypub direct messages
- Fix syntax error in diaspora addon
- New e-learning addon flashcards
Hubzilla 3.8.3 (2018-11-05) Hubzilla 3.8.3 (2018-11-05)
- Do not count likes in forum notifications if likes notifications are disabled - Do not count likes in forum notifications if likes notifications are disabled
- Fix typo in spanish translation which broke javascript - Fix typo in spanish translation which broke javascript

View File

@ -50,7 +50,7 @@ require_once('include/attach.php');
require_once('include/bbcode.php'); require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '3.9.4' ); define ( 'STD_VERSION', '3.9.5' );
define ( 'ZOT_REVISION', '6.0a' ); define ( 'ZOT_REVISION', '6.0a' );