changelog and version
This commit is contained in:
parent
9507f191b0
commit
f106b1db15
15
CHANGELOG
15
CHANGELOG
@ -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)
|
Hubzilla 4.2 (2019-06-04)
|
||||||
- Introduce Calendar app which deprecates Events and CalDAV apps and streamlines the featuresets
|
- Introduce Calendar app which deprecates Events and CalDAV apps and streamlines the featuresets
|
||||||
- Update mod cal to reflect changes in the calendar app
|
- Update mod cal to reflect changes in the calendar app
|
||||||
|
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', '4.3' );
|
define ( 'STD_VERSION', '4.3.1' );
|
||||||
define ( 'ZOT_REVISION', '6.0a' );
|
define ( 'ZOT_REVISION', '6.0a' );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1234 );
|
define ( 'DB_UPDATE_VERSION', 1234 );
|
||||||
|
Reference in New Issue
Block a user