All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.1 - 2022-08-25
- [BREAKING]: Make the plugin compatible with Craft 4 (fixes #10)
2.0.0 - 2022-08-25 [YANKED]
- Update plugin icon
1.2.0 - 2022-08-24
- the
adminCanSkipRestriction
setting was not honored; admin users were always allowed to skip the restriction (thanks @ryssbowh, fixes #6)
1.1.4 - 2021-07-07
- Fix a bug when removing assets from a console command (thanks @ryssbowh)
1.1.3 - 2021-07-06
- Re-add schemaVersion mistakenly removed in previous release
1.1.2 - 2021-06-30
- Minor translation changes
- 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)
1.1.1 - 2020-18-28
- Renamed folder to comply with psr-4 autoloading standard
1.1.0 - 2018-11-22
- Ability to set the restriction permission per user
- Ability to skip the restriction for Admin users
1.0.0 - 2018-10-24
- Initial release