release 2.4.1
This commit is contained in:
parent
4048cb67d2
commit
46e079beea
@ -1,3 +1,6 @@
|
|||||||
|
Hubzilla 2.4.1 (2017-07-06)
|
||||||
|
- Fix the wiki bug preventing page list display to observers other than the channel owner
|
||||||
|
|
||||||
Hubzilla 2.4 (2017-05-31)
|
Hubzilla 2.4 (2017-05-31)
|
||||||
- Silence php warning during install
|
- Silence php warning during install
|
||||||
- Implemented switch statement logic in Comanche layout parser
|
- Implemented switch statement logic in Comanche layout parser
|
||||||
|
2
boot.php
2
boot.php
@ -50,7 +50,7 @@ require_once('include/attach.php');
|
|||||||
|
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '2.4' );
|
define ( 'STD_VERSION', '2.4.1' );
|
||||||
define ( 'ZOT_REVISION', '1.2' );
|
define ( 'ZOT_REVISION', '1.2' );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1191 );
|
define ( 'DB_UPDATE_VERSION', 1191 );
|
||||||
|
Reference in New Issue
Block a user