diff --git a/README.md b/README.md index 912cec3..7d4c881 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,27 @@ -Devot:ee Monitor +# Devot:ee Monitor A great free developer tool for use on any size ExpressionEngine site. View what is installed on your site at a glance, and see what add-ons need updating. You can view release notes, and click right over to devot-ee.com to download updated versions. We'd love to make this one of the most useful add-ons you could install for your ExpressionEngine site. Suggestions and feature requests can either be emailed to info@devot-ee.com or posted as Issues at the Github repo. -This add-on was a joint effort between Masuga Design/devot:ee, EE Coder, and Antistatic Design. Many thinks to EE Coder's lead coder Aaron Kuzemchak (@akuzemchak) for the initial development, Shawn Maida (@eecoder) for support and feedback, and Mark Wells of Antistatic Design (@antistaticdsgn) for the design and layout. Also thanks to our beta testers for initial feedback and bug reports. +This add-on was a joint effort between Masuga Design/devot:ee, eecoder, and Antistatic Design. Many thinks to eecoder's lead coder Aaron Kuzemchak (@akuzemchak) for the initial development, Shawn Maida (@eecoder) for support and feedback, and Mark Wells of Antistatic Design (@antistaticdsgn) for the design and layout. Also thanks to our beta testers for initial feedback and bug reports. -Changelog +## Note to users -*1.0.3* - Apr 19 2012 +Updated add-on information is pulled from devot:ee every 15 minutes, however, the accessory caches your add-on information locally for 1 hour. You can manually refresh the cache by clicking the "Check now" link in the accessory. + +## Changelog + +### 1.0.4 - _Apr 20 2012_ + +* Release notes are no longer shown for up-to-date add-ons + +### 1.0.3 - _Apr 19 2012_ * New lines to br tags in release notes * Fix search links * Fix warning that occured if no cache file exists -1.0.2 - Apr 19 2012 +### 1.0.2 - _Apr 19 2012_ * Initial public release \ No newline at end of file diff --git a/system/third_party/devotee/acc.devotee.php b/system/third_party/devotee/acc.devotee.php index bab8da1..9ee9f85 100644 --- a/system/third_party/devotee/acc.devotee.php +++ b/system/third_party/devotee/acc.devotee.php @@ -16,7 +16,7 @@ class Devotee_acc { */ public $name = 'devot:ee'; public $id = 'devot-ee'; - public $version = '1.0.3'; + public $version = '1.0.4'; public $description = 'Monitor your add-ons for updates.'; public $sections = array();