Releases: venveo/craft-bulkedit
Releases · venveo/craft-bulkedit
Craft 5 Support
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
4.0.0
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
- Fix bulk editing products (Thanks @nilsenpaul)
- Added missing string translations (Thanks @nilsenpaul)
4.0.0-RC1
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
2.0.5
Fixed
- Bug where multi-site bulk editing was not working properly (Thanks @monachilada)
Notes
- Verified working with Craft 3.5
2.0.4
2.0.3
2.0.2.1: Merge pull request #21 from venveo/feature/all-fields-editable
Fix error that can occur if trying to bulkedit fields on a soft-delet…