We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 295b7fb + 07faafe commit c6bff57Copy full SHA for c6bff57
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [5.4.3] - 2024-12-23
10
+- Fix PHP backtraces by qualifying/replacing `call_user_func_array` calls [#1074](https://github.com/smarty-php/smarty/issues/1074)
11
+
12
13
## [5.4.2] - 2024-11-20
14
15
changelog/1074.md
src/Smarty.php
@@ -54,7 +54,7 @@ class Smarty extends \Smarty\TemplateBase {
54
/**
55
* smarty version
56
*/
57
- const SMARTY_VERSION = '5.4.2';
+ const SMARTY_VERSION = '5.4.3';
58
59
60
* define caching modes
0 commit comments