mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Merge remote-tracking branch 'upstream/develop' into remote-rework
This commit is contained in:
commit
6c1d29cf2b
3 changed files with 9 additions and 8 deletions
13
CHANGELOG
13
CHANGELOG
|
@ -1,4 +1,4 @@
|
||||||
Version 2019.09-dev (UNRELEASED)
|
Version 2019.09 (2019-09-29)
|
||||||
Friendica Core:
|
Friendica Core:
|
||||||
Update to the translations (CS, DE, EN GB, EN US, FR, JA, NL, PL) [translation teams]
|
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]
|
Update to the themes (frio, vier) [JeroenED, MrPetovan, tobiasd, vinzv]
|
||||||
|
@ -10,16 +10,16 @@ Version 2019.09-dev (UNRELEASED)
|
||||||
Enhanced communication about deleted accounts via AP [annando]
|
Enhanced communication about deleted accounts via AP [annando]
|
||||||
Enhanced the following process [annando]
|
Enhanced the following process [annando]
|
||||||
Enhanced the tests [nupplaphil]
|
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 img format to allow alternative texts [annando]
|
||||||
Enhanced the detection of supported protocols for contacts [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 2FA process [MrPetovan]
|
||||||
Enhanced server wide theme settings [MrPetovan]
|
Enhanced server wide theme settings [MrPetovan]
|
||||||
Enhanced config loading process [MrPetovan, nupplaphil]
|
Enhanced config loading process [MrPetovan, nupplaphil]
|
||||||
Enhanced handling of emoticons [MrPetovan]
|
Enhanced handling of emoticons [MrPetovan]
|
||||||
Enhanced performance [annando]
|
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 that could lead to duplicated Pleroma contacts [annando]
|
||||||
Fixed a problem with the hide profile setting [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]
|
Fixed the problem sending out the post when hitting the enter key in the ACL dialog [MrPetovan]
|
||||||
|
@ -40,7 +40,8 @@ Version 2019.09-dev (UNRELEASED)
|
||||||
Fixed a bug in BBCode -> Markdown conversation for font size [annando]
|
Fixed a bug in BBCode -> Markdown conversation for font size [annando]
|
||||||
Fixed a BBCode parser problem with the audio tag [MrPetovan]
|
Fixed a BBCode parser problem with the audio tag [MrPetovan]
|
||||||
Fixed a session problem [annando]
|
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]
|
General code cleaning [annando, MrPetovan, nupplaphil]
|
||||||
Removed contacts auto completion (in /contacts [MrPetovan]
|
Removed contacts auto completion (in /contacts [MrPetovan]
|
||||||
Replaced FontAwesome by ForkAwesome in frio theme [vinzv]
|
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,
|
7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442,
|
||||||
7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526,
|
7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7521, 7526,
|
||||||
7527, 7536, 7542, 7545, 7576, 7586, 7594, 7597, 7603, 7610, 7618,
|
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)
|
Version 2019.06 (2019-06-23)
|
||||||
Friendica Core:
|
Friendica Core:
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2019.09-rc
|
2019.12-dev
|
||||||
|
|
2
boot.php
2
boot.php
|
@ -32,7 +32,7 @@ use Friendica\Util\DateTimeFormat;
|
||||||
|
|
||||||
define('FRIENDICA_PLATFORM', 'Friendica');
|
define('FRIENDICA_PLATFORM', 'Friendica');
|
||||||
define('FRIENDICA_CODENAME', 'Dalmatian Bellflower');
|
define('FRIENDICA_CODENAME', 'Dalmatian Bellflower');
|
||||||
define('FRIENDICA_VERSION', '2019.09-rc');
|
define('FRIENDICA_VERSION', '2019.12-dev');
|
||||||
define('DFRN_PROTOCOL_VERSION', '2.23');
|
define('DFRN_PROTOCOL_VERSION', '2.23');
|
||||||
define('NEW_UPDATE_ROUTINE_VERSION', 1170);
|
define('NEW_UPDATE_ROUTINE_VERSION', 1170);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue