Skip to content

Releases: orchestral/dusk-updater

v1.4.2

13 Mar 11:19
Compare
Choose a tag to compare

Changes

  • Uses Composer\InstalledVersions::getPrettyVersion() to get current version.

v1.4.1

16 Feb 12:24
Compare
Choose a tag to compare

Changes

  • Allow fallback to mac if it doesn't match x86_64 or arm64 validation.

v1.4.0

15 Feb 02:18
Compare
Choose a tag to compare

Added

  • Add ability to split Mac architecture intel and arm64 for ChromeDriver.
  • Add ability to detect if ChromeDriver isn't available in Laravel Dusk.

v1.3.1

03 Feb 08:17
Compare
Choose a tag to compare

Added

  • Added Chromium path for Debian 10.

v1.3.0

07 Nov 11:59
Compare
Choose a tag to compare

Changes

  • Draft support for PHP 8.
  • Get version directly from Composer.

v1.2.4

30 Oct 11:17
Compare
Choose a tag to compare

Changes

  • Support composer/semver version 3.

v1.2.3

30 Oct 11:00
Compare
Choose a tag to compare

Changes

  • Support for Chrome version detection on Arch Linux.

v1.2.2

03 May 16:51
Compare
Choose a tag to compare

Changes

  • Use PHP_OS_FAMILY whenever possible to detect OS (available on PHP 7.2+).

v1.2.1

14 Jan 22:39
Compare
Choose a tag to compare

Changes

  • Set minimum symfony/process to 4.2.
  • Only show "ChromeDriver is outdated!" alert when detect command is executed without --auto-update options.

v1.2.0

28 Nov 02:44
Compare
Choose a tag to compare

Changes

  • Allow Symfony 5.