File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44Copyright (c) 2013 Tobias Zeising,
[email protected] 55http://selfoss.aditu.de
66Licensed under the GPLv3 license
7- Version 2.10-SNAPSHOT
7+ Version 2.10
88
99
1010INSTALLATION
@@ -50,7 +50,7 @@ Visit the page http://yourselfossurl.com/opml for importing your OPML File. If y
5050CHANGELOG
5151---------
5252
53- Version 2.10-SNAPSHOT
53+ Version 2.10
5454* fix error 500 on icon fetching
5555* add heise hardware-hacks (thanks a lot to robelix)
5656* reddit2 spout: fix link to return http (thanks a lot to Bert Deferme)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
2828 < li class ="documentation "> documentation</ li >
2929 < li class ="about "> about</ li >
3030 < li class ="forum "> < a href ="/forum "> forum</ a > </ li >
31- < li class ="download "> < a href ="selfoss-2.9 .zip "> download</ a > </ li >
31+ < li class ="download "> < a href ="selfoss-2.10 .zip "> download</ a > </ li >
3232 </ ul >
3333
3434 < a id ="header-fork " href ="https://github.com/SSilence/selfoss "> </ a >
@@ -37,7 +37,7 @@ <h1 id="header-name"><span>selfoss</span></h1>
3737
3838 <!--<div id="header-just-updated"></div>-->
3939
40- < a id ="header-download " href ="selfoss-2.9 .zip "> < span > download selfoss 2.9 </ span > </ a >
40+ < a id ="header-download " href ="selfoss-2.10 .zip "> < span > download selfoss 2.10 </ span > </ a >
4141
4242 < a id ="header-donate " href ="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LR67F3T9DMSC8 "> < span > donate</ span > </ a >
4343
Original file line number Diff line number Diff line change 33$ f3 = require (__DIR__ .'/libs/f3/base.php ' );
44
55$ f3 ->set ('DEBUG ' ,0 );
6- $ f3 ->set ('version ' ,'2.10-SNAPSHOT ' );
6+ $ f3 ->set ('version ' ,'2.10 ' );
77$ f3 ->set ('AUTOLOAD ' ,__dir__.'/;libs/f3/;libs/;libs/WideImage/;daos/;libs/twitteroauth/;libs/FeedWriter/ ' );
88$ f3 ->set ('cache ' ,__dir__.'/data/cache ' );
99$ f3 ->set ('BASEDIR ' ,__dir__);
You can’t perform that action at this time.
0 commit comments