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

Changelog History
Page 11

  • v5.8.17 Changes

    May 14, 2019

    โž• Added

    • โž• Add ends_with validation message (#5020)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix type hint for case of trusting all proxies (string) (#5025)
  • v5.8.16 Changes

    May 07, 2019

    โž• Added

    • โž• Add IDE type-hint to UserFactory (#4990)
    • โšก๏ธ Update database config relating to Url addition (#5018, b0e0bdc)

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade the collision dependency from v2 to v3 (#4963)
    • Ignore SQLite journals (#4971)
    • 0๏ธโƒฃ Prefix redis database connection by default (#4982, #4986, #4987)

    โœ‚ Removed

    • โœ‚ Remove .navbar-laravel CSS class (65f8271)
  • v5.8.3 Changes

    March 05, 2019

    โž• Added

    • โž• Add AWS S3 Bucket to .env.example (f84a69e)

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed

    • Comment out non-existing model class and policy example (f4ff4f4)
    • Only apply MySQL PDO options when extension exists (3001f3c)
  • v5.8.0 Changes

    February 26, 2019

    โž• Added

    • โž• Added DynamoDB configuration (1be5e29)
    • โž• Add env variable for mysql ssl cert (9180f64)
    • โž• Add beanstalk queue block_for config key (#4913)
    • โž• Add hash config param to api auth driver (d201c69)
    • โž• Add postmark token (4574265)
    • โž• Add Arr and Str aliases by default (#4951)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change password min length to 8 (#4794)
    • โšก๏ธ Update UserFactory password (#4797)
    • โšก๏ธ Update AWS env variables (87667b2)
    • โšก๏ธ Update minimum PHPUnit version to 7.5 (7546842)
    • Replace string helper (fae44ee)
    • Use $_SERVER instead of $_ENV for PHPUnit (#4943)
    • โž• Add REDIS_CLIENT env variable (ea7fc0b)
    • 0๏ธโƒฃ Use bigIncrements by default (#4946)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix unterminated statements (#4952)

    โœ‚ Removed

    • โœ‚ Removed error svgs (cfc2220)
  • v5.7.28 Changes

    February 26, 2019

    โž• Added

    • ๐ŸŒฒ Hint for lenient log stacks (#4918)
    • Attribute casting for email_verified_at on User model stub (#4930)

    ๐Ÿ”„ Changed

    • โœ‚ Remove unused Bootstrap class (#4917)
    • ๐Ÿ”„ Change order of boot and register methods in service providers (#4921)
    • ๐ŸŒ web.config comment to help debug issues (#4924)
    • ๐Ÿ‘‰ Use Str::random() instead of str_random() (#4926)
    • โœ‚ Remove unnecessary link type on "welcome" view (#4935)
  • v5.7.19 Changes

    December 20, 2018

    โž• Added

    • โž• Add language entry for starts_with rule (#4866)
    • โž• Add env variable (e1b8847)

    ๐Ÿ”„ Changed

    • โšก๏ธ Update .gitignore (bc435e7)
    • โฌ†๏ธ Bump to Mix v4 (4882)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed mixed up comment order (#4867)
  • v5.7.15 Changes

    November 30, 2018

    โž• Added

    • โž• Add asset url configuration option (63a4039)
    • โž• Add log_channel configuration option (#4855)
    • โž• Add env variable for compiled view path (5ea6fe1)
    • ๐Ÿ‘‰ Use env superglobal (071a05b)
    • โž• Add date_equals validation message (#4863)

    ๐Ÿ”„ Changed

    • โœ‚ Remove lodash dependency when auto registering Vue components (#4853)
    • Clean up auto register Vue components (#4854)
    • Normalize composer.json (#4856)
    • โšก๏ธ Update Kernel.php (#4861)
    • ๐Ÿ”„ Change variable name (03ac80b)
  • v5.7.13 Changes

    November 30, 2018

    โž• Added

    • โž• Adding papertrail log channel option (#4749)
    • โž• Add missing Mailgun 'endpoint' option (#4752)
    • โž• Add new Stripe webhook config values (#4803)
    • โž• Add message for UUID validation rule (#4834)
    • Introduce sqlite foreign_key_constraints config option (#4838)
    • Auto register Vue components (#4843)

    ๐Ÿ”„ Changed

    • Updated QUEUE_DRIVER env var to QUEUE_CONNECTION in phpunit.xml (#4746)
    • โšก๏ธ Update VerificationController (#4756)
    • ๐Ÿ‘€ Seeded users should be verified by default (#4761)
    • Preserve colors (#4763)
    • ๐Ÿ”Š Set logs to daily by default (#4767)
    • ๐Ÿ”„ Change default days to 14 for daily channel (cd8dd76)
    • Check if register route is enabled (#4775)
    • โšก๏ธ Update lang attribute (#4781)
    • Changes the translation for "required_with_all" validation rule (#4782)
    • โšก๏ธ Update database config (#4783)
    • Removing double arrow alignments (#4830)
    • โšก๏ธ Update vue version to 2.5.17 (#4831)
    • ๐Ÿ‘‰ Use env value for redis queue name (#4837)

    ๐Ÿ›  Fixed

    • โšก๏ธ Update HttpKernel to use Authenticate middleware under App namespace (#4757)
    • Persist the /storage/framework/cache/data directory (#4760)
    • ๐Ÿ‘‰ Make app path stream safe (#4777)
    • ๐Ÿ‘‰ Use correct facade (#4780)
    • โช Revert #4744 (#4791)
    • Don't redirect for api calls (#4805)
    • ๐Ÿ›  Fix bad font size render on link (#4822)
    • ๐Ÿ”„ Changed syntax for validation (#4820)
    • ๐Ÿ›  Fix running mix tasks error (#4832)

    โœ‚ Removed

    • โœ‚ Remove X-UA-Compatible meta tag (#4748)
  • v5.7.0 Changes

    November 29, 2018

    โž• Added

    • โž• Added email verification functionality (#4689)
    • โž• Added customizable redirect on auth failure (a14e623)
    • โž• Added possibility to make httpOnly CSRF cookie optional (#4692)
    • โž• Added beyondcode/laravel-dump-server : ^1.0 to composer.json (ff99e2f, #4736)
    • โž• Added argon2id support in hashing.php (28908d8)
    • Added SESSION_CONNECTION and SESSION_STORE env. variable (#4735)

    ๐Ÿ”„ Changed

    • Changed QUEUE_DRIVER env variable name to QUEUE_CONNECTION (c30adc8)
    • ๐Ÿ‘‰ Use separate cache database for Redis (#4665)
    • โฌ†๏ธ Upgrade Lodash to ^4.17.5 (#4730)
    • ๐Ÿ”„ Changed font to Nunito from Raleway (#4727)
    • Defined mix as const in webpack.mix.js (#4741)
    • ๐Ÿ‘‰ Make Asset Directory Flattened (ff38d4e)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed pagination translation (#4744)
  • v5.6.33 Changes

    November 29, 2018

    โž• Added

    • โž• Added Http/Middleware/CheckForMaintenanceMode.php (#4703)

    ๐Ÿ”„ Changed

    • โšก๏ธ Update font and colors in scss (6646ad7)
    • ๐Ÿ”„ Changed message for alpha_dash validation rule (#4661)