Skip to content

Latest commit

 

History

History
173 lines (99 loc) · 7.3 KB

CHANGELOG.md

File metadata and controls

173 lines (99 loc) · 7.3 KB

Release Notes

v9.3.6 - 2022-08-29

Changed

v9.3.5 - 2022-08-22

Changed

v9.3.4 - 2022-08-15

Changed

  • Add ValidateSignature middleware for ignore params by @valorin in laravel#5942

v9.3.3 - 2022-08-03

Changed

  • Validation added doesnt_end_with translation by @kichetof in laravel#5962

v9.3.2 - 2022-08-01

Changed

v9.3.1 - 2022-07-26

Changed

  • Update font delivery by @abenerd in laravel#5952
  • Don't need to ignore vite config file by @GrahamCampbell in laravel#5953

v9.3.0 - 2022-07-20

Added

  • Uses laravel/pint for styling by @nunomaduro in laravel#5945

Changed

v9.2.1 - 2022-07-13

Changed

  • Add auth.json to skeleton by @driesvints in laravel#5924
  • Update bootstrap.js by @irsyadadl in laravel#5929
  • Add default reloading to skeleton by @timacdonald in laravel#5927
  • Update to the latest version of laravel-vite-plugin by @jessarcher in laravel#5943

v9.2.0 - 2022-06-28

Added

  • Vite by @jessarcher in laravel#5904
  • Added support for easy development configuration in bootstrap.js by @rennokki in laravel#5900

Changed

  • Sorted entries in the en validation translations file by @FaridAghili in laravel#5899

v9.1.10 - 2022-06-07

Changed

v9.1.9 - 2022-05-28

Changed

v9.1.8 - 2022-05-05

Changed

  • Add local_domain option to smtp configuration by @bintzandt in laravel#5877
  • Add specific test user in seeder by @driesvints in laravel#5879

v9.1.7 - 2022-05-03

Changed

  • Deprecation log stack trace option by @driesvints in laravel#5874

v9.1.6 - 2022-04-20

Changed

v9.1.5 - 2022-04-12

Changed

v9.1.4 - 2022-03-29

Changed

v9.1.3 - 2022-03-29

Changed

  • Add an example to the class aliases by @nshiro in laravel#5846
  • Add username in config to use with phpredis + ACL by @neoteknic in laravel#5851
  • Remove "password" from validation lang by @mnastalski in laravel#5856
  • Make authenticate session a route middleware by @taylorotwell in laravel#5842

v9.1.2 - 2022-03-15

Changed

  • The docker-compose.override.yml should not be ignored by default by @dakira in laravel#5838

v9.1.1 - 2022-03-08

Changed

  • Add option to configure Mailgun transporter scheme by @jnoordsij in laravel#5831
  • Add throw to filesystems config by @ankurk91 in laravel#5835

Fixed

  • Small typo fix in filesystems.php by @tooshay in laravel#5827
  • Update sendmail default params by @driesvints in laravel#5836

v9.1.0 - 2022-02-22

Changed

v9.0.1 - 2022-02-15

Changed

  • Improve typing on user factory by @axlon in laravel#5806
  • Align min PHP version with docs by @u01jmg3 in laravel#5807
  • Remove redundant nulls by @felixdorn in laravel#5811
  • Remove default commented namespace by @driesvints in laravel#5816
  • Add underscore to prefix in database cache key by @m4tlch in laravel#5817

Fixed

Laravel 9 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.