This release has a large number of changes to the core code
to make the system more modular. Many compiler functions
are now modules that are loaded only if needed by a template.
This greatly reduces the over all overhead by a considerable
amount if you create a standard template (174k used by the
compiler).


Changes: register_resource and unregister_resource support was added. Different resources are supported by everything except for cached template output. The _get_resource internal function was added for processing "file:" and absolute tag resources. The resize_image plugin was added. Support for absolute paths to template files was fixed.


Changes: This release has a large number of changes to the core code to make the system more modular. Many compiler functions are now modules that are loaded only if needed by a template. This greatly reduces the over all overhead by a considerable amount if you create a standard template (174k used by the compiler).


No changes have been submitted for this release.


Changes: This release adds a CONST reserved variable, a TEMPLATE_LITE_DIR constant variable, variable list support in the {include} function, and debug support for templates included with the {include} function. There are several bugfixes.


Changes: Support for compiler functions and default variable modifiers was added. Debugging support and a debugging console were added. Many code enhancements were made for speed and to lower memory usage.