Skip to content

Releases: code-distortion/adapt

0.12.15

03 Aug 16:01

Choose a tag to compare

0.12.15 Pre-release
Pre-release

[0.12.15] - 2025-08-04

Fixed

  • Added #[Before] attribute to the initialiseAdapt trait, so Adapt is picked up properly in PHPUnit 12+
  • Added #[Test] and #[DataProvider] attributes to tests where they were missing

0.12.14

22 Apr 20:31

Choose a tag to compare

0.12.14 Pre-release
Pre-release

[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

01 Feb 18:46

Choose a tag to compare

0.12.13 Pre-release
Pre-release

[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

15 Aug 05:37

Choose a tag to compare

0.12.12 Pre-release
Pre-release

[0.12.12] - 2024-08-14

Added

  • Added support for PHP 8.3
  • Added support for Laravel 11

0.12.11

30 Jul 04:50

Choose a tag to compare

0.12.11 Pre-release
Pre-release

[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

28 Jul 16:57

Choose a tag to compare

0.12.10 Pre-release
Pre-release

[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

10 Jul 20:54

Choose a tag to compare

0.12.8 Pre-release
Pre-release

[0.12.8] - 2023-07-11

Fixed

  • Fixed a bug affecting use in Laravel 10

0.12.7

01 Jun 23:48

Choose a tag to compare

0.12.7 Pre-release
Pre-release

[0.12.7] - 2023-06-02

Fixed

  • Fixed a bug when handling a remote-build request

0.12.6

01 Jun 15:42

Choose a tag to compare

0.12.6 Pre-release
Pre-release

[0.12.6] - 2023-06-02

Fixed

  • Fixed a path resolution bug that broke some tests

0.12.5

01 Jun 14:31

Choose a tag to compare

0.12.5 Pre-release
Pre-release

[0.12.5] - 2023-06-02

Fixed

  • Fixed a bug in the --repeat=x fix from 0.12.4, in older versions of Laravel