Merge pull request #1469 from fabrixxm/changelog
Update codename and CHANGELOG
This commit is contained in:
commit
1cacf64724
2 changed files with 36 additions and 14 deletions
24
CHANGELOG
24
CHANGELOG
|
@ -1,6 +1,28 @@
|
||||||
Version 3.4
|
Version 3.4
|
||||||
|
|
||||||
#TODO List changes.
|
Optionally, "like" and "dislike" activities don't update thread timestamp (annando)
|
||||||
|
Updated markdown libraries (annando)
|
||||||
|
Updated jQuery (StefOfficiel)
|
||||||
|
Cache zrl verification requests to prevent DSoS (issue #1453) (annando)
|
||||||
|
"Verify SSL" options affects also VERIFYHOST (annando)
|
||||||
|
Better handling of hashtags (annando)
|
||||||
|
Updated translations (translation teams, tobias)
|
||||||
|
Access a contact directly from the contact-manager-page (FlxAlbroscheit)
|
||||||
|
Reworked GUID generation, remove db store (annando)
|
||||||
|
Improve search for tags and terms (annando)
|
||||||
|
Fix OAuth signature (thorsten23)
|
||||||
|
Fix utf8 characters in items (issue #1307) (hauke)
|
||||||
|
Ignore tag-likes char sequences in code blocks (issue #1041) (fabrixxm)
|
||||||
|
Fix sending email to CC recipients (issue #1437) (fabrixxm)
|
||||||
|
Fix signature check of likes from diaspora (issue #905) (mike, annando)
|
||||||
|
Fix pagination urls (issue #1341) (fabrixxm)
|
||||||
|
Add scheme if missing in "web link" dialog (issue #1362) (fabrixxm)
|
||||||
|
Don't detect Facebook and App.net RSS feeds as contacts (issue #1432) (annando)
|
||||||
|
Add cli command to generate database.sql from scheme description (issue #1370) (fabrixxm)
|
||||||
|
Fix warning trying to creating already existing itemcache dir (pztrn)
|
||||||
|
Send update to directory when account is removed (issue #1038) (annando)
|
||||||
|
Fix settings page's aside menu visibility (issue #1459) (fabrixxm)
|
||||||
|
Don't show past events in event reminder in profile page (issue #1306) (annando)
|
||||||
|
|
||||||
Version 3.3.3
|
Version 3.3.3
|
||||||
|
|
||||||
|
|
2
boot.php
2
boot.php
|
@ -15,7 +15,7 @@ require_once('update.php');
|
||||||
require_once('include/dbstructure.php');
|
require_once('include/dbstructure.php');
|
||||||
|
|
||||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||||
define ( 'FRIENDICA_CODENAME', 'Ginger');
|
define ( 'FRIENDICA_CODENAME', 'Lily of the valley');
|
||||||
define ( 'FRIENDICA_VERSION', '3.4.0' );
|
define ( 'FRIENDICA_VERSION', '3.4.0' );
|
||||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||||
define ( 'DB_UPDATE_VERSION', 1182 );
|
define ( 'DB_UPDATE_VERSION', 1182 );
|
||||||
|
|
Loading…
Reference in a new issue