This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Friendica Version 3.5.1
pull/3070/merge
3.5.1
Tobias Diekershoff
4 years ago
parent
9cbab5cd7a
commit
2bfa870c47
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CHANGELOG
+1
-0
VERSION
+1
-1
boot.php
+ 1
- 1
CHANGELOG
View File
@ -1,4 +1,4 @@
Version 3.5.1
Version 3.5.1
(2017-03-12)
Friendica Core:
Updates to the translations (BG, CA, CS, DE, EO, ES, FR, IS, IT, NL, PL, PT-BR, RU, SV) [translation teams]
Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem]
+ 1
- 0
VERSION
View File
@ -0,0 +1 @@
3.5.1
+ 1
- 1
boot.php
View File
@ -38,7 +38,7 @@ require_once('include/dbstructure.php');
define
(
'FRIENDICA_PLATFORM'
,
'Friendica'
);
define
(
'FRIENDICA_CODENAME'
,
'Asparagus'
);
define
(
'FRIENDICA_VERSION'
,
'3.5.1
-rc
'
);
define
(
'FRIENDICA_VERSION'
,
'3.5.1'
);
define
(
'DFRN_PROTOCOL_VERSION'
,
'2.23'
);
define
(
'DB_UPDATE_VERSION'
,
1215
);
Write
Preview
Loading…
Cancel
Save