mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Welcome 2019.06-dev
This commit is contained in:
parent
5480c56811
commit
e930123b75
3 changed files with 14 additions and 2 deletions
12
CHANGELOG
12
CHANGELOG
|
@ -1,3 +1,15 @@
|
|||
Version 2019.06 (UNRELEASED) (2019-06-?)
|
||||
Friendica Core:
|
||||
Update to the documentation [realkinetix]
|
||||
Fixed the notification order [JeroenED]
|
||||
Fixed the timezone of Friendica logs [nupplaphil]
|
||||
General Code cleaning and restructuring [nupplaphil]
|
||||
Added frio color scheme sharing [JeroenED]
|
||||
Added syslog and stream Logger [nupplaphil]
|
||||
|
||||
Closed Issues:
|
||||
6303, 6478
|
||||
|
||||
Version 2019.03 (2019-03-22)
|
||||
Friendica Core:
|
||||
Update to the translation (CS, DE, EN-GB, EN-US, ES, FR, IT, PL, SV, ZH-CN) [translation teams]
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2019.03
|
||||
2019.06-dev
|
||||
|
|
2
boot.php
2
boot.php
|
@ -31,7 +31,7 @@ use Friendica\Util\DateTimeFormat;
|
|||
|
||||
define('FRIENDICA_PLATFORM', 'Friendica');
|
||||
define('FRIENDICA_CODENAME', 'Dalmatian Bellflower');
|
||||
define('FRIENDICA_VERSION', '2019.03');
|
||||
define('FRIENDICA_VERSION', '2019.06-dev');
|
||||
define('DFRN_PROTOCOL_VERSION', '2.23');
|
||||
define('NEW_UPDATE_ROUTINE_VERSION', 1170);
|
||||
|
||||
|
|
Loading…
Reference in a new issue