Merge pull request #1909 from fabrixxm/changelog-3.4.2
3.4.2: update changelog and version
This commit is contained in:
commit
e8517c1e5c
|
@ -38,6 +38,10 @@ Version 3.4.2
|
|||
Change default directory to dir.friendi.ca (annando)
|
||||
Improve cache system with granular expire time (annando)
|
||||
Remove oohembed code (issue #1855) (annando)
|
||||
Checks for mcrypt availability before enable or use RINO2 (fabrixm)
|
||||
Fix following email contacts (issue #1896) (annando)
|
||||
Parse BBCode in contact request notification email (annando)
|
||||
|
||||
|
||||
Version 3.4.1
|
||||
|
||||
|
|
2
boot.php
2
boot.php
|
@ -17,7 +17,7 @@ require_once('include/dbstructure.php');
|
|||
|
||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||
define ( 'FRIENDICA_CODENAME', 'Lily of the valley');
|
||||
define ( 'FRIENDICA_VERSION', '3.4.1' );
|
||||
define ( 'FRIENDICA_VERSION', '3.4.2' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||
define ( 'DB_UPDATE_VERSION', 1188 );
|
||||
define ( 'EOL', "<br />\r\n" );
|
||||
|
|
Loading…
Reference in a new issue