Skip to content

Releases: druidfi/gdpr-mysqldump

1.2.6 Allow gdpr expressions to also be passed as file

24 Apr 10:25
93fcbdc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.5...1.2.6

1.2.5

04 Mar 07:39
db57ced
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.4...1.2.5

1.2.4 Revert using Command::SUCCESS|FAILURE

04 Mar 07:53
Compare
Choose a tag to compare
  • Revert using Command::SUCCESS or Command::FAILURE as they don't exist on Symfony 4.4 (Drupal 9)

1.2.3 Use return values for commands

16 Feb 07:45
Compare
Choose a tag to compare
  • Return Command::SUCCESS or Command::FAILURE explicitly

1.2.2 Hotfix for creating dsn string

24 Aug 12:20
Compare
Choose a tag to compare
  • Fix dsn creating bug from v1.2.1

1.2.1 Use latest druidfi/mysqdump-php

24 Aug 11:44
Compare
Choose a tag to compare
  • Bump druidfi/mysqdump-php requirement to ^1.0.1
  • Change calls and namespace to match

1.2.0 Remove/update dependencies

19 Aug 10:17
41635b4
Compare
Choose a tag to compare
  • Require druidfi/mysqldump-php instead of ifsnop/mysqldump-php
  • Move bomoko/mysql-cnf-parser class & tests to this repo
  • Replace deprecated webmozart/path-util with symfony/filesystem package's Path 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

18 Aug 04:53
dc9572f
Compare
Choose a tag to compare
  • Change namespace from machbarmacher\GdprDump to druidfi\GdprDump
  • Bump up fakerphp/faker constraint to ^1.20

1.0.3 Fix typecasting

18 Jan 05:02
Compare
Choose a tag to compare
  • Fix typecasting error on 1.0.2 release

1.0.2 Bump up the requirements

17 Jan 15:42
Compare
Choose a tag to compare
  • 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