Version bump 2.1
This commit is contained in:
@@ -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
|
||||||
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user