This repository was archived by the owner on Sep 27, 2025. It is now read-only.
Releases: metalinspired/NestedSet
Releases · metalinspired/NestedSet
2.3.0
2.2.3
Added reorder method to HybridNestedSet that moves nodes within same parent using order column value as destination
2.2.2
Corrected bug in Factory where accessing hybridFind would return HybridManipulate instance
2.2.1
Created Factory as single access point for both NestedSet and HybridNestedSet
2.2.0
Adds Hybrid Nested Set functionality
Adds ability to accept array of identifiers as first attribute to manipulate methods, excluding insert method.
2.1.1
Root node id can now be detected if rootNodeId property is set to null, which is now default behavior
2.1.0
Implemented clean() method in Manipulate class
2.0.2
Find and Manipulate constructors $config parameter is now optional
2.0.1
Updated tests to reflect changes in Manipulate class
Second release
This is a complete rewrite of this utility.
It now uses Zend\Db as underlying database abstraction layer.