Compare commits

..

2 Commits

Author SHA1 Message Date
Simon Wisselink 8f3a11b374 Changelog 2022-01-18 00:08:57 +01:00
Claas Augner b2630915d6 fix(math): fix equation regexp
Fixes #702.
2022-01-18 00:07:38 +01: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]
## [3.1.44] - 2022-01-18
### Fixed
- Fixed illegal characters bug in math function security check [#702](https://github.com/smarty-php/smarty/issues/702)
+1 -1
View File
@@ -111,7 +111,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '3.1.44';
const SMARTY_VERSION = '3.1.43';
/**
* define variable scopes
*/