Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 914 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 914 Bytes

Similar Changelog

5.0.2 - 2024.06.20

Fixed

  • Fixed an issue where toArray() was done recursively on the passed in $critera, which turned objects into sub-arrays in orderBy and other properties, causing a DB error (#51) (#50)

5.0.1 - 2024.06.19

Fixed

  • Filter out OrderByPlaceholderExpression expressions from the orderBy clause in the ElementQuery to prevent invalid SQL from being generated (#51) (#52)
  • Fixed a SQLSTATE[42S22]: Column not found: 1054 Unknown column 'content.id' in 'group statement' error on Craft 5 (#51)

5.0.0 - 2024.04.28

Added

  • Stable release for Craft CMS 5