Element Lists
Version 3.3.0
January 27, 2022
Changed
- Element index controller disables database query cache.
Version 3.1.3
March 23, 2021
Updated
- Opened
tightenco/collect
dependency up to >=5.5
Version 3.1.2
January 12, 2021
Fixed
- Sorting by field's sort order would throw an error within Matrix blocks.
Version 3.1.1
January 5, 2021
Changed
- Lists nested inside Matrix blocks would return incorrect relations.
Version 3.1.0
July 14, 2020
Changed
- Adding support for Craft 3.4
Version 3.0.3
January 12, 2021
Fixed
- Sorting by field's sort order would throw an error within Matrix blocks.
Version 3.0.2
January 5, 2021
Fixed
- Lists nested inside Matrix blocks would return incorrect relations.
Version 3.0.1
December 30, 2019
Changed
- Plugin variable
$category
is publicly accessible.
Version 3.0.0
October 9, 2019
Changed
- Field value is now a
RelationshipInterface
and not the defaultElementQueryInterface
. Note: this may introduce breaking changes!
Version 2.2.1
September 24, 2019
Fixed
- Fixing issue w/ relation alias used in Craft 3.2.x
Version 2.2.0
May 3, 2019
Added
- Fields can disable sort order enforcement. We recommend disabling this when field relations are in the thousands.
Version 2.1.2
April 30, 2019
Changed
- Index sources are limited to the input sources defined via settings. #3
Version 2.1.1.1
April 29, 2019
Fixed
- Optimized query which was returning multiple of the same element.
Version 2.1.1
April 28, 2019
Fixed
- Query::distinct would throw an error on postgres databases #2
Version 2.1.0
April 25, 2019
Changed
- Relations are stored in the native 'relations' table resulting in seamless switching between field types.
Fixed
- Various multi-size related experiences.
Version 2.0.1
April 12, 2019
Added
- Returning an error json if saving an association errors.
Version 2.0.0
March 26, 2019
Changed
- Namespacing from
flipbox\element\list\*
toflipbox\craft\element\list\*
Version 1.0.2
October 8, 2018
Added
flipbox\craft\element\lists\fields\ElementSourceList::$ignoreSearchKeywords
param to ignore recursively trying to generate keywords
Version 1.0.1
September 20, 2018
Added
flipbox\craft\element\lists\db\SourceUserElementQuery
to build a full query for users
Changed
- Fields can provide their own query class
Version 1.0.0
April 30, 2018
- Initial release