]> git.mxchange.org Git - friendica.git/commitdiff
Friendica 3.3.3
authorFabrixxm <fabrix.xm@gmail.com>
Tue, 24 Feb 2015 08:00:37 +0000 (09:00 +0100)
committerFabrixxm <fabrix.xm@gmail.com>
Tue, 24 Feb 2015 08:00:37 +0000 (09:00 +0100)
See CHANGELOG

CHANGELOG
boot.php

index c6de0ae49ae949d052cb11c12858757e1baaef97..4f0c2323333265d349bd58b0e65d004dfee227fa 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -25,6 +25,11 @@ Version 3.3.3
        Fix tools for translations (ddorian1)
        Fix API login via LDAP (issue #1286) (fabrixxm)
        Fix to link URL in tabs, pager (issues #1341, #1190) (ddorian1)
+       Fix poke activities translation (fabrixxm)
+       Fix html escaping in templates (fabrixxm)
+       Fix Friendica contacts shown as Diaspora contacts via Poco (annando)
+       Fix shared contacts wrong linking (issue #1388) (annando)
+       Fix email validation (ddorian1)
        Better documentation for developers (silke)
 
 Version 3.3.2
index 4ff0e4fbea5e2110923a39cfa5895a396256b922..d74f38914c7f2b25009a712e8b68abc5c773a2c4 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -16,7 +16,7 @@ require_once('include/dbstructure.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Ginger');
-define ( 'FRIENDICA_VERSION',      '3.3.3-RC' );
+define ( 'FRIENDICA_VERSION',      '3.3.3' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1178      );
 define ( 'EOL',                    "<br />\r\n"     );