Compare commits

..

2 Commits

Author SHA1 Message Date
Simon Wisselink cabc862ee5 fix 2024-04-05 17:35:28 +02:00
Simon Wisselink 6a1f56d51f Throw deprecation notice about unregistered functions without changing the compilation flow.
Fixes #964
2024-04-05 17:17:55 +02:00
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -6,8 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Fixed argument must be passed by reference error introduced in v4.5.1 [#964](https://github.com/smarty-php/smarty/issues/964)
## [4.5.1] - 2024-03-18
+1 -1
View File
@@ -107,7 +107,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '4.5.2';
const SMARTY_VERSION = '4.5.1';
/**
* define variable scopes
*/