Skip to content

Releases: orchestral/dusk-updater

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.

v1.1.1

11 Sep 06:46
98ab79e
Compare
Choose a tag to compare

Changes

  • Update regex pattern to match ChromeDriver source. (#4 by @stevethomas)

v1.1.0

18 May 04:56
Compare
Choose a tag to compare

Added

  • Add Orchestra\DuskUpdater\DetectCommand to allows you to check whether installed ChromeDriver needs to be updated using ./vendor/bin/dusk-updater detect.

v1.0.1

17 May 14:09
Compare
Choose a tag to compare

Added

  • Added symfony/polyfill-ctype in case PHP environment doesn't include ctype_* functions.
  • Added tests.

Changes

  • Split reusable code under Orchestra\DuskUpdater\UpdateCommand to Orchestra\DuskUpdater\Concerns\DetectsChromeVersion trait.
  • Throws RuntimeException if command trying to update none-existing ChromeDriver version.

v1.0.0

09 May 01:23
Compare
Choose a tag to compare

Added

  • Initial stable release.