diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-06-17 10:42:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-06-17 10:42:56 +0200 |
commit | 958217dd556fc1c94ee34293ef5a9a555321760e (patch) | |
tree | 08df0216a01411296ce6f44b093b191cc100a4bc | |
parent | 2f80fdae974cf061de0cec70c6333cef33784d71 (diff) | |
download | volse-hubzilla-958217dd556fc1c94ee34293ef5a9a555321760e.tar.gz volse-hubzilla-958217dd556fc1c94ee34293ef5a9a555321760e.tar.bz2 volse-hubzilla-958217dd556fc1c94ee34293ef5a9a555321760e.zip |
changelog and version4.2.1
-rw-r--r-- | CHANGELOG | 15 | ||||
-rwxr-xr-x | boot.php | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +Hubzilla 4.2.1 (2019-06-17) + - Deprecate mod events + - Revisit mod cal + - Fix issues with deletion of linked items and resources + - Fix zot6 delete issue + - Fix attach sync issue + - Remove sizeRangeSuffixes in justified gallery wrapper + - Fix storageconv issue with postgres + - Fix embedphotos image size + - pubcrawl: use URI instead of object for actor url + - diaspora: adjust loglevel + - gallery: remove workaround for margin issue which has been fixed upstream + - cart: warn about unsaved changes + + Hubzilla 4.2 (2019-06-04) - Introduce Calendar app which deprecates Events and CalDAV apps and streamlines the featuresets - Update mod cal to reflect changes in the calendar app @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '4.2' ); +define ( 'STD_VERSION', '4.2.1' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1234 ); |