Skip to content

Commit

Permalink
Prepare 6.43.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 19, 2024
1 parent f0644d1 commit 2578c6c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`.

## 6.43.1

Released: 2024-03-19

### Changes

* Update minimum support for Testbench Core v6.49.4+. ([v6.49.0...v6.49.4](https://github.com/orchestral/testbench-core/compare/v6.49.0...v6.49.4))

#### Testbench Changes

##### Fixes

* Fixes `beforeApplicationDestroyed()` usage on `loadLaravelMigrations()` method.
* Fixes `RefreshDatabase` usage does not reset the database migrations between tests.
* Check against `RefreshDatabaseState::$migrated` before loading migration paths to the instance of `migrator`.
* Fixes `class_implements(): Class AllowDynamicProperties does not exist and could not be loaded` error on PHP 8.1 and lower.

## 6.43.0

Released: 2024-03-13
Expand Down

0 comments on commit 2578c6c

Please sign in to comment.