| 1 |
// $Id: CHANGELOG.txt,v 1.33 2009/08/13 21:05:53 johnalbin Exp $
|
| 2 |
|
| 3 |
Menu Block 6.x-2.x-dev, xxxx-xx-xx (development release)
|
| 4 |
------------------------------
|
| 5 |
- Added HOOK_menu_block_tree_alter() to allow direct tree manipulation
|
| 6 |
- Make default menu be "Primary links" instead of "Navigation"
|
| 7 |
- #378206 by sbordage: Added French translation
|
| 8 |
- #345419: Add option for menu title as link
|
| 9 |
- #347805: Add delta to variables and classes in menu-block-wrapper.tpl
|
| 10 |
|
| 11 |
Menu Block 6.x-2.2, 2008-12-16
|
| 12 |
------------------------------
|
| 13 |
- #342498: Give unique class to depth-limited leaves that have children
|
| 14 |
- #341436: Depth-limited leaves that have children get "collapsed" icon
|
| 15 |
- #341345: WSOD on "Add menu block" page with some PHP versions
|
| 16 |
|
| 17 |
Menu Block 6.x-2.1, 2008-12-01
|
| 18 |
------------------------------
|
| 19 |
- #300086: Add option to make starting level follow active menu item
|
| 20 |
- #340868: Clean up display of block configuration options
|
| 21 |
- #300094: Add option to sort active trail to top of menu tree
|
| 22 |
- #328238 by gorbeia: Add support for i18n menu translation
|
| 23 |
- #331934: Add option to select parent item of menu tree
|
| 24 |
- #330978: Add hook_get_menus() and implement Book module integration
|
| 25 |
- #331935: Replace admin/by-module hack with README.txt
|
| 26 |
- #332974: Collapsed menu items get "leaf" class when using "depth" option
|
| 27 |
- #333988: Create template for menu-block-wrapper
|
| 28 |
- #331933 by sun: Help links are displayed if Help module is disabled
|
| 29 |
- #338263: Migration from 5.x-1.x to 6.x-2.x is broken
|
| 30 |
- #305267: Menu blocks incorrectly cached per role
|
| 31 |
|
| 32 |
Menu Block 6.x-2.0, 2008-08-25
|
| 33 |
------------------------------
|
| 34 |
- Added extensive documentation help text
|
| 35 |
- Added extended classes to menu trees
|
| 36 |
- Menu block's administrative interface now matches the block module's standard
|
| 37 |
add, configure, and delete interface
|
| 38 |
- #266230: Port Menu block to D6
|
| 39 |
|
| 40 |
Menu Block 5.x-2.0, 2008-11-24
|
| 41 |
------------------------------
|
| 42 |
- #304675: Port 6.x admin interface to 5.x
|
| 43 |
- Added missing dependency on menu module
|
| 44 |
|
| 45 |
Menu Block 5.x-1.0, 2008-08-05
|
| 46 |
------------------------------
|
| 47 |
- Simplified block configuration
|
| 48 |
|
| 49 |
Menu Block 5.x-0.9, 2008-08-05
|
| 50 |
------------------------------
|
| 51 |
- #266223: Add option to limit the depth of the tree to an arbitrary level
|
| 52 |
- Added block config to specify whether to expand all children
|
| 53 |
- Added settings to enable specific menu blocks
|