bump version and update changelog
This commit is contained in:
parent
bc890d3038
commit
69b22e3f79
@ -1,4 +1,4 @@
|
|||||||
Hubzilla 2.8 (????-??-??)
|
Hubzilla 2.8 (2017-10-25)
|
||||||
- Redirect to be moderated items to /moderate
|
- Redirect to be moderated items to /moderate
|
||||||
- Update notifications if notifications area remains open
|
- Update notifications if notifications area remains open
|
||||||
- Create an actual logout module instead of relying on internal variables
|
- Create an actual logout module instead of relying on internal variables
|
||||||
|
2
boot.php
2
boot.php
@ -49,7 +49,7 @@ require_once('include/hubloc.php');
|
|||||||
require_once('include/attach.php');
|
require_once('include/attach.php');
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '2.8RC1' );
|
define ( 'STD_VERSION', '2.8' );
|
||||||
define ( 'ZOT_REVISION', '1.3' );
|
define ( 'ZOT_REVISION', '1.3' );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1196 );
|
define ( 'DB_UPDATE_VERSION', 1196 );
|
||||||
|
Reference in New Issue
Block a user