Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

72 lines (40 loc) · 2.9 KB

Release Notes

v3.3.2 - 2023-02-07

Fixed

  • Enable local network sharing by @thinkverse in laravel#1284

v3.3.1 - 2023-01-31

Fixed

  • Make 127.0.0.1 SERVER_ADDR definition only if null by @mattstauffer in laravel#1356

v3.3.0 - 2023-01-17

Added

Fixed

  • Fixes permission denied check when result starts with 'Permission denied' by @matthewjohns0n in laravel#1343

v3.2.2 - 2022-12-08

Fixed

  • Fix how drivers are available for extension by @mattstauffer in laravel#1317

v3.2.1 - 2022-12-06

Fixed

v3.2.0 - 2022-12-06

Changed

  • When formatting provided site name, only remove .tld if it's at the end by @ErikDohmen in laravel#1297
  • Set files path as a static path for concrete5 driver by @KorvinSzanto in laravel#514
  • Allow users to provide custom stub files by @jjpmann in laravel#1238
  • Disable brew auto cleanup on installation, to avoid upgrade errors failing install by @JoshuaBehrens in laravel#995
  • Move all drivers to PSR autoload, and write tests for drivers by @mattstauffer in laravel#1310

Fixed

  • Retain secure proxies by @ashleyshenton in laravel#1305
  • Prevent 502 errors when using AJAX by @mattkingshott in laravel#1079

v3.1.13 - 2022-11-15

Fixed

v3.1.12 - 2022-10-25

Changed

  • Valet fetch-share-url issue fix by @NasirNobin in laravel#1285
  • Add description to secured command by @EvanGoss in laravel#1288

v3.1.11 - 2022-09-08

Fixed