Releases: bertptrs/marty
Releases · bertptrs/marty
v6.2.0
This release bumps the supported Smarty version to v4. Smarty's compatibility bump mostly relates to minimum supported PHP version and arbitrary code execution, so it should not affect most users. If backwards compatibility is required, add Smarty v3 as an explicit dependency in your composer.json
.
Added
- Added compatibility with PHP 8.0.
- Added compatibility with PHP 8.1.
- Added support for Mako 8.x.
- Added support for Smarty 4.x
v6.1.0
v6.0
- Require Mako 6.0 or compatible
- Require PHP 7.2
- TemplateCompilationTest now supports PHPUnit 6 or higher.
- Note that this still needs PHP 7.2.
No API's have changed, outside of framework related options. The major version bump is simply because upgrading Mako is a backwards incompatible change.
v5.2.2
v5.2.0
v1.0.0
v0.3.1
v0.3.0
v0.2
v0.1
Version 0.1 of Marty.
Features:
- Rendering Smarty templates in the Mako Framework.
- Sensible default configuration for production environments.
- Template compilation caching.
Todo:
- Smarty-based template caching.
- Smarty config files.