Skip to content

Releases: weprovide/valet-plus

3.0.3

13 Jun 07:58
Compare
Choose a tag to compare

What's Changed

  • Secure the proxies created for valet plus services by @EHLOVader in #636
  • Add db uninstall command
  • Add innodb_strict_mode=0 to mysql.cnf

Full Changelog: 3.0.2...3.0.3

3.0.2

26 Mar 09:25
Compare
Choose a tag to compare

What's Changed

  • Add more version information
  • Install php extensions in support of Redis (#631) (#633)
  • Only retrieve Elasticsearch running version when needed (performance boost) (#634)
  • Add shopware-cli binary
  • Add proxy for Drush commands (#635)

Full Changelog: 3.0.1...3.0.2

3.0.1

19 Feb 16:04
Compare
Choose a tag to compare

What's Changed

  • Add db password show (#555) by @mischabraam in #630
  • Rename Redis class to RedisService (#631) by @mischabraam in #632
  • Fix xdebug and memcache (un)install command modes
  • Mute some messages when restarting or uninstalling

Full Changelog: 3.0.0...3.0.1

3.0.0

12 Feb 07:46
Compare
Choose a tag to compare

Full rewrite of Valet+ with the following major differences between the previous versions.

  • No longer a fork of Laravel's Valet, but a toolkit around Valet (valet is now a dependency).
  • No more platform dependencies when running commands.
  • Use command valet-plus instead of valet (for now).
  • Rename .env.valet to .valet-env.php.
  • Use command valet-plus elasticsearch|es use instead of valet-plus use elasticsearch|es .
  • Use 127.0.0.1 as Redis host instead of /tmp/redis.sock.
  • Choose which binaries to install (default all) and self-update on valet-plus install command.
  • Adds dependency on Docker for Elasticsearch, see https://docs.docker.com/desktop/install/mac-install/

Full Changelog: 2.4.0...3.0.0

2.4.2

18 Dec 12:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.4.2

2.4.1

12 Oct 12:24
55a3fb8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.4.1

2.4.0

12 May 10:50
Compare
Choose a tag to compare

Replace henkrehorst tap by shivammathur tap

2.4.0-beta6

15 Dec 14:35
Compare
Choose a tag to compare
  • Remove xdebug.ini file after disabling xdebug
  • Use SHA265 for generating self signed certificates (#522)
  • Fix bedrockvaletdriver (#612)
  • Add support for php 8.2

2.4.0-beta5

07 Nov 10:26
Compare
Choose a tag to compare

Replace pecl extensions by shivammathur/extensions to support M1 Macs

2.4.0-beta4

01 Jul 07:59
Compare
Choose a tag to compare

Support php8.1 (with deprecated suppression)