fixed bug in auth cookie removal.

This commit is contained in:
Taylor Otwell
2012-01-05 11:52:42 -06:00
parent 2733e5ceba
commit 264cc51294
4 changed files with 24 additions and 5 deletions

View File

@@ -1,5 +1,13 @@
# Laravel Change Log
## Version 2.1.0
- Fix: Authentication cookies are not deleted properly when custom domains or paths are used.
### Upgrading from 2.0.9
- Replace **laravel** directory.
## Version 2.0.9
- Minor: Made "timestamps" method in Eloquent model protected instead of private.