Skip to content

Commit

Permalink
Bumping version number and updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kuzemchak committed Apr 20, 2012
1 parent 1d91f96 commit a9859e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions 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 <a href="mailto:info@devot-ee.com">info@devot-ee.com</a> or posted as <a href="https://github.com/mdesign/devot-ee-addon/issues">Issues</a> 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 (<a href="https://twitter.com/#!/akuzemchak">@akuzemchak</a>) for the initial development, Shawn Maida (<a href="https://twitter.com/#!/eecoder">@eecoder</a>) for support and feedback, and Mark Wells of Antistatic Design (<a href="https://twitter.com/#!/antistaticdsgn">@antistaticdsgn</a>) 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 (<a href="https://twitter.com/#!/akuzemchak">@akuzemchak</a>) for the initial development, Shawn Maida (<a href="https://twitter.com/#!/eecoder">@eecoder</a>) for support and feedback, and Mark Wells of Antistatic Design (<a href="https://twitter.com/#!/antistaticdsgn">@antistaticdsgn</a>) 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
2 changes: 1 addition & 1 deletion system/third_party/devotee/acc.devotee.php
Expand Up @@ -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();

Expand Down

0 comments on commit a9859e3

Please sign in to comment.