From 5ca279478eb6dd06b698e8c050ea1315c404a454 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 28 Apr 2019 10:35:51 +0200 Subject: [PATCH] CHANGELOG and version number for the fix release --- CHANGELOG | 4 ++++ VERSION | 2 +- boot.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6d908f0f45..127f7e68eb 100644 --- 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 78b7dcf0ce..3365fe156f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2019.03 +2019.04 diff --git a/boot.php b/boot.php index 76672dc80c..95ea6579a4 100644 --- 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);