From d9daf4593005a29b053183fbd8d3edea7eacb148 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 29 Sep 2019 07:08:50 +0200 Subject: [PATCH 1/4] some last changes for the CHANGELOG --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d3a3f83ed8..3e76782cff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -Version 2019.09-dev (UNRELEASED) +Version 2019.09 (2019-09-29) Friendica Core: Update to the translations (CS, DE, EN GB, EN US, FR, JA, NL, PL) [translation teams] Update to the themes (frio, vier) [JeroenED, MrPetovan, tobiasd, vinzv] @@ -41,6 +41,7 @@ Version 2019.09-dev (UNRELEASED) Fixed a BBCode parser problem with the audio tag [MrPetovan] Fixed a session problem [annando] Fixed a problem with the autoinstaller [nupplaphil] + Fixed a bug with magic links redirection for non profiles [annando] General code cleaning [annando, MrPetovan, nupplaphil] Removed contacts auto completion (in /contacts [MrPetovan] Replaced FontAwesome by ForkAwesome in frio theme [vinzv] @@ -73,7 +74,7 @@ Version 2019.09-dev (UNRELEASED) 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442, 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526, 7527, 7536, 7542, 7545, 7576, 7586, 7594, 7597, 7603, 7610, 7618, - 7629, 7635, 7638, 7663, 7665 + 7629, 7635, 7638, 7663, 7665, 7672 Version 2019.06 (2019-06-23) Friendica Core: From 4a14b01a60dfc33b6009c276018937f402118a8e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 29 Sep 2019 07:13:34 +0200 Subject: [PATCH 2/4] fixing some typos --- CHANGELOG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3e76782cff..0121e1d5f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,16 +10,16 @@ Version 2019.09 (2019-09-29) Enhanced communication about deleted accounts via AP [annando] Enhanced the following process [annando] Enhanced the tests [nupplaphil] - Enhanced the frontend worker [annando] + Enhanced the front-end worker [annando] Enhanced the img format to allow alternative texts [annando] Enhanced the detection of supported protocols for contacts [annando] - Enhanced the reshare of items [annando] + Enhanced the re-share of items [annando] Enhanced 2FA process [MrPetovan] Enhanced server wide theme settings [MrPetovan] Enhanced config loading process [MrPetovan, nupplaphil] Enhanced handling of emoticons [MrPetovan] Enhanced performance [annando] - Fixed a bug in the admin panel leading to orphand options [tobiasd] + Fixed a bug in the admin panel leading to orphaned options [tobiasd] Fixed a problem that could lead to duplicated Pleroma contacts [annando] Fixed a problem with the hide profile setting [annando] Fixed the problem sending out the post when hitting the enter key in the ACL dialog [MrPetovan] @@ -40,7 +40,7 @@ Version 2019.09 (2019-09-29) Fixed a bug in BBCode -> Markdown conversation for font size [annando] Fixed a BBCode parser problem with the audio tag [MrPetovan] Fixed a session problem [annando] - Fixed a problem with the autoinstaller [nupplaphil] + Fixed a problem with the auto-installer [nupplaphil] Fixed a bug with magic links redirection for non profiles [annando] General code cleaning [annando, MrPetovan, nupplaphil] Removed contacts auto completion (in /contacts [MrPetovan] From 2995c39ba504a3af56b19054a359cd2a3f9acb28 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 29 Sep 2019 07:23:23 +0200 Subject: [PATCH 3/4] welcome Friendica 2019.09 --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3193eddcda..850369315b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2019.09-rc +2019.09 diff --git a/boot.php b/boot.php index 224eba1f45..114f9330b3 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.09-rc'); +define('FRIENDICA_VERSION', '2019.09'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170); From b51dedd7e7b6b4bc68c43ef9ef735f47741b5049 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 29 Sep 2019 10:05:30 +0200 Subject: [PATCH 4/4] this is the 2019.12-dev branch now --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 850369315b..41367d09e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2019.09 +2019.12-dev diff --git a/boot.php b/boot.php index 114f9330b3..ff1ae7fb3e 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.09'); +define('FRIENDICA_VERSION', '2019.12-dev'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);