Skip to content

Latest commit

 

History

History
82 lines (48 loc) · 2.41 KB

CHANGELOG-9.x.md

File metadata and controls

82 lines (48 loc) · 2.41 KB

Changes for 9.x

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

9.3.0

Released: 2024-06-02

Changes

  • Update minimum support for Testbench v9.1.1+. (v9.1.0...v9.1.1)
  • Update minimum support for Testbench Core v9.1.2+. (v9.1.0...v9.1.2)
  • Update configuration to match Laravel Framework v11.8.0.

9.2.0

Released: 2024-05-21

Changes

  • Update minimum support for Testbench v9.1.0+. (v9.0.3...v9.1.0)
  • Update minimum support for Testbench Core v9.1.0+. (v9.0.9...v9.1.0)
  • Uses TESTBENCH_WORKING_PATH from environment variable before fallback to getcwd().
  • PHPStan Improvements.

9.1.2

Released: 2024-05-09

Changes

  • Update skeleton to match v11.0.7.

9.1.1

Released: 2024-04-07

Changes

  • Append APP_ENV, TESTBENCH_PACKAGE_TESTER, TESTBENCH_WORKING_PATH and TESTBENCH_APP_BASE_PATH to package:dusk command.

9.1.0

Released: 2024-03-31

Added

  • Add defineChromeDriver() method by @joshhanley in #94.

9.0.2

Released: 2024-03-29

Changes

9.0.1

Released: 2024-03-18

Changes

  • Update minimum support for Testbench Core v9.0.4+. (v9.0.0...v9.0.4)
  • Update skeleton to match v11.0.4.

9.0.0

Released: 2024-03-13

Changes

  • Update support for Laravel Framework v11.
  • Update minimum support for Testbench v9.0.0+. (v8.22.0...v9.0.0)
  • Update minimum support for Laravel Dusk v8.0.0+. (v7.13.0...v8.0.0)
  • Increase minimum PHP version to 8.2 and above (tested with 8.2 and 8.3).