File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11# Bulk Edit Changelog
22
3- ## 4.0.0 - UNRELEASED
3+ ## 4.0.0-RC1 - 2022-06-22
44
55### Added
6- - "Select All" support
6+ - "Select All" support - this works well with filtres, conditions, etc.
77
88### Changed
99- Bulk Edit now requires Craft 4
1010- Plugin no longer requires db tables - all data is now stored in the queue job.
11- - Refactor
1211- Field strategies are now represented as classes implementing FieldStrategyInterface
13- -
12+ - Refactored field rendering for future support of native fields
1413
1514## 2.0.6 - 2021-07-22
1615### Fixed
Original file line number Diff line number Diff line change 22 "name" : " venveo/craft-bulkedit" ,
33 "description" : " Bulk edit Craft CMS element fields" ,
44 "type" : " craft-plugin" ,
5- "version" : " 4.0.0" ,
5+ "version" : " 4.0.0-RC1 " ,
66 "keywords" : [
77 " craft" ,
88 " cms" ,
Original file line number Diff line number Diff line change @@ -73,7 +73,10 @@ public function init()
7373 ];
7474 }
7575
76- $ event ->permissions [Craft::t ('venveo-bulk-edit ' , 'Bulk Edit ' )] = $ permissions ;
76+ $ event ->permissions [] = [
77+ 'heading ' => Craft::t ('venveo-bulk-edit ' , 'Bulk Edit ' ),
78+ 'permissions ' => $ permissions
79+ ];
7780 });
7881
7982 if (Craft::$ app ->request ->isCpRequest ) {
You can’t perform that action at this time.
0 commit comments