You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ This file is a running track of new features and fixes to each version of the pa
3
3
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
6
+
## v0.7.0-beta.3 (Derelict Dermodactylus)
7
+
### Fixed
8
+
*`[beta.2]` — Fixes a bug that would cause an endless exception message stream in the console when attemping to setup environment settings in certain instances.
9
+
6
10
## v0.7.0-beta.2 (Derelict Dermodactylus)
7
11
### Fixed
8
12
*`[beta.1]` — Fixes a CORS header issue due to a wrong API endpoint being provided in the administrative node listing.
Copy file name to clipboardExpand all lines: resources/lang/en/command/messages.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@
82
82
'timezone' => 'Application Timezone',
83
83
'cache_driver' => 'Cache Driver',
84
84
'session_driver' => 'Session Driver',
85
+
'queue_driver' => 'Queue Driver',
85
86
'using_redis' => 'You\'ve selected the Redis driver for one or more options, please provide valid connection information below. In most cases you can use the defaults provided unless you have modified your setup.',
0 commit comments