File tree Expand file tree Collapse file tree 5 files changed +5
-22
lines changed Expand file tree Collapse file tree 5 files changed +5
-22
lines changed Original file line number Diff line number Diff line change 1- #AddHandler php53-cgi .php
2-
31# Enable rewrite engine and route requests to framework
42RewriteEngine On
53#RewriteBase /selfoss
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.12-SNAPSHOT
7+ Version 2.12
88
99
1010INSTALLATION
5454Third party apps are available for iOS and Android: [ Cataracta] ( https://itunes.apple.com/us/app/cataracta/id817392033?mt=8&ign-mpt=uo%3D4 ) and [ Selfoss] ( https://play.google.com/store/apps/details?id=fr.ydelouis.selfoss ) .
5555
5656
57- CHANGELOG
58- ---------
59-
60- Version 2.12-SNAPSHOT
61- * fix prefix bug on mysql
62- * integrate fancybox for images
63- * improved twitter integration
64- * show authors of feeds
65- * wallbag support added
66- * update third party libraries
67- * allow ajax based update of feeds
68- * fix utf8 feed title bug
69- * fix #405 : extra spaces on login screen
70- * fix #518 : sorting of sources
71-
7257
7358CREDITS
7459-------
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.11 .zip "> download</ a > </ li >
31+ < li class ="download "> < a href ="selfoss-2.12 .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.11 .zip "> < span > download selfoss 2.11 </ span > </ a >
40+ < a id ="header-download " href ="selfoss-2.12 .zip "> < span > download selfoss 2.12 </ 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.12-SNAPSHOT ' );
6+ $ f3 ->set ('version ' ,'2.12 ' );
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__);
Original file line number Diff line number Diff line change 11{
22 "name" : " selfoss" ,
33 "description" : " selfoss" ,
4- "ver" : " 2.12-SNAPSHOT " ,
4+ "ver" : " 2.12" ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/SSilence/selfoss.git"
You can’t perform that action at this time.
0 commit comments