changelog and version
This commit is contained in:
parent
6ed9443972
commit
886cdb440b
18
CHANGELOG
18
CHANGELOG
@ -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
|
||||||
|
2
boot.php
2
boot.php
@ -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' );
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user