Skip to content

Commit 08a0537

Browse files
committed
version 2.12
1 parent fd2e135 commit 08a0537

File tree

5 files changed

+5
-22
lines changed

5 files changed

+5
-22
lines changed

.htaccess

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#AddHandler php53-cgi .php
2-
31
# Enable rewrite engine and route requests to framework
42
RewriteEngine On
53
#RewriteBase /selfoss

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ selfoss
44
Copyright (c) 2013 Tobias Zeising, [email protected]
55
http://selfoss.aditu.de
66
Licensed under the GPLv3 license
7-
Version 2.12-SNAPSHOT
7+
Version 2.12
88

99

1010
INSTALLATION
@@ -54,21 +54,6 @@ APPS
5454
Third 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

7358
CREDITS
7459
-------

_docs/website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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__);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)