Skip to content

Commit

Permalink
Release 9.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Feb 15, 2025
1 parent 786ce57 commit 941ad0c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Released: 2025-02-15
### Changes

* Dynamically resolve workbench namespace for `discover.factories`.
* Clear `vendor` symlink when terminating Testbench CLI.
* Clear `vendor` symlink when terminating Testbench CLI.

## 8.32.3

Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG-9.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 9.10.0

Released: 2025-02-15

### Added

* Add `Orchestra\Testbench\Concerns\CreatesApplication::resolveApplicationFacades()` method.
* Add `Orchestra\Testbench\Concerns\CreatesApplication::getApplicationBasePath()` method as replacement to `Orchestra\Testbench\Concerns\CreatesApplication::getBasePath()`.
* Add `Orchestra\Testbench\Foundation\Application::deleteVendorSymlink()` method.

### Changes

* Dynamically resolve workbench namespace for `discover.factories`.
* Clear `vendor` symlink when terminating Testbench CLI.
* Update `config/database.php` skeleton file.

## 9.9.4

Released: 2025-02-07
Expand Down

0 comments on commit 941ad0c

Please sign in to comment.