All Versions
94
Latest Version
Avg Release Cycle
23 days
Latest Release
1254 days ago

Changelog History
Page 1

  • v2.3.21 Changes

    November 26, 2020

    ๐Ÿ”„ Change Log

    • ๐Ÿ›  Fixed issue where similar routes under different subdomains would throw 404 issues
  • v2.3.20 Changes

    October 28, 2020

    ๐Ÿ”„ Change Log

    • โž• Added debugging improvements for json requests
  • v2.3.19 Changes

    October 05, 2020

    ๐Ÿ”„ Change Log

    • ๐Ÿ›  Fixed exception thrown when memory driver is not supported
  • v2.3.18 Changes

    September 19, 2020

    ๐Ÿ”„ Change Log

    • ๐Ÿ›  Fixed database queue workers sometimes duplicating running jobs twice if multiple workers are started close together
  • v2.3.17 Changes

    July 23, 2020

    ๐Ÿ”„ Change Log

    • ๐Ÿ›  Fixed issue with the database queue driver not being registered correctly
  • v2.3.16 Changes

    July 22, 2020

    ๐Ÿ”„ Change Log

    • โž• Added ability to use intended URL then back request redirection
  • v2.3.15 Changes

    July 22, 2020

    ๐Ÿ”„ Change Log

    • โž• Added ability to pass multiple values into dd('hello', 'world')
  • v2.3.14 Changes

    July 22, 2020

    ๐Ÿ”„ Change Log

    โž• Added

    • โž• Added several new methods to the request class to get request information like scheme, port and several others. Reference the documentation for the full list
    • โž• Added request.referrer() to get the referring URL

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed craft view appending View to the view file when it was not supposed to.
  • v2.3.13 Changes

    July 06, 2020

    ๐Ÿ”„ Change Log

    • ๐Ÿ›  Fixed issue with custom route compilers not working when added inside a route group
  • v2.3.12 Changes

    June 24, 2020

    ๐Ÿ”„ Change Log

    • ๐Ÿ›  Fixed issue with some data persisting between requests