Restrict Asset Delete
Version 2.0.1
August 25, 2022
Changed
- [BREAKING]: Make the plugin compatible with Craft 4 (fixes [#10][])
Version 2.0.0
August 25, 2022
Changed
- Update plugin icon
Version 1.2.0
August 24, 2022
Added
- Add a setting to allow deleting assets only used in revisions (thanks
[@ryssbowh][], fixes [#7][])
Fixed
- the
adminCanSkipRestriction
setting was not honored; admin users were always allowed to skip the restriction (thanks [@ryssbowh][], fixes [#6][])
Version 1.1.4
July 7, 2021
Fixed
- Fix a bug when removing assets from a console command (thanks [@ryssbowh][])
Version 1.1.3
July 6, 2021
Fixed
- Re-add schemaVersion mistakenly removed in previous release
Version 1.1.2
June 30, 2021
Changed
- Minor translation changes
Fixed
- PSR-4 autoloading issue (thanks [@ryssbowh][])
- Change the check to determine if an asset can be deleted to mirror recent Craft versions behavior (thanks [@mattcdavis1][])
Version 1.1.1
June 28, 2021
Fixed
- Renamed folder to comply with psr-4 autoloading standard
Version 1.1.0
November 22, 2018
Added
- Ability to set the restriction permission per user
- Ability to skip the restriction for Admin users
Version 1.0.0
October 24, 2018
Added
- Initial release