Skip to content

Commit

Permalink
Prepare 7.44.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 13, 2024
1 parent 7d37eab commit 5cdae35
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## 7.44.0

Released: 2024-07-13

### Added

* Added `Orchestra\Testbench\Dusk\Options::using()` method to interacts with `Facebook\WebDriver\Chrome\ChromeOptions`.

### Changes

* Update minimum support for Testbench v7.43.0+. ([v7.42.2...v7.43.0](https://github.com/orchestral/testbench/compare/v7.42.2...v7.43.0))
* Update minimum support for Testbench Core v7.44.0+. ([v7.43.3...v7.44.0](https://github.com/orchestral/testbench/compare/v7.43.3...v7.44.0))

## 7.43.1

Released: 2024-06-02
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"laravel/dusk": "^7.13",
"laravel/serializable-closure": "^1.0",
"orchestra/dusk-updater": "^1.7.1 || ^2.2.1",
"orchestra/testbench": "^7.42.2",
"orchestra/testbench-core": "^7.43.3",
"orchestra/testbench": "^7.43",
"orchestra/testbench-core": "^7.44",
"php-webdriver/webdriver": "^1.9"
},
"require-dev": {
Expand Down

0 comments on commit 5cdae35

Please sign in to comment.