- the
Utility::__call()method now correctly handles properties with an initial capital letter. This means that
BackupExport()andBackupImport()magically implement theconnection()method, which allows you to set up the
connection even at runtime; - for testing with real drivers, a configuration for Docker is proposed and used (see the
README.mdfile); - by default, the GitHub's actions now use
mariadb(instead ofmysql). Improved the entire configuration; - fixed https://github.com/mirko-pagliai/cakephp-database-backup/security/dependabot/2;
- fixed https://github.com/mirko-pagliai/cakephp-database-backup/security/dependabot/3.
What's Changed
- Switch CI to use MariaDB 10.11 instead of MySQL 8.0 by @mirko-pagliai in #221
- test by @mirko-pagliai in #222
- Refactor CI workflow: simplify matrix configuration and separate real… by @mirko-pagliai in #224
- 3.0.x docker by @mirko-pagliai in #223
- Bump phpunit/phpunit from 12.5.5 to 12.5.8 by @dependabot[bot] in #225
- the
Utility::__call()method now correctly handles properties with … by @mirko-pagliai in #226
Full Changelog: 3.0.3...3.0.4