CHANGELOG in masterview_gem_pack-0.3.1 vs CHANGELOG in masterview_gem_pack-0.3.2
- old
+ new
@@ -1,4 +1,13 @@
+0.3.2 - February 20, 2007
+Fix bug in mv:attr directive where multiparam eval method like :a => #{hello 1,2} was not being parsed properly
+Added mv:select to alphabetical list on bottom of directives html doc page
+Fix incompatibility with Rails 1.2 template error - blank page on erb error
+Use template_changed_since? for compile checking when it is available Rails changeset 5587
+Added config.admin_auth_mixin allowing configurable authorization for masterview admin
+Change generator to use request, flash, params rather than @request, @flash, @params which are deprecated
+Tested with Rails 1.2.2
+
0.3.1 - November 20, 2006
Fixed problem with deprecated/directive_base was missing registry include
Update image_tag docs, indicating that it now simply passes through width and height rather than setting size
Fixed problem with Ruby 1.8.5 Pathname.dirname now calls self.class.new and was getting wrong number of arguments 1 for 2 (in FileMIO)
Accomodate change with Rails 1.2 which changed number of arguments for force_file_collision, use custom method
\ No newline at end of file