Releases: code-distortion/adapt
Releases · code-distortion/adapt
0.12.15
[0.12.15] - 2025-08-04
Fixed
- Added #[Before] attribute to the
initialiseAdapttrait, so Adapt is picked up properly in PHPUnit 12+ - Added #[Test] and #[DataProvider] attributes to tests where they were missing
0.12.14
[0.12.14] - 2025-04-23
Fixed
- Fixed a bug causing an exception when building a database on behalf of a remote instance
0.12.13
[0.12.13] - 2025-02-02
Added
- Added support for PHP 8.4
Fixed
- Fixed a bug that caused a problem when auto-increment fields had a comment
0.12.12
[0.12.12] - 2024-08-14
Added
- Added support for PHP 8.3
- Added support for Laravel 11
0.12.11
[0.12.11] - 2023-07-30
Fixed
- Fixed issue when building databases for multiple connections, and none are specified as the default - thanks to manu144x for raising the problem
- Fixed an issue when using the databaseInit() method when using older versions of Laravel
0.12.10
[0.12.10] - 2023-07-29
Fixed
- Fixed a bug that caused the Adapt storage directory to be resolved incorrectly when using absolute paths - thanks to manu144x for raising the problem
- Initial import and migration paths can be absolute
0.12.8
[0.12.8] - 2023-07-11
Fixed
- Fixed a bug affecting use in Laravel 10
0.12.7
[0.12.7] - 2023-06-02
Fixed
- Fixed a bug when handling a remote-build request
0.12.6
[0.12.6] - 2023-06-02
Fixed
- Fixed a path resolution bug that broke some tests
0.12.5
[0.12.5] - 2023-06-02
Fixed
- Fixed a bug in the
--repeat=xfix from 0.12.4, in older versions of Laravel