CHANGELOG and version number for the fix release

這個提交存在於:
Tobias Diekershoff 2019-04-28 10:35:51 +02:00
父節點 178ad53e22
當前提交 5ca279478e
共有 3 個檔案被更改,包括 6 行新增2 行删除

檢視檔案

@ -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]

檢視檔案

@ -1 +1 @@
2019.03
2019.04

檢視檔案

@ -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);