Skip to content

Releases: venveo/craft-bulkedit

Craft 5 Support

26 Sep 15:51
338f9fc
Compare
Choose a tag to compare

This release adds Craft 5 support. One notable issue is that Bulk Editing fields with nested entries (e.g. Matrix) does not work due to the significant changes to the element architecture.

Full Changelog: 4.0.0...5.0.0-beta.1

4.0.1

28 Nov 21:15
fd22572
Compare
Choose a tag to compare

4.0.1 - 2022-10-28

Fixed

  • Fixed "Element query executed before Craft is fully initialized." warning

4.0.0

24 Nov 23:43
8682aec
Compare
Choose a tag to compare

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

4.0.0-RC1

21 Jun 19:19
Compare
Choose a tag to compare

4.0.0-RC1 - 2022-06-22

Added

  • "Select All" support - this works well with filtres, 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

2.0.6

22 Jul 19:15
4bda93a
Compare
Choose a tag to compare

2.0.6 - 2021-07-22

Fixed

  • Fixed a bug where fields may not always get the correct source site ID

Other

  • Tested on Craft 3.7

2.0.5

12 Jul 18:46
5f74892
Compare
Choose a tag to compare

Fixed

  • Bug where multi-site bulk editing was not working properly (Thanks @monachilada)

Notes

  • Verified working with Craft 3.5

2.0.4

25 Feb 22:11
5b05365
Compare
Choose a tag to compare

2.0.4 - 2020-02-25

Fixed

  • Bug where bulk editing assets with could yield no fields

2.0.3

24 Feb 20:17
8ccf200
Compare
Choose a tag to compare

2.0.3 - 2020-02-24

Fixed

  • Bug where bulk editing a section with a field layout that had been deleted could yield no fields

2.0.2.1: Merge pull request #21 from venveo/feature/all-fields-editable

20 Feb 22:13
7179806
Compare
Choose a tag to compare
Fix error that can occur if trying to bulkedit fields on a soft-delet…

2.0.2

20 Feb 22:02
7c425e2
Compare
Choose a tag to compare

2.0.2 - 2020-02-20

Added

  • All field types (including custom ones and Matrix) now support bulk replacement!!!