Skip to content

Releases: sebastian-lenz/craft-utils

2.2.11

02 Dec 22:32
Compare
Choose a tag to compare
  • Fix: Revert php version requirement bump, Craft still is on v7.0

2.2.10

02 Dec 21:44
Compare
Choose a tag to compare
  • 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

21 Nov 21:19
Compare
Choose a tag to compare
  • New: Correctly set valueType on foreign fields

2.2.8

12 Aug 18:37
Compare
Choose a tag to compare
  • Fix: Ensure a field is rendered with the same field instance it has been loaded with

2.2.7

27 Jan 16:53
Compare
Choose a tag to compare
  • Fix: Remove call once guard from query attachJoin/attachEagerLoad

2.2.6

12 Dec 15:02
Compare
Choose a tag to compare
  • Fix several issues when filtering by foreign fields
  • Fix incorrect owner when saving propagated foreign fields

2.2.5

22 Nov 10:16
Compare
Choose a tag to compare
  • Pass an option array to ForeignFieldQueryExtension instead of individual arguments

2.2.4

10 Oct 14:23
Compare
Choose a tag to compare
  • Ensure query extension only applies join / select onece per query

2.2.3

30 Aug 13:26
Compare
Choose a tag to compare
  • Always expose a unique name to templates

2.2.2

30 Jul 08:31
Compare
Choose a tag to compare
  • Fix ElementCache::withElement using the wrong field to retrieve the site