]> git.mxchange.org Git - friendica.git/commitdiff
Welcome 2019.06-dev
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 23 Mar 2019 04:32:27 +0000 (00:32 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 23 Mar 2019 04:32:27 +0000 (00:32 -0400)
CHANGELOG
VERSION
boot.php

index 6d908f0f4519dc7ade956363992c860e3c2e475a..cac154ac9937585956aae26faef97d0b10bbe7aa 100644 (file)
--- a/CHANGELOG
+++ b/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]
diff --git a/VERSION b/VERSION
index 78b7dcf0ced0a3c941888b114fd2853a7ac6c06d..bd61e84f201b1c465b68ab34eac49b31314178de 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2019.03
+2019.06-dev
index 76672dc80cc5f8aaaf50782116c568e1d7fb7b0e..7cc158a26da5bfbafad761b4ee7de7d00acc4461 100644 (file)
--- a/boot.php
+++ b/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);