CHANGELOG in simple-navigation-2.7.0 vs CHANGELOG in simple-navigation-2.7.1
- old
+ new
@@ -1,11 +1,15 @@
+*2.7.1
+
+* added SimpleNavigation.request and SimpleNavigation.request_uri as abstraction for getting request_uri (rails2/rails3)
+* use request.fullpath instead of request.request_uri for Rails3. Credits to Ben Langfeld.
+
*2.7.0
* added new option :highlights_on to item definition in config-file. Specify a regexp which is matched against the current_uri to determine if an item is active or not. Replaces explicit highlighting in controllers.
* deprecated explicit highlighting in the controllers.
-
*2.6.0
* added rendering option 'skip_if_empty' to Renderer::List to avoid rendering of empty ul-tags
* added breadcrumbs renderer incl. specs. A big thanks to Markus Schirp.
* added ability to register a renderer / specify your renderer as symbol in render_navigation
@@ -15,10 +19,10 @@
* bugfix: SimpleNavigation.config_file? without params does not check for _navigation.rb file anymore. Credits to Markus Schirp.
*2.5.3
-* removed depreciated railtie_name from simple_navigation/railtie. Credits to Markus Schirp.
+* removed deprecated railtie_name from simple_navigation/railtie. Credits to Markus Schirp.
*2.5.2
* added Rails3 generator for navigation_config.rb. Thanks to Josep Jaume Rey.
\ No newline at end of file