- Fixed issue with includeDrafts column not being created on fresh install.
- Added ability to include drafts in results.
- Added ability to filter entries by authorId or authorEmail.
- Fixed missing release date in changelog.
- Updated dependencies to address a composer/composer 2.0-2.2.11 vulnerabilty.
- Updated to support Craft 4.0.
- Added
Saved Filters
field type to establish relationships between CP FiltersSavedFilter
elements and other Craft elements.
- Added support for Craft Commerce Products and Orders.
- Fixed lightswitch "onLabel" and "offLabel" support for pre-3.5.4 Craft versions.
- Fixed element query select statements where the table names were being prefixed but Craft automatically aliases the table names in the query.
- Fixed entry types select options to account for redundant "default" entry types in Craft 3.7+.
- Added support for Craft 3.7.
- Added SlimSelect for searching and selecting multi-option filter values.
- Filter value select options quantity is no longer limited.
- Fixed element criteria formatting when multiple criteria are applied to a single field.
- Added
firstName
andlastName
field filters toUser
element filtering.
- Fixed pagination links that were linking to entries element type by default.
- Fixed the default config values in the
Settings
model.
- Updated composer.json to support Craft 3.6.
- Added "Saved Filters" functionality
- Replaced the
ucwords
filter to fix deprecation warnings
- Set the minimum version requirement for Craft CMS to 3.3.16
- Added
siteId
filter for all core element types. - Added support for
craft\fields\Lightswitch
field filtering.
- Fixed default config values that are incompatible with PostgreSQL.
- Fixed the changelog URL in composer.json.
- Fixed the support URLs in the composer.json file.
- Fixed an asort() error that occurred for element types with no defined groups.
- Fixed an asort() error that occurred for element types with no defined groups.