Skip to content

Commit 47bff60

Browse files
committed
prep for v1.3.3
1 parent 8bb5e30 commit 47bff60

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

package.xml

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ There are two classes to use for templating. HTML_Template_IT is used for basic
4343
<email>ulf.wendel@phpdoc.de</email>
4444
<active>no</active>
4545
</developer>
46-
<date>2024-11-24</date>
46+
<date>2025-12-14</date>
4747
<version>
48-
<release>1.3.2</release>
48+
<release>1.3.3</release>
4949
<api>1.3.0</api>
5050
</version>
5151
<stability>
@@ -54,10 +54,8 @@ There are two classes to use for templating. HTML_Template_IT is used for basic
5454
</stability>
5555
<license>BSD-3-Clause</license>
5656
<notes>
57-
- PR # 5: Support for PHP 7.2
58-
- PR # 9: Remove unused code
59-
- PR #11: fix: Array and string offset access syntax with curly braces is no longer supported
60-
- PR #12: Remove PHP under 5.6 and add last versions of PHP 7
57+
- PR #19: Declare property blockparents
58+
- PR #22: Add check_placeholder_exists option and setGlobalOptions method
6159
</notes>
6260
<contents>
6361
<dir name="/">
@@ -355,6 +353,21 @@ Changes since last stable release (1.2.1):
355353
- PR #12: Remove PHP under 5.6 and add last versions of PHP 7
356354
</notes>
357355
</release>
356+
<release>
357+
<version>
358+
<release>1.3.3</release>
359+
<api>1.3.0</api>
360+
</version>
361+
<stability>
362+
<release>stable</release>
363+
<api>stable</api>
364+
</stability>
365+
<date>2025-12-14</date>
366+
<license>BSD-3-Clause</license>
367+
<notes>
368+
- PR #19: Declare property blockparents
369+
- PR #22: Add check_placeholder_exists option and setGlobalOptions method
370+
</notes>
371+
</release>
358372
</changelog>
359373
</package>
360-

0 commit comments

Comments
 (0)