3.0.0
May 10th, 2024
What's Changed
- Support Laravel 11 and Statamic v5 by @aozisik in https://github.com/swiftmade/statamic-clear-assets/pull/17
Full Changelog: https://github.com/swiftmade/statamic-clear-assets/compare/v2.0.1...v3.0.0
2.0.1
February 1st, 2024
What's Changed
- Include users in scan folders by default by @aozisik in https://github.com/swiftmade/statamic-clear-assets/pull/15
Full Changelog: https://github.com/swiftmade/statamic-clear-assets/compare/v2.0.0...v2.0.1
2.0.0
June 7th, 2023
What's Changed
- Statamic 4.x and Laravel 10.x support (#12) by @aozisik in https://github.com/swiftmade/statamic-clear-assets/pull/13 Full Changelog: https://github.com/swiftmade/statamic-clear-assets/compare/v1.2.0...v2.0.0
1.2.0
March 10th, 2023
Improvements:
- More tests! We support PHP 8.2 as well.
New features:
- Config now allows you to skip containers, file patterns and files newer than x days.
To start using the config file, run the following command after you install this version:
php artisan vendor:publish --tag=statamic-clear-assets-config
1.1.0
June 4th, 2022
Improvements:
- The package is now backed by tests. (PHP 7.4 and 8.0 are supported)
- Metadata improvements in package.json.
New features:
- Lists unused files when you run the command
- Ability to delete all or one by one
Thank you @edalzell for suggestions.
1.0.0
May 14th, 2022
Initial release