Releases: sebastian-lenz/craft-utils
Releases · sebastian-lenz/craft-utils
2.2.11
- Fix: Revert php version requirement bump, Craft still is on v7.0
2.2.10
- New: Added Url model class
- Changed: Use custom serialize methods on foreign models, prevent serializing the owner element
- Changed: Add __debugInfo method to foreign models to improve Yii debug toolbar display
2.2.9
- New: Correctly set valueType on foreign fields
2.2.8
- Fix: Ensure a field is rendered with the same field instance it has been loaded with
2.2.7
- Fix: Remove call once guard from query attachJoin/attachEagerLoad
2.2.6
- Fix several issues when filtering by foreign fields
- Fix incorrect owner when saving propagated foreign fields
2.2.5
- Pass an option array to ForeignFieldQueryExtension instead of individual arguments
2.2.4
- Ensure query extension only applies join / select onece per query
2.2.3
- Always expose a unique name to templates
2.2.2
- Fix ElementCache::withElement using the wrong field to retrieve the site