| | 3 | |
| | 4 | Version 0.11.2 - July ??, 2008 |
| | 5 | ============================== |
| | 6 | |
| | 7 | This maintenance release fixes a number of bugs, comes with several changes to improve consistency, and also features a couple of new features. Some of these include: |
| | 8 | |
| | 9 | - AgaviStringValidator can now trim an input string. |
| | 10 | - AgaviDoctrineDatabase has been improved. |
| | 11 | - <setting> elements in settings.xml can now be arrays by using <parameter>s. |
| | 12 | - Data returned from a View is now available through $inner in the first template. |
| | 13 | - File locking is now used anywhere files are being written (config compilation, caching). |
| | 14 | - AgaviValidationManager::hasError() behavior was fixed to be consistent with getError(). |
| | 15 | |
| | 16 | As always, the CHANGELOG has a comprehensive list of changes. |
| | 17 | |