Skip to content

Commit

Permalink
Updated CHANGELOG.rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Engel committed Feb 4, 2011
1 parent 2749f8c commit 455a9db
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.rdoc
Expand Up @@ -3,22 +3,22 @@
== Version 3.0.0 (February 3, 2011)

* Refactored the authentication code. Being to run Rich-CMS with:
** no authentication
** Devise 1.0.x (for Rails 2)
** Devise 1.1.x (for Rails 3)
** Authlogic 2.1.x
- no authentication
- Devise 1.0.x (for Rails 2)
- Devise 1.1.x (for Rails 3)
- Authlogic 2.1.x
* Altered configurating the authentication setup
* Altered the login/logout Rich-CMS routes
* Altered the admin generator (this was rich:autlogic_user at first, but it is rich:cms_admin from now on)
* Updated gem dependencies (not using Formtastic and Authlogic anymore)
* Improved the test suite. Being able to test Rich-CMS with:
** Rails 2 without authentication
** Rails 2 with Devise 1.0.x
** Rails 2 with Authlogic 2.1.x
** Rails 3 without authentication
** Rails 3 with Devise 1.1.x
** Rails 3 with Authlogic 2.1.x
** All tests include testing the Rails generators (woot!)
- Rails 2 without authentication
- Rails 2 with Devise 1.0.x
- Rails 2 with Authlogic 2.1.x
- Rails 3 without authentication
- Rails 3 with Devise 1.1.x
- Rails 3 with Authlogic 2.1.x
- All tests include testing the Rails generators (woot!)
* Altered file encoding of cleditor.js which removes the weird characters within rich_cms.js
* Implemented Array.indexOf for our IE friends. Thanks Mark Mulder (@bitterzoet) for contributing

Expand Down

0 comments on commit 455a9db

Please sign in to comment.