Releases: stefangabos/Zebra_Mptt
Releases · stefangabos/Zebra_Mptt
2.3.7
2.3.6
2.3.5
- fixed #5 where
get_previous_sibling
was in fact returning thenext
sibling. Thanks @kinnevo! - performance tweaks for
get_previous_sibling
andget_next_sibling
methods - escape custom table and column names; thanks @dominikfiala!
2.3.4
- unnecessary files are no more included when downloading from GitHub or via Composer
2.3.3
- minor source code tweaks
- documentation is now available in the repository and on GitHub
- the home of the library is now exclusively on GitHub
Version 2.3.2
- updated version number
Version 2.3.1b released
- fixed an issue with auto-loading of the library when used via Composer
Version 2.3.1 released
- updated references to the minimum required PHP version
Version 2.3.0 released
- this version breaks compatibility with previous versions
- "get_children_count" and "get_descendats_count" methods were both replaced by the new get_descendant_count method
- "get_selectables" method was renamed to to_select
- added 3 new methods: get_siblings, get_next_sibling and get_previous_sibling
- the move method can now be used to move nodes before and after another nodes (not just as a child of another node)
- dropped support for the deprecated "mysql" extension; the library now only works with the "mysqli" extension
- minimum required PHP version is now 5.0.5 instead of 4.4.9
- fixed some issues preventing the library from running pn PHP7; thanks Jiri Melcak
- improved compatibility with Composer
- some minor performance tweaks
Version 2.2.5 now available
- added a new update method, useful if you want to change a node’s name