File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
Copyright (c) 2015 Tobias Zeising, tobias.zeising@aditu.de
5
5
http://selfoss.aditu.de
6
6
Licensed under the GPLv3 license
7
- Version 2.15-SNAPSHOT
7
+ Version 2.15
8
8
9
9
10
10
INSTALLATION
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
28
28
< li class ="documentation "> documentation</ li >
29
29
< li class ="about "> about</ li >
30
30
< li class ="forum "> < a href ="/forum "> forum</ a > </ li >
31
- < li class ="download "> < a href ="https://github.com/SSilence/selfoss/releases/download/2.13 /selfoss-2.15-SNAPSHOT .zip "> download</ a > </ li >
31
+ < li class ="download "> < a href ="https://github.com/SSilence/selfoss/releases/download/2.15 /selfoss-2.15.zip "> download</ a > </ li >
32
32
</ ul >
33
33
34
34
< a id ="header-fork " href ="https://github.com/SSilence/selfoss "> </ a >
@@ -37,7 +37,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
37
37
38
38
< div id ="header-just-updated "> </ div >
39
39
40
- < a id ="header-download " href ="https://github.com/SSilence/selfoss/releases/download/2.13 /selfoss-2.15-SNAPSHOT .zip "> < span > download selfoss 2.15-SNAPSHOT </ span > </ a >
40
+ < a id ="header-download " href ="https://github.com/SSilence/selfoss/releases/download/2.15 /selfoss-2.15.zip "> < span > download selfoss 2.15</ span > </ a >
41
41
42
42
< a id ="header-donate " href ="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LR67F3T9DMSC8 "> < span > donate</ span > </ a >
43
43
Original file line number Diff line number Diff line change 3
3
$ f3 = require (__DIR__ .'/libs/f3/base.php ' );
4
4
5
5
$ f3 ->set ('DEBUG ' ,0 );
6
- $ f3 ->set ('version ' ,'2.15-SNAPSHOT ' );
6
+ $ f3 ->set ('version ' ,'2.15 ' );
7
7
$ f3 ->set ('AUTOLOAD ' ,__dir__.'/;libs/f3/;libs/;libs/WideImage/;daos/;libs/twitteroauth/;libs/FeedWriter/;libs/fulltextrss/content-extractor/;libs/fulltextrss/readability/ ' );
8
8
$ f3 ->set ('cache ' ,__dir__.'/data/cache ' );
9
9
$ f3 ->set ('BASEDIR ' ,__dir__);
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " selfoss" ,
3
3
"description" : " selfoss" ,
4
- "ver" : " 2.15-SNAPSHOT " ,
4
+ "ver" : " 2.15" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/SSilence/selfoss.git"
You can’t perform that action at this time.
0 commit comments