|
@@ -1,5 +1,30 @@
|
|
|
# Laravel Change Log
|
|
|
|
|
|
+## Version 2.1.0
|
|
|
+
|
|
|
+- Fix: Multiple wildcards / regular expressions per segment are now supported.
|
|
|
+
|
|
|
+### Upgrading from 2.0.9
|
|
|
+
|
|
|
+- Replace **laravel** directory.
|
|
|
+
|
|
|
+## Version 2.0.9
|
|
|
+
|
|
|
+- Minor: Made "timestamps" method in Eloquent model protected instead of private.
|
|
|
+- Fix: Authentication cookies are not deleted properly when custom domains or paths are used.
|
|
|
+
|
|
|
+### Upgrading from 2.0.8
|
|
|
+
|
|
|
+- Replace **laravel** directory.
|
|
|
+
|
|
|
+## Version 2.0.8
|
|
|
+
|
|
|
+- Fix: Limited URI segments to 20 to protect against DDoS.
|
|
|
+
|
|
|
+### Upgrading from 2.0.7
|
|
|
+
|
|
|
+- Replace **laravel** directory.
|
|
|
+
|
|
|
## Version 2.0.7
|
|
|
|
|
|
- Fix: Fixed raw_where in query builder.
|
|
@@ -153,4 +178,4 @@
|
|
|
|
|
|
- Replace the **system** directory.
|
|
|
- Replace the **application/config/aliases.php** file.
|
|
|
-- Take note of encryption class changes.
|
|
|
+- Take note of encryption class changes.
|