All Versions
122
Latest Version
Avg Release Cycle
11 days
Latest Release
792 days ago

Changelog History
Page 10

  • v6.18.0 Changes

    February 24, 2020

    ๐Ÿ”„ Changed

    • โšก๏ธ Update cross-env and resolve-url-loader to the latest (#5210, #5216)
    • โฌ†๏ธ Bump fzaninotto/faker version to support PHP 7.4 (#5218)
    • โœ‚ Remove redundant default attributes from phpunit.xml (#5233)
  • v6.12.0 Changes

    January 14, 2020

    โž• Added

    • ๐Ÿ‘ Allow configurable emergency logger (#5179)
    • Add MAIL_FROM_ADDRESS & MAIL_FROM_NAME to .env file (#5180)
    • โž• Add missing full stop for some validation messages (#5205)

    ๐Ÿ”„ Changed

    • ๐ŸŒ Use class name to be consistent with web middleware (140d4d9)
    • ๐Ÿ‘‰ Use file session driver again (#5201)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป Correct exception handler doc (#5187)
    • ๐Ÿ›  Fix types consistency in Redis database config (#5191)

    ๐Ÿ”’ Security

    • โšก๏ธ Update laravel mix and sass loader (#5203)
  • v6.8.0 Changes

    December 16, 2019

    โž• Added

    • โž• Add "none" to supported same site options in session config (#5174)

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Rename encrypted to forceTLS for Pusher (#5159)
    • ๐Ÿ‘‰ Use laravel/tinker v2 (#5161)
    • โœ… Use PHPUnit TestCase and in-memory DB (#5169)
    • DRY up path to /home (#5173)
    • ๐Ÿ”„ Change some default settings (f48e2d5)

    ๐Ÿ›  Fixed

    • Consistent alphabetical order (#5167)
    • โšก๏ธ Update redirectTo return type PHPDoc (#5175)
  • v6.5.2 Changes

    November 21, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ’… Update .styleci.yml (bfd4b1e)
  • v6.4.0 Changes

    October 21, 2019

    ๐Ÿ”„ Changed

    • โž• Add xml schema to phpunit (#5139)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes required version of the framework within composer.json (#5130)
    • ๐Ÿ”’ Security fix: Waiting before retrying password reset (ace38c1, ba2f2ab, 953b488)
  • v6.2.0 Changes

    October 08, 2019

    โž• Added

    โœ‚ Removed

    • โœ‚ Remove testing bootstrap extension (#5107)

    ๐Ÿ›  Fixed

  • v6.0.2 Changes

    September 10, 2019

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed

    • โœ‚ Delete cached config file before running tests (#5091)
    • โšก๏ธ Update Argon memory (#5097)
  • v6.0.1 Changes

    September 03, 2019

    โž• Added

  • v6.0.0 Changes

    August 27, 2019

    โž• Added

    • โž• Add ThrottleRequests to the priority array (#5057)
    • โž• Add PHPUnit bootstrap file to allow execution of console commands before a test run (#5050, 8f2a278)
    • โž• Add failed jobs table (b7d2b48, #5082)
    • โž• Add new failed driver option (e6becd2)

    ๐Ÿ”„ Changed

    • Require PHP 7.2 (25cf4c4)
    • Encourage to use PHPUnit 8 (0582a20)
    • 0๏ธโƒฃ Use phpredis as default Redis client (#5085)

    โœ‚ Removed

    • โœ‚ Remove services deleted from core (#5019)
    • โœ‚ Remove dumpserver (f053116)
    • โœ‚ Remove UI scaffolding (fc39b07)
    • โœ‚ Remove deprecated language line (#5074)
  • v5.8.35 Changes

    September 09, 2019

    โž• Added

    • โž• Add DYNAMODB_ENDPOINT to the cache config (#5034)
    • โž• Added support for new redis URL property (#5037)
    • โž• Add .env.backup to gitignore (#5046)
    • Using environment variable to set redis prefix (#5062)

    ๐Ÿ”„ Changed

    • โšก๏ธ Update axios package (#5038)
    • 0๏ธโƒฃ Use generic default db config (6f3d68f)
    • โšก๏ธ Update deprecated pusher option (#5058)
    • ๐Ÿšš Move TrustProxies to highest priority (#5055)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed lodash version (#5060)

    โœ‚ Removed

    • โœ‚ Remove Stripe config settings (#5075, bb43372)
    • โœ‚ Remove unnecessary X-CSRF-TOKEN header from our Axios instance (#5083)