Skip to content

Commit

Permalink
Release v0.3.0 (backward incompatible)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Mendoza committed Mar 1, 2010
1 parent 83d11f0 commit b7ca0a0
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
0.2.1 (Jan 19, 2009)
0.3.0 (Mar 1, 2010)
* Make BlogEntry.by_date retrieve entries based on server's local time - see issue #7

* Update color scheme to match Spree defaults - see issue #5

* BACKWARD INCOMPATIBLE: Convert tests to shoulda from RSpec

* Add custom validation for body field to handle nicEdit's definition of "blank"

* Properly fix BlogEntry.by_tag sqlite3 issue

* Update/clean admin interface

* Change years in CHANGELOG from 2009 to 2010. Oops. :)


0.2.1 (Jan 19, 2010)
* Add sample data for Tags and Taggings. Remove sample data for Comments.

* Rake tasks: update to work with edge Spree. fix outdated extension name.


0.2.0 (Jan 19, 2009)
* BACKWARDS INCOMPATIBLE: Update compatibility with Spree 0.9.99 by moving admin_tabs to hook
0.2.0 (Jan 19, 2010)
* BACKWARD INCOMPATIBLE: Update compatibility with Spree 0.9.99 by moving admin_tabs to hook

* Rewrite news archive widget - see issue #1

Expand All @@ -18,6 +34,6 @@
* Dirty fix of 'select by tag' functionality with sqlite3


0.1.0 (Jan 18, 2009)
0.1.0 (Jan 18, 2010)

* Initial release

0 comments on commit b7ca0a0

Please sign in to comment.