Added
- Added support for Craft 5.
Changed
- The
type
filter's value will be a singleEntryType
on Craft 5+ (it remains an array ofEntryType[]
on Craft 3, and 4). - An
yii\base\InvalidConfigException
is thrown if thefield
filter is missing thehandle
configuration option.
Full Changelog: v1.4.3...v1.5.0