All notable changes to personal-data-export
will be documented in this file
- Laravel 11.x Compatibility by @laravel-shift in #81
Full Changelog: https://github.com/spatie/laravel-personal-data-export/compare/4.2.2...4.3.0
- Make method arguments consistent with interface by @BostjanOb in #76
- fix invalid variable name in README.md by @MrKrisKrisu in #79
- Make zipFilename and user properties public by @ericlun21 in #80
- @BostjanOb made their first contribution in #76
- @MrKrisKrisu made their first contribution in #79
- @ericlun21 made their first contribution in #80
Full Changelog: https://github.com/spatie/laravel-personal-data-export/compare/4.2.1...4.2.2
- @patinthehat made their first contribution in #74
Full Changelog: https://github.com/spatie/laravel-personal-data-export/compare/4.2.0...4.2.1
- Add option to ignore storage folder structrue in added files by @pelmered in #73
- @pelmered made their first contribution in #73
Full Changelog: https://github.com/spatie/laravel-personal-data-export/compare/4.1.0...4.2.0
- Allow to store files in sub-folder by @jeremyallebe in #72
- @jeremyallebe made their first contribution in #72
Full Changelog: https://github.com/spatie/laravel-personal-data-export/compare/4.0.0...4.1.0
- support Laravel 9
- drop support for older Laravel versions.
Full Changelog: https://github.com/spatie/laravel-personal-data-export/compare/3.0.0...4.0.0
- improve translations
- refactor internals
- deps: update spatie/temporary-directory (#57)
- remove the deleted views from the service provider (#56)
- replace mailable with notification
- drop support for PHP 7
- drop support for anything below Laravel 8
- Add support for Laravel 8
- use default traits in job and allow to configure the job connection and queue (#42)
- support Laravel 7
- support Laravel 6
- format exported JSON
- made API fluent
- readme corrections
- add uuid compatibility
- fix issue where using files using with disk parameter was not included in final zip
- fix #11
- make properties of events public
- initial release