From 0c31d8c37a57aa9130c8bca8ae1ee6258f62d1ac Mon Sep 17 00:00:00 2001 From: Grant Pannell Date: Mon, 25 Dec 2017 04:14:39 +1030 Subject: [PATCH] Version bump 2.1 --- README.md | 5 +++++ fever/init.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eece486..d618897 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,8 @@ v2.0 - 2017/5/16 * General clean up / refactor * Replace clunky sanitization with what is provided by tt-rss * 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 \ No newline at end of file diff --git a/fever/init.php b/fever/init.php index 7e8b4b3..62f34bf 100644 --- a/fever/init.php +++ b/fever/init.php @@ -3,7 +3,7 @@ class Fever extends Plugin { private $host; function about() { - return array(2.0, + return array(2.1, "Emulates the Fever API for Tiny Tiny RSS", "DigitalDJ & murphy"); }