Releases: druidfi/gdpr-mysqldump
Releases · druidfi/gdpr-mysqldump
1.2.6 Allow gdpr expressions to also be passed as file
What's Changed
- Allow gdpr expressions to also be passed as file by @nick-vanpraet in #17
New Contributors
- @nick-vanpraet made their first contribution in #17
Full Changelog: 1.2.5...1.2.6
1.2.5
What's Changed
- Update actions/checkout action to v4 by @renovate in #9
- Issue #7: Accept --no-tablespaces option. by @sonnykt in #8
- test also with PHP 8.2 and 8.3
- Update dependencies
New Contributors
Full Changelog: 1.2.4...1.2.5
1.2.4 Revert using Command::SUCCESS|FAILURE
- Revert using
Command::SUCCESS
orCommand::FAILURE
as they don't exist on Symfony 4.4 (Drupal 9)
1.2.3 Use return values for commands
- Return
Command::SUCCESS
orCommand::FAILURE
explicitly
1.2.2 Hotfix for creating dsn string
- Fix dsn creating bug from v1.2.1
1.2.1 Use latest druidfi/mysqdump-php
- Bump
druidfi/mysqdump-php
requirement to^1.0.1
- Change calls and namespace to match
1.2.0 Remove/update dependencies
- Require
druidfi/mysqldump-php
instead ofifsnop/mysqldump-php
- Move
bomoko/mysql-cnf-parser
class & tests to this repo - Replace deprecated
webmozart/path-util
withsymfony/filesystem
package'sPath
class - Run PHPunit tests with GHA
- Make Drupal 9.4 compatible by copying Path class from symfony/filesystem
1.1.0 Change namespace to druidfi
- Change namespace from
machbarmacher\GdprDump
todruidfi\GdprDump
- Bump up
fakerphp/faker
constraint to^1.20
1.0.3 Fix typecasting
- Fix typecasting error on 1.0.2 release
1.0.2 Bump up the requirements
- PHP version must be minimum of 7.4 or 8.0
- Match requirements for Drupal 9.2.0 (oldest supported)
- Drop support for Drupal 8 and 9.1
- Updated tests with PHPUnit 8 or 9
- Typecasting