diff --git a/package.xml b/package.xml index ce236f9..eea589c 100644 --- a/package.xml +++ b/package.xml @@ -37,9 +37,9 @@ There are two classes to use for templating. HTML_Template_IT is used for basic ulf.wendel@phpdoc.de no - 2018-01-22 + 2024-11-24 - 1.3.1 + 1.3.2 1.3.0 @@ -48,7 +48,10 @@ There are two classes to use for templating. HTML_Template_IT is used for basic BSD-3-Clause -- PR #2: Fixes for deprecated code +- PR # 5: Support for PHP 7.2 +- PR # 9: Remove unused code +- PR #11: fix: Array and string offset access syntax with curly braces is no longer supported +- PR #12: Remove PHP under 5.6 and add last versions of PHP 7 @@ -328,6 +331,24 @@ Changes since last stable release (1.2.1): - PR #2: Fixes for deprecated code + + + 1.3.2 + 1.3.0 + + + stable + stable + + 2024-11-24 + BSD-3-Clause + +- PR #5: Support for PHP 7.2 +- PR #9: Remove unused code +- PR #11: fix: Array and string offset access syntax with curly braces is no longer supported +- PR #12: Remove PHP under 5.6 and add last versions of PHP 7 + +