pharixces
b390e50974
Add support for shorttags in functions ( #1142 )
...
* Add support for shorttags in functions
Co-authored-by: Anne Zijlstra <a.zijlstra@iwink.nl >
Co-authored-by: Simon Wisselink <s.wisselink@iwink.nl >
2025-10-03 23:17:55 +02:00
Simon Wisselink
0e46ae3add
Merge branch 'release/5.5.2'
v5.5.2
2025-08-26 10:38:06 +02:00
Simon Wisselink
4d793ee04c
version bump
2025-08-26 10:38:05 +02:00
Simon Wisselink
7677b84058
Fixed escaping of array/object keys in debug_print_var
2025-08-26 10:32:02 +02:00
Simon Wisselink
e7457d78cb
Add iWink and Temma logos
2025-05-27 22:39:34 +02:00
Simon Wisselink
cbcd66e1de
Merge branch 'release/5.5.1'
v5.5.1
2025-05-19 11:29:42 +02:00
Simon Wisselink
46cd224efb
version bump
2025-05-19 11:29:40 +02:00
Simon Wisselink
d3b716a0b9
changelog
2025-05-19 11:29:30 +02:00
pharixces
693502c341
Bugfix/bcpluginsadapter support modifiercompiler ( #1132 )
...
* Add support for modifiercompiler in the BCPluginsAdapter class.
---------
Co-authored-by: Anne Zijlstra <a.zijlstra@iwink.nl >
2025-05-19 11:28:10 +02:00
Shad
bb968469fa
add empty and in_array modifier doc ( #1113 )
2025-05-06 14:23:46 +02:00
Simon Wisselink
372f7cf41a
Merge branch 'release/5.5.0'
v5.5.0
2025-05-03 23:36:46 +02:00
Simon Wisselink
f659193c94
version bump
2025-05-03 23:36:44 +02:00
Simon Wisselink
0b6166482a
changelog
2025-05-03 23:36:27 +02:00
hirosan
4ff25bbe59
Support trailing comma in array ( #1128 )
2025-05-03 23:34:15 +02:00
hirosan
afbd71b868
Update getting-started.md ( #1111 )
...
Indicate support for php8.4 in docs.
2025-04-16 08:11:00 +02:00
Simon Wisselink
e26f82d02c
Merge branch 'release/5.4.5'
v5.4.5
2025-04-15 13:20:08 +02:00
Simon Wisselink
6ad6a35824
version bump
2025-04-15 13:20:06 +02:00
Simon Wisselink
baa53399f5
changelog
2025-04-15 13:19:54 +02:00
gherosh
37bea77ea7
Update StringEval.php ( #1126 )
...
Fix: Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead
2025-04-15 13:19:00 +02:00
Simon Wisselink
0d33f3acde
Added sponsor
2025-04-13 22:34:16 +02:00
Simon Wisselink
05adbf45f3
Drop jit runs from CI unit tests.
...
Fixes #1125
2025-04-13 22:20:14 +02:00
Simon Wisselink
df4795b803
Merge branch 'release/5.4.4'
v5.4.4
2025-04-13 22:12:10 +02:00
Simon Wisselink
5401418258
version bump
2025-04-13 22:12:08 +02:00
Simon Wisselink
a5bbba3f05
Fix syntax error occurring when registering a function plugin that ends with the string 'close' ( #1124 )
...
Fixes #1122
2025-04-10 23:47:44 +02:00
Simon Wisselink
a0664a4ab2
Added funding options
2025-04-10 22:39:35 +02:00
Simon Wisselink
a4b8466205
Added unit tests to prevent regressions of issue #1100 that was fixed in v4
2025-02-13 23:20:05 +01:00
Simon Wisselink
5d1ea5806a
change SMARTY_VERSION to $smarty.version.
...
Fixes #1073
2024-12-28 17:40:25 +01:00
Simon Wisselink
ab247c723b
Add upgrading remarks on magic APi methods.
...
Fixes #979
2024-12-27 23:37:21 +01:00
Simon Wisselink
fb997111f4
Add note to docs about plugins that expect parameters by reference
2024-12-27 23:08:17 +01:00
Simon Wisselink
c6bff57950
Merge branch 'release/5.4.3'
v5.4.3
2024-12-23 01:38:44 +01:00
Simon Wisselink
07faafe4da
version bump
2024-12-23 01:38:41 +01:00
Simon Wisselink
295b7fb582
move to official php8.4 image for unit testing in CI
2024-12-23 01:34:55 +01:00
Simon Wisselink
cf9de567c1
Restore special handling of isset and empty as it was in v4. Fixes #1063 ( #1093 )
...
* Restore special handling of isset and empty as it was in v4. Fixes #1063
2024-12-23 01:29:07 +01:00
Simon Wisselink
f47ac761af
replace/qualify call_user_func_array. ( #1083 )
...
Fixes #1074
2024-11-20 23:05:14 +01:00
Simon Wisselink
642a97adcc
Merge branch 'release/5.4.2'
v5.4.2
2024-11-20 22:18:16 +01:00
Simon Wisselink
3bba3ff5e9
version bump
2024-11-20 22:18:13 +01:00
Simon Wisselink
b3b43af816
Add to changelog
2024-11-20 22:18:03 +01:00
Wim Wisselink
1b06b37db2
Add PHP 8.4 support to Smarty ( #1043 )
2024-11-20 15:59:26 +01:00
Simon Wisselink
a1b4c9c551
Add unit tests for short hand template function definition and shorthand template function calls.
2024-10-06 22:06:39 +02:00
Simon Wisselink
cd58df7a26
Merge branch 'release/5.4.1'
v5.4.1
2024-08-30 01:10:45 +02:00
Simon Wisselink
70ed68ff5b
version bump
2024-08-30 01:10:42 +02:00
Simon Wisselink
598ccde435
Changelog
2024-08-29 00:09:43 +02:00
Atsushi Matsuo
cb09fda90d
Update a workflow file for GitHub Actions to test on Windows ( #1046 )
2024-08-28 23:56:51 +02:00
Atsushi Matsuo
c8f1853bfe
Modify NullCoalescingTest.php and TernaryTest.php to prevent test failure on Windows ( #1059 )
2024-08-28 23:16:04 +02:00
Atsushi Matsuo
2f781e2e65
Fix unit tests to enable to run CacheResourceFileTest.php on Windows ( #1055 )
2024-08-28 23:15:57 +02:00
Atsushi Matsuo
30c6ee64ab
Fix an issue that preventing the use of "extends:" to define the inheritance tree on Windows ( #1056 )
2024-08-28 23:09:34 +02:00
Simon Wisselink
fd90f7eac9
Merge branch 'release/5.4.0'
v5.4.0
2024-08-14 22:00:44 +02:00
Simon Wisselink
77b91a072b
version bump
2024-08-14 22:00:42 +02:00
Simon Wisselink
9ede0e40fa
changelog
2024-08-14 22:00:15 +02:00
Stephan Lueckl
1ccfca17d6
Fixing forced OpCache invalidation on every template include, which is resulting in fast raising wasted OpCache memory #1007 ( #1047 )
...
* Fixing forced OpCache Invalidation on every call, which is resulting in fast raising wasted memory
* Fix undefined $path variable warning
---------
Co-authored-by: Daniel Metzner <daniel.metzner@niceshops.com >
2024-08-14 21:58:51 +02:00