* Version 1.3.0 (stable) - API 1.3.0 (stable) - 2010-03-10


Changes since last stable release (1.2.1):
- Add support for pear package 2.0 format
- Remove support for pear package 1.0 format
- Fix bug #9501, doller signs disapear if preg_match is used.
- Fix bug #9783, don't remove variable which values follow the variable pattern
  To allow backwards compatbility an option preserve_input is added.
  If it is false, the old behaviour will be used and therefore those values will be deleted.
  Default is true, so new behaviour.
- Fix bug #9853, problems with dots in placeholders or blocknames
- Fix bug #13935, docblock is wrong
- Fix bug #17129
- Add option 'preserve_input' to only remove unkown variable that were present
  during setTemplate or loadTemplatefile
  which is the behaviour before 1.3.0a1
- Improved PHPCS (Request #15039)
- Added unit tests
- Fixed unit tests
 

* Version 1.1 (stable) - API 1.1 (stable) - 2003-03-11


*BETA* release.
   

* Version 1.1.1 (stable) - API 1.1.1 (stable) - 2003-08-21


- fix #4590, case sensitive method name getFile fix
- fix #1453, haltOnWarning fix, wrong property name called
- fix #3952, return IT_OK on success in setOptions
   

* Version 1.1.2 (stable) - API 1.1.2 (stable) - 2005-10-28


- Comply better with the coding standards (dufuz@php.net)
- Fixed Bug #5774 ITX->buildFunctionlist, forced to use {} as delimiters
  instead of the user defined once  (dufuz@php.net)
- Fixed Bug #5642   Undefined variable: blockname (dufuz@php.net)
   

* Version 1.1.3 (stable) - API 1.1.3 (stable) - 2005-11-01


- Change to the new BSD License
  (see http://www.opensource.org/licenses/bsd-license.php)
   

* Version 1.1.4 (stable) - API 1.1.4 (stable) - 2006-04-12


- #6084, fread raises warning when used with empty files
- #7359, remove notices when a block is not yet defined
- fix a bug introduced with some cleanup commit, in some cases,
  callbacks did not work anymore
   

* Version 1.1.5 (stable) - API 1.1.5 (stable) - 2006-06-13


- #7611, wrong array initialized, the same object cannot be
  used for multiple templates
   

* Version 1.2.0 (beta) - API 1.2.0 (beta) - 2006-08-17


- Deprecate $callbackobject parameter in setCallbackFunction
- Introduce $expandCallbackParameters parameter to setCallbackFunction to support 
  callbacks that expect to get the parameters in a regular way, not as an array
- #7651, allow dots in placeholder and block names
   

* Version 1.2.1 (stable) - API 1.2.1 (stable) - 2006-08-25


- Deprecate $callbackobject parameter in setCallbackFunction
- Introduce $expandCallbackParameters parameter to setCallbackFunction to support 
  callbacks that expect to get the parameters in a regular way, not as an array
- #7651, allow dots in placeholder and block names 
- #7611, wrong array initialized, the same object cannot be
  used for multiple templates
   

* Version 1.3.0a1 (alpha) - API 1.2.1 (stable) - 2010-02-15


- Add support for pear package 2.0 format
- Remove support for pear package 1.0 format
- Fix bug #9501, doller signs disapear if preg_match is used.
- Fix bug #9783, don't remove variable which values follow the variable pattern
  To allow backwards compatbility an option preserve_input is added.
  If it is false, the old behaviour will be used and therefore those values will be deleted.
  Default is true, so new behaviour.
- Fix bug #9853, problems with dots in placeholders or blocknames    
- Add option 'preserve_input' to only remove unkown variable that were present during setTemplate or lodaTemplatefile
  which is the behaviour before 1.3.0a1
- Fix bug #13935 - docblock is wrong
- Improved PHPCS (Request #15039)
   

* Version 1.3.0a2 (alpha) - API 1.3.0 (stable) - 2010-02-16


Fixed unit tests
   

* Version 1.3.0a3 (alpha) - API 1.3.0 (stable) - 2010-03-01


- Fix bug #17129
- Added unit test
   

* Version 1.3.0 (stable) - API 1.3.0 (stable) - 2010-03-10


Changes since last stable release (1.2.1):
- Add support for pear package 2.0 format
- Remove support for pear package 1.0 format
- Fix bug #9501, doller signs disapear if preg_match is used.
- Fix bug #9783, don't remove variable which values follow the variable pattern
  To allow backwards compatbility an option preserve_input is added.
  If it is false, the old behaviour will be used and therefore those values will be deleted.
  Default is true, so new behaviour.
- Fix bug #9853, problems with dots in placeholders or blocknames
- Fix bug #13935, docblock is wrong
- Fix bug #17129
- Add option 'preserve_input' to only remove unkown variable that were present
  during setTemplate or loadTemplatefile
  which is the behaviour before 1.3.0a1
- Improved PHPCS (Request #15039)
- Added unit tests
- Fixed unit tests
   

