fixed version number.

This commit is contained in:
Taylor Otwell
2012-01-05 14:57:08 -06:00
parent 264cc51294
commit 339d3a8407
2 changed files with 2 additions and 9 deletions
+1 -8
View File
@@ -1,16 +1,9 @@
# Laravel Change Log # 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 ## Version 2.0.9
- Minor: Made "timestamps" method in Eloquent model protected instead of private. - 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 ### Upgrading from 2.0.8
+1 -1
View File
@@ -3,7 +3,7 @@
* Laravel - A PHP Framework For Web Artisans * Laravel - A PHP Framework For Web Artisans
* *
* @package Laravel * @package Laravel
* @version 2.1.0 * @version 2.0.9
* @author Taylor Otwell <[email protected]> * @author Taylor Otwell <[email protected]>
* @link http://laravel.com * @link http://laravel.com
*/ */