]> git.mxchange.org Git - friendica.git/commitdiff
CHANGELOG and version number for the fix release
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Apr 2019 08:35:51 +0000 (10:35 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Apr 2019 08:35:51 +0000 (10:35 +0200)
CHANGELOG
VERSION
boot.php

index 6d908f0f4519dc7ade956363992c860e3c2e475a..127f7e68eb554d57f55bdd8cde32ef81d4c601bd 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 2019.04 (2019-04-28)
+  Friendica Core:
+    Fixed a privacy problem with postings accessed by feed [MrPetovan]
+
 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..3365fe156f54f69714848fb3c4bd5a977a556160 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2019.03
+2019.04
index 76672dc80cc5f8aaaf50782116c568e1d7fb7b0e..95ea6579a4c90e38682bd52410e2281db6de71f1 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.04');
 define('DFRN_PROTOCOL_VERSION',  '2.23');
 define('NEW_UPDATE_ROUTINE_VERSION', 1170);