Skip to content

Commit b7b9c60

Browse files
committed
update README.md
1 parent 50f64d3 commit b7b9c60

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ selfoss
44
Copyright (c) 2013 Tobias Zeising, tobias.zeising@aditu.de
55
http://selfoss.aditu.de
66
Licensed under the GPLv3 license
7-
Version 2.7
7+
Version 2.8-SNAPSHOT
88

99

1010
INSTALLATION
@@ -50,6 +50,10 @@ Visit the page http://yourselfossurl.com/opml for importing your OPML File. If y
5050
CHANGELOG
5151
---------
5252

53+
Version 2.8-SNAPSHOT
54+
* new Polish translation (thanks a lot to Piotr Dymacz)
55+
* improved Expires section and Compression in .htaccess (thanks a lot to S Anand)
56+
5357
Version 2.7
5458
* new spout for instapaper (thanks a lot to janeczku)
5559
* new Hungarian translation (thanks a lot to Sancho)

index.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.7');
6+
$f3->set('version','2.8-SNAPSHOT');
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__);

0 commit comments

Comments
 (0)