Skip to content

Latest commit

 

History

History
executable file
·
77 lines (55 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

executable file
·
77 lines (55 loc) · 2.7 KB

Changelog

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

Changed

  • [BREAKING]: Make the plugin compatible with Craft 4 (fixes #10)

2.0.0 - 2022-08-25 [YANKED]

Changed

  • Update plugin icon

1.2.0 - 2022-08-24

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)

1.1.4 - 2021-07-07

Fixed

  • Fix a bug when removing assets from a console command (thanks @ryssbowh)

1.1.3 - 2021-07-06

Fixed

  • Re-add schemaVersion mistakenly removed in previous release

1.1.2 - 2021-06-30

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)

1.1.1 - 2020-18-28

Fixed

  • Renamed folder to comply with psr-4 autoloading standard

1.1.0 - 2018-11-22

Added

  • Ability to set the restriction permission per user
  • Ability to skip the restriction for Admin users

1.0.0 - 2018-10-24

Added

  • Initial release