aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-11-05 10:22:56 +0100
committerMario Vavti <mario@mariovavti.com>2018-11-05 10:22:56 +0100
commit4320f047dbdabc11d606374c8120affc7f662de4 (patch)
treef56512a3b657bb831d429e3f1786888156d0fb8a
parentb6938da552890f60409e17c32498a0760bb60f43 (diff)
downloadvolse-hubzilla-4320f047dbdabc11d606374c8120affc7f662de4.tar.gz
volse-hubzilla-4320f047dbdabc11d606374c8120affc7f662de4.tar.bz2
volse-hubzilla-4320f047dbdabc11d606374c8120affc7f662de4.zip
update changelog and bump version
-rw-r--r--CHANGELOG14
-rwxr-xr-xboot.php2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 272f839fb..c3e280963 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+Hubzilla 3.8.3 (2018-11-05)
+ - Do not count likes in forum notifications if likes notifications are disabled
+ - Fix typo in spanish translation which broke javascript
+ - Improve linkinfo charset handling and image detection
+ - Fix wrong image resize for some external images
+ - Move blueimp upload lib to composer and update to version 9.25
+ - Remove primary/clone counts from admin summary until we have a mechanism to update the fixed counts
+ - Fix html2markdown() and re-enable previously failing tests
+ - Improve look of oembed content for Hubzilla links
+ - Fix forum notifications count not correct
+ - Fix gallery addon which broke mod apps in some situations
+ - Fix wiki_list widget not working on every page respectively level
+
+
Hubzilla 3.8.2 (2018-10-29)
- Merge unmerged changes from dev into master
- Fix issues with forum handling in mod network and ping
diff --git a/boot.php b/boot.php
index 9b6047fc0..e4d90a820 100755
--- a/boot.php
+++ b/boot.php
@@ -50,7 +50,7 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '3.9.3' );
+define ( 'STD_VERSION', '3.9.4' );
define ( 'ZOT_REVISION', '6.0a' );