2001-01-31 22:56:48 +00:00
|
|
|
- added optional 'options' attribute to html_options custom function
|
|
|
|
that allows passing associative arrays for values/output. (Andrei)
|
2001-01-31 22:42:05 +00:00
|
|
|
- modifier arguments can now contain | and : characters inside quoted
|
|
|
|
strings. (Andrei)
|
|
|
|
|
2001-01-29 23:08:50 +00:00
|
|
|
Version 1.2.2
|
|
|
|
-------------
|
2001-01-31 22:42:05 +00:00
|
|
|
- fixed bug that would not respect nested template directories and would
|
|
|
|
put all compiled files into top-level one. (Andrei)
|
|
|
|
- fixed bug using $PHP_VERSION instead of environment var PHP_VERSION.
|
|
|
|
- couple small warning fixes
|
2001-01-29 23:08:50 +00:00
|
|
|
|
2001-01-29 16:36:07 +00:00
|
|
|
Version 1.2.1
|
|
|
|
-------------
|
2001-01-30 20:41:09 +00:00
|
|
|
- added $compile_dir, removed $compile_dir_ext, simplified usage
|
|
|
|
- added tips & tricks chapter to documentation
|
|
|
|
- misc documentation updates
|
2001-01-29 16:36:07 +00:00
|
|
|
|
2001-01-26 16:11:21 +00:00
|
|
|
Version 1.2.0
|
|
|
|
-------------
|
2001-01-30 20:41:09 +00:00
|
|
|
- updated documentation (Monte)
|
|
|
|
- added file and line number information to syntax error messages. (Andrei)
|
|
|
|
- added ability to index template vars by a key. (Andrei)
|
2001-01-26 15:16:47 +00:00
|
|
|
|
2001-01-25 23:21:01 +00:00
|
|
|
Version 1.1.0
|
|
|
|
-------------
|
2001-01-30 20:41:09 +00:00
|
|
|
- misc documentation changes, official stable release
|
2001-01-25 23:21:01 +00:00
|
|
|
|
2001-01-22 15:39:00 +00:00
|
|
|
Version 1.0b
|
|
|
|
------------
|
2001-01-30 20:41:09 +00:00
|
|
|
- fixed the bug that prevented using non-array values for 'loop' attribute.
|
|
|
|
(Andrei)
|
|
|
|
- many misc documentation changes & additions (Monte)
|
2001-01-22 15:29:36 +00:00
|
|
|
|
2001-01-19 14:44:49 +00:00
|
|
|
Version 1.0a
|
|
|
|
------------
|
2001-01-26 16:31:54 +00:00
|
|
|
- fixed bug that caused templates to recompile every time (Monte)
|
2001-01-19 14:44:49 +00:00
|
|
|
|
|
|
|
Version 1.0
|
|
|
|
------------
|
2001-01-26 16:31:54 +00:00
|
|
|
- initial release
|