* Version 1.3.3 (stable) - API 1.3.3 (stable) - 2007-07-08

- method to retrieve last error
- fix return values in getFile

* Version 1.0 (stable) - API 1.0 (stable) - 2001-09-04

This is the initial independent release of the Template_PHPLIB package.

* Version 1.1 (stable) - API 1.1 (stable) - 2002-04-28

Renamed to HTML_PHPLIB_Template.

* Version 1.1.1 (stable) - API 1.1.1 (stable) - 2003-02-01

Fix warning when using error_reporting(E_ALL).

* Version 1.2 (stable) - API 1.2 (stable) - 2003-02-12

Removed a serious bug concerning the loadfile method.

* Version 1.3 (stable) - API 1.3 (stable) - 2003-06-03

- added examples with use of Benchmark_Timer
- added fallback template paths, i.e. first search
  in "./" and then in "/www/myinstall/mastertemplates/A/"
  and then in "/www/myinstall/mastertemplates/B/"
- got rid of implode(...,file()) and using file_get_contents()
  if available (PHP >= 4.3.0)
- some minor improvements and cleanup in the code

* Version 1.3.1 (stable) - API 1.3.1 (stable) - 2003-06-11

Bugfix release, update recommended if you use PHP <=4.3.0

* Version 1.3.2 (stable) - API 1.3.1 (stable) - 2007-04-24

Bugfix release:
- fixing bug #6945: undefined variable notice in function finish($str)
- class name is HTML_Template_PHPLIB now
- package.xml v2
- unit tests
- cweiske is lead now

* Version 1.3.3 (stable) - API 1.3.3 (stable) - 2007-07-08

- method to retrieve last error

