All Versions
94
Latest Version
Avg Release Cycle
23 days
Latest Release
1038 days ago
Changelog History
Page 1
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')
- โ Added ability to pass multiple values into
-
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.
- โ Added several new methods to the request class to get request information like
-
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