You are here

CHANGELOG.txt in Nice Menus 5

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7.3 CHANGELOG.txt
  4. 7.2 CHANGELOG.txt
=== DRUPAL 5 ===
5.x-1.4 (November 2008)
- BUG #337467: Fixed double encode bug introduced in last release.

5.x-1.3 (September 2008)
- BUG #235562: JS is now called using drupal_add_js and you can enable/disable IE support. This will turn on JS for all browsers but Nice menus only actually runs its JS hacks for IE.

5.x-1.2 (February 2008)
- BUG #215477: Remove extra creation of iFrame and make it JS only as well as adding the JS src fix for SSL.

5.x-1.1 (December 2007)
- BUG #196323: Removed slideDown/Up in IE JS to improve performance.
- BUG #200990: Changed iFrame dimensions to get rid of blank box in certain setups.
- TASK: Adding newlines to lists so the view source isn't a nightmare of one long string.
  
5.x-1.0 (November 2007)
- First official release.

5.x-1.x-dev
July 2007:
- Add ability to create custom menu trees.
- Add themeable primary links function.

June 2007:
- Now supports up to 3 levels of children menus.

April 2007:
- Upgraded to Drupal 5.
- Class name changes to using dash(-) rather than underscore(_).
- Add themeable function.

File

CHANGELOG.txt
View source
  1. === DRUPAL 5 ===
  2. 5.x-1.4 (November 2008)
  3. - BUG #337467: Fixed double encode bug introduced in last release.
  4. 5.x-1.3 (September 2008)
  5. - BUG #235562: JS is now called using drupal_add_js and you can enable/disable IE support. This will turn on JS for all browsers but Nice menus only actually runs its JS hacks for IE.
  6. 5.x-1.2 (February 2008)
  7. - BUG #215477: Remove extra creation of iFrame and make it JS only as well as adding the JS src fix for SSL.
  8. 5.x-1.1 (December 2007)
  9. - BUG #196323: Removed slideDown/Up in IE JS to improve performance.
  10. - BUG #200990: Changed iFrame dimensions to get rid of blank box in certain setups.
  11. - TASK: Adding newlines to lists so the view source isn't a nightmare of one long string.
  12. 5.x-1.0 (November 2007)
  13. - First official release.
  14. 5.x-1.x-dev
  15. July 2007:
  16. - Add ability to create custom menu trees.
  17. - Add themeable primary links function.
  18. June 2007:
  19. - Now supports up to 3 levels of children menus.
  20. April 2007:
  21. - Upgraded to Drupal 5.
  22. - Class name changes to using dash(-) rather than underscore(_).
  23. - Add themeable function.