Skip to content

Commit

Permalink
version bump to 3.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Jul 14, 2011
1 parent 3993754 commit b707e51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGES.textile
@@ -1,8 +1,12 @@
h2. 3.6.3

h3. Bugfixes
* Helpers are now properly included (only once) with Rails 3.0. Thanks to [paneq] for a fix.

* [Rails 3.0] Helpers are now properly included (only once). Thanks to [paneq] for a fix.
* `#url_options` in the Metal module is now delegated to `parent_controller` which propagates global URL setting like relative URLs to your cells.

h3. Changes
* `cells/test_case` is no longer required as it should be loaded automatically.


h2. 3.6.2

Expand Down
2 changes: 1 addition & 1 deletion lib/cells/version.rb
@@ -1,3 +1,3 @@
module Cells
VERSION = '3.6.2'
VERSION = '3.6.3'
end

0 comments on commit b707e51

Please sign in to comment.