Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 762 Bytes

CHANGELOG.md

File metadata and controls

38 lines (18 loc) · 762 Bytes

SuperSort Changelog

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

4.0.0 - 2022-05-15

Improved

  • SuperSort is ready for Craft 4!

Removed

  • Removed SuperSort::$plugin static accessor; use getInstance() instead.

3.0.1 - 2017-12-25

Added

  • SuperSort is ready for Craft 3!

1.1.0 - 2015-11-05

Added

  • Added the shuffle method.

1.0.0 - 2015-11-05

Fixed

  • Fixed a bug where the rsortas method was erroneously set to sort the source array rather than the transformed asArray, causing incorrect results.

0.0.1 - 2015-01-24

  • Beta release!