The format of this file is based on "Keep a Changelog". This project adheres to Semantic Versioning. Version numbers follow the pattern: MAJOR.FEATURE.BUGFIX
- SuperSort is ready for Craft 4!
- Removed
SuperSort::$plugin
static accessor; usegetInstance()
instead.
- SuperSort is ready for Craft 3!
- Added the
shuffle
method.
- Fixed a bug where the
rsortas
method was erroneously set to sort the source array rather than the transformedasArray
, causing incorrect results.
- Beta release!