added new crypter class to replace static crypt methods.

This commit is contained in:
Taylor Otwell
2011-08-15 20:11:21 -05:00
parent b6720eb7c2
commit 4c4ffa1d40
4 changed files with 60 additions and 18 deletions

View File

@@ -3,4 +3,5 @@
## Version 1.6.0
- Moved **system/db/manager.php** to **system/db.php**. Updated alias appropriately.
- Unspecified optional parameters will be removed from URLs generated using route names.
- Unspecified optional parameters will be removed from URLs generated using route names.
- Fixed bug in Config::set that prevented it from digging deep into arrays.