Merge branch 'master' into develop
This commit is contained in:
commit
d81289c58b
29
CHANGELOG
Normal file
29
CHANGELOG
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
Version 3.3.1
|
||||||
|
|
||||||
|
JSONP support for API (fabrixxm)
|
||||||
|
Fixed small bug in direct messages API (fabrixxm)
|
||||||
|
More filter for direct messages API (fabrixxm)
|
||||||
|
New hooks "getsiteinfo", "page_info_data" (annando)
|
||||||
|
Better loop post prevention (annando)
|
||||||
|
Via API, replace data: uri images in plain text version with link to post. (issue #1134) (fabrixxm)
|
||||||
|
Set default location to empty for new users. Suppress warning on user creation (issue #1193) (fabrixxm)
|
||||||
|
Correctly build urls with queries (issue #1190) (fabrixxm)
|
||||||
|
Optionally use keywords in feed as post tags with "remote self" (annando)
|
||||||
|
A blacklist of keywords to not use can be defined (annando)
|
||||||
|
"remote self" works also with Friendica and Diaspora contacts (annando)
|
||||||
|
Show exact post time after 12 hours (FX7)
|
||||||
|
Optionally redirect from non-SSL to SSL (annando)
|
||||||
|
Translation updates
|
||||||
|
Added CHANGELOG
|
||||||
|
|
||||||
|
Version 3.3
|
||||||
|
|
||||||
|
See http://friendica.com/node/64
|
||||||
|
|
||||||
|
Version 3.2
|
||||||
|
|
||||||
|
See http://friendica.com/node/61
|
||||||
|
|
||||||
|
Version 3.1
|
||||||
|
|
||||||
|
See http://friendica.com/node/58
|
2
boot.php
2
boot.php
|
@ -16,7 +16,7 @@ require_once('include/dbstructure.php');
|
||||||
|
|
||||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||||
define ( 'FRIENDICA_CODENAME', 'Ginger');
|
define ( 'FRIENDICA_CODENAME', 'Ginger');
|
||||||
define ( 'FRIENDICA_VERSION', '3.3' );
|
define ( 'FRIENDICA_VERSION', '3.3.1' );
|
||||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||||
define ( 'DB_UPDATE_VERSION', 1174 );
|
define ( 'DB_UPDATE_VERSION', 1174 );
|
||||||
define ( 'EOL', "<br />\r\n" );
|
define ( 'EOL', "<br />\r\n" );
|
||||||
|
|
Loading…
Reference in a new issue