Version 0.11
- +
\ddTools::ddTools::sort2dArray
: The new method. It sorts 2-dimensional array by multiple columns (like in SQL) using Hoare’s method, also referred to as quicksort. The sorting is stable. - * Small changes for compatibility with old MODX versions.
- * Bugfix: The method
\ddTools::unfoldArray
didn’t used to be static.