Releases: Smile-SA/gdpr-dump
Releases · Smile-SA/gdpr-dump
4.0.1
4.0.0
3.1.1
Bugfixes:
- Disallow phar file compilation when composer dev packages are installed
3.1.0
Improvements:
- Compatibility with Symfony 6 components
- Better phar file compression (json files are now minified)
- Display an error message if the parameter
database
is not defined
Bugfixes:
- Fix doctrine connection not being closed properly
Refactoring:
- Move the compiler binary to a Symfony command
- Rename SqlDumper class to MysqlDumper to avoid confusion
3.0.0
- Set minimum PHP version to 7.4
- Upgrade Doctrine DBAL version from
^2.10
to^3.1
- Remove deprecated features (see migration guidelines)
2.3.3
- Replace anonymization character for customer name in magento2 template (fixes a validation error)
2.3.2
- Fix a regression that appeared in version 2.1.0 and prevented from setting empty strings with the converter "setValue"
2.3.1
- Fix PHP annotations being removed from the phar file
2.3.0
- Add settings to enable/disable table filter propagation
- Performance optimization: use a single query to fetch all foreign keys