Releases: sebastian-lenz/craft-utils
Releases · sebastian-lenz/craft-utils
2.2.1
- Clear the element cache if an element was moved
- Add ElementCache::withSite method
2.2.0
- Raise Craft version requirement
- Use
static
in query extension, make private static methods protected in query extension, so methods can be overloaded - Disable element cache on preview requests
2.1.0
- Make FormHelpers not depend on a foreign field
- Fix query extension site id join condition, we used the wrong field
2.0.2
- Fix root element variable name
- Fix count query detection, the select array may not be zero based
2.0.1
- Fix create record method, it uses the wrong class
2.0.0: Add typecast behaviour to field model
- Remove support for site independent records
- Turn configurable class elements into static methods
1.0.0
Initial release