Commit Graph

4949 Commits

Author SHA1 Message Date
Simon Wisselink
55799a9b65 Add test for getTemplateVars returning array of values 2024-04-13 10:34:51 +02:00
Simon Wisselink
6592bd4ad3 fixed changelog 2024-04-07 22:48:33 +02:00
Simon Wisselink
7320402766 Merge branch 'release/4.5.2' into support/4 v4.5.2 2024-04-06 00:34:05 +02:00
Simon Wisselink
1115eb6f65 version bump 2024-04-06 00:33:17 +02:00
Simon Wisselink
9656f553d1 Throw deprecation notice about unregistered functions without changing the compilation flow (#985)
Fixes #964
2024-04-05 17:41:54 +02:00
Simon Wisselink
42b869e3a0 Merge branch 'release/4.5.1' into support/4 v4.5.1 2024-03-18 15:19:07 +01:00
Simon Wisselink
4cb00900d7 version bump 2024-03-18 15:19:05 +01:00
Simon Wisselink
204f3bc74e fix branch name in release script 2024-03-18 15:16:08 +01:00
Simon Wisselink
409802db04 Merge branch 'release/4.5.0' into support/4 2024-03-18 15:14:37 +01:00
Simon Wisselink
1015e5472b version bump 2024-03-18 15:12:18 +01:00
Simon Wisselink
c7a271323b Using unsupported PHP functions and unregistered static class methods in modifiers and expressions now triggers a deprecation notice
* Using unsupported PHP functions and unregistered static class methods in modifiers and expressions now triggers a deprecation notice because we will drop support for this in the next major release
2024-03-18 14:44:29 +01:00
Simon Wisselink
e2cb9873ff New unit test for function scope 2024-03-15 16:18:19 +01:00
Simon Wisselink
f4152e9b81 auto-delete changelog files v4.5.0 v4.4.1 2024-02-26 14:58:37 +01:00
Simon Wisselink
5d0dd09632 changelog update 2024-02-26 14:58:17 +01:00
Simon Wisselink
9d559827fd Merge branch 'release/4.4.1' into support/4.3 2024-02-26 14:56:21 +01:00
Simon Wisselink
5e2a9fbb26 version bump 2024-02-26 14:56:21 +01:00
Simon Wisselink
9614a59199 changelog 2024-02-26 14:56:15 +01:00
Simon Wisselink
ee58a2173b Updated release tooling 2024-02-26 14:55:24 +01:00
Simon Wisselink
29dd621b53 Add some guidance on upgrading from v3 to v4 checkout v4.4.0 2024-02-26 14:46:35 +01:00
Simon Wisselink
de1bc77f7f Prevent deprecation notices for implode, json_encode and substr modifiers
* Prevent deprecation notices for implode, json_encode and substr modifiers.
* unit tests
2024-02-26 14:33:47 +01:00
Simon Wisselink
326b2da8da Fix incorrect compilation of expressions when escape_html=true (#932)
Fixes #930
2024-02-05 14:37:52 +01:00
Simon Wisselink
e0cbbdf6ea Update php version number in docs v4.3.5 2024-01-23 11:47:54 +01:00
Simon Wisselink
b4bbc17f1c Add PHP8.3 support for Smarty 4.3. (#927)
See #925
2024-01-23 11:45:13 +01:00
Simon Wisselink
6e067ed327 Add unit tests to clarify current behavior 2023-09-21 23:50:10 +02:00
Simon Wisselink
3931d8f54b Merge branch 'release/4.3.4' into support/4.3 v4.3.3 v4.3.4 2023-09-14 12:59:08 +02:00
Simon Wisselink
d8c1dfe56e version bump 2023-09-14 12:59:07 +02:00
Simon Wisselink
6887e55ded Merge branch 'release/4.3.3' into support/4.3 2023-09-14 11:00:40 +02:00
Simon Wisselink
642fd69fea version bump 2023-09-14 11:00:38 +02:00
Simon Wisselink
17a7d6fb5b Fix release-script to user support-branch 2023-09-14 11:00:08 +02:00
Simon Wisselink
b96a5c3953 version bump 2023-09-14 10:57:44 +02:00
Simon Wisselink
2ff66e0fcc Fix use of negative numbers in math equations. (#904)
Fixes #895
2023-09-14 10:38:53 +02:00
Simon Wisselink
d6c4274822 Fix phpdoc.
Fixes #897
2023-09-13 22:10:36 +02:00
Simon Wisselink
a3cbdc46fb Fix strip_tags modifier for falsy input. (#893)
Fixes #890
2023-08-04 22:40:19 +02:00
Simon Wisselink
1d9cda2be3 Merge branch 'release/4.3.2' v4.3.2 2023-07-19 12:27:36 +02:00
Simon Wisselink
edfd4c91da version bump 2023-07-19 12:27:34 +02:00
Simon Wisselink
4434e128c6 muteUndefinedOrNullWarnings() now also mutes PHP8 warnings for undefined properties (#891) 2023-07-19 12:27:17 +02:00
Jon
19df91b692 Remove md5 modifier from debug.tpl (#871)
* Remove `md5` modifier from debug.tpl

Replaced with a regular function call. 
See https://github.com/smarty-php/smarty/issues/813

* Move `md5()` in debug.tpl to PHP

---------

Co-authored-by: jonathan <jonathan@devrygreenhouses.com>
2023-04-30 23:25:39 +02:00
Simon Wisselink
e28cb0915b Merge branch 'release/4.3.1' v4.3.1 2023-03-28 21:47:03 +02:00
Simon Wisselink
fe7817c301 version bump 2023-03-28 21:47:01 +02:00
Simon Wisselink
685662466f Merge branch 'js_escape_security_fix' 2023-03-28 21:46:46 +02:00
Simon Wisselink
71d113550c Add changelog 2023-03-28 21:43:36 +02:00
takaram
5512d64521 Upgrade actions/checkout and actions/cache (#870) 2023-03-25 15:38:18 +01:00
Simon Wisselink
2038890f19 Changelog 2023-03-24 12:19:40 +01:00
Simon Wisselink
e75165565e Implement fix and tests 2023-03-24 12:19:34 +01:00
Simon Wisselink
3d2a8dc5fd Update SECURITY.md with correct version info. 2023-02-23 22:44:34 +01:00
Simon Wisselink
2764816407 Add missing dirs 2023-02-23 22:30:15 +01:00
Simon Wisselink
801d186ea4 CompileCheck test and extra note on how it works in docs 2023-02-23 22:17:06 +01:00
Simon Wisselink
09d26579ce Some additional unit tests 2023-02-23 22:06:37 +01:00
Simon Wisselink
badcae6e0c Finished improving designers docs 2023-02-06 14:42:31 +01:00
Simon Wisselink
694ff1b733 Improved another chunk of the designers docs 2023-02-06 10:40:00 +01:00