Skip to content

4.0.0

Compare
Choose a tag to compare
@Mosnar Mosnar released this 24 Nov 23:43
· 7 commits to main since this release
8682aec

4.0.0 - 2022-10-24

Added

  • "Select All" support - this works well with filters, conditions, etc.

Changed

  • Bulk Edit now requires Craft 4
  • Plugin no longer requires db tables - all data is now stored in the queue job.
  • Field strategies are now represented as classes implementing FieldStrategyInterface
  • Refactored field rendering for future support of native fields

Fixed