diff --git a/readme.md b/readme.md index 22666df..03ec85d 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ -# RSS Content -v0.2.0 +# Pico RSS Content +v1.0.0 A simple RSS plugin for [Pico](http://pico.dev7studios.com), import content into any template. @@ -16,3 +16,6 @@ Add rss-content to your plugins directory, set your feed and access the array in - link - date (formatted by `$config['date_format']`) - desc (description) + +## Changelog +- v1.0.0 - initial release diff --git a/rss_content.php b/rss_content.php index 30dde21..320663c 100644 --- a/rss_content.php +++ b/rss_content.php @@ -4,9 +4,8 @@ * RSS Content * * @package Pico * @subpackage RSS Content - * @version 0.2.0 + * @version 1.0.0 * @author John Cheesman - * */ class Rss_Content {