CHANGELOG.rdoc in contour-0.9.2 vs CHANGELOG.rdoc in contour-0.9.3
- old
+ new
@@ -1,5 +1,15 @@
+== 0.9.3
+
+* Enhancements
+ * Dependency for Rails updated to 3.2.0 and OmniAuth 1.0.2
+ * Updated to use Devise 2.0.0.rc
+ * Important! Update Devise Migrations to new format! https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0-migration-schema-style
+
+* Refactoring
+ * Removed debug logging information
+
== 0.9.2
* Bug Fix
* HTTP Basic Auth failure fix for Devise added, (Do not use ActiveSupport::Base64, https://github.com/plataformatec/devise/commit/9549a32500301c0a60a41bc31311b6198a8f0670)
@@ -43,11 +53,11 @@
== 0.8.3
* Enhancements
* Added icons from gentleface.com (see LICENSE in /app/assets/images/gentleface/LICENSE)
* You can reference icons using
- <%= image_tag('gentleface/[16|32|48]/checkmark.png')
+ <%= image_tag('gentleface/[16|32|48]/checkmark.png') %>
* Note: in 0.9.0 the images/contour/gentleface icons will be removed and be moved to images/gentleface
== 0.8.2
* Bug Fix
@@ -64,11 +74,11 @@
* Updated to require Rails 3.2.x for ~> 0.8.0
* Google Omniauth authentication now uses OpenID protocol
# Replace
provider :google_apps, OpenID::Store::Filesystem.new('/tmp')
# With
- provider :open_id, OpenID::Store::Filesystem.new('/tmp'), :name => 'google_apps', :identifier => 'https://www.google.com/accounts/o8/id'
+ provider :open_id, OpenID::Store::Filesystem.new('/tmp'), name: 'google_apps', identifier: 'https://www.google.com/accounts/o8/id'
* Added icons from gentleface.com (see LICENSE in /app/assets/images/contour/gentleface/LICENSE)
* Added qTip2, http://craigsworks.com/projects/qtip2/, distributed under http://creativecommons.org/licenses/by/3.0/
* Bug Fix
* Fixed Rails 3.2.x deprecation warning due to passing the format in the template name for render :template
@@ -144,11 +154,11 @@
== 0.5.3
* Enhancements
* Added warning.png image asset
-
+
== 0.5.2
* Bug Fix
* Password reset functionality fixed
@@ -175,14 +185,14 @@
== 0.4.0
* Enhancements
* Added new image assets
- * :target allowed as a parameter for a link in the menu, ex: :target => '_blank'
+ * :target allowed as a parameter for a link in the menu, ex: target: '_blank'
* Added application_name_html configuration so that users can specify the html for the application name
* :image and :image_options can now be passed to links to specify an image that appears to the right of the link
-
+
== 0.3.2
* Bug Fix
* Fixing asset paths in production and development by restructuring asset (image and stylesheet) relative placement
@@ -195,10 +205,10 @@
* Enhancements
* Update dependencies to Devise 1.4.4, (needed for Rails 3.1.0)
* Menu items are now rendered using html_safe
* Links and menu items can now have a :condition parameter passed to it which is a string that can be evaluated to true or false
- * ex: :condition => 'current_user.admin?'
+ * ex: condition: 'current_user.admin?'
* Testing
* Created limited tests for authentications controller and registrations
== 0.2.1
\ No newline at end of file