Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

74 lines (40 loc) · 1.25 KB

Changelog

All notable changes to personal-data-export will be documented in this file

4.0.0 - 2022-02-13

  • 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

3.0.0 - 2021-08-01

  • improve translations
  • refactor internals

2.0.2 - 2021-05-05

  • deps: update spatie/temporary-directory (#57)

2.0.1 - 2021-03-11

  • remove the deleted views from the service provider (#56)

2.0.0 - 2020-12-14

  • replace mailable with notification
  • drop support for PHP 7
  • drop support for anything below Laravel 8

1.3.2 - 2020-09-09

  • Add support for Laravel 8

1.3.1 - 2020-08-08

  • use default traits in job and allow to configure the job connection and queue (#42)

1.3.0 - 2020-03-03

  • support Laravel 7

1.2.0 - 2019-09-05

  • support Laravel 6

1.1.1 - 2019-07-01

  • format exported JSON

1.1.0 - 2019-06-15

  • made API fluent
  • readme corrections

1.0.4 - 2019-06-03

  • add uuid compatibility

1.0.3 - 2019-05-28

  • fix issue where using files using with disk parameter was not included in final zip

1.0.2 - 2019-05-08

  • fix #11

1.0.1 - 2019-03-18

  • make properties of events public

1.0.0 - 2019-03-11

  • initial release