Version bump 2.1

This commit is contained in:
Grant Pannell
2017-12-25 04:14:39 +10:30
parent 56f9d06435
commit 0c31d8c37a
2 changed files with 6 additions and 1 deletions

View File

@@ -126,3 +126,8 @@ v2.0 - 2017/5/16
* General clean up / refactor * General clean up / refactor
* Replace clunky sanitization with what is provided by tt-rss * Replace clunky sanitization with what is provided by tt-rss
* Use new Article class for enclosures * Use new Article class for enclosures
v2.0 - 2017/12/25
* Sync previously copied snipets with latest tt-rss source
* Use PDO API for DB queries

View File

@@ -3,7 +3,7 @@ class Fever extends Plugin {
private $host; private $host;
function about() { function about() {
return array(2.0, return array(2.1,
"Emulates the Fever API for Tiny Tiny RSS", "Emulates the Fever API for Tiny Tiny RSS",
"DigitalDJ & murphy"); "DigitalDJ & murphy");
} }