Smarty Update to v5.4.3

This commit is contained in:
2024-12-26 17:59:29 +09:00
parent f7faa504f8
commit fd369a7115
32 changed files with 2785 additions and 977 deletions

View File

@@ -33,17 +33,19 @@ Alternative setup composer local zip file repot:
1) Located in `Smarty/Smarty-Composer/vendor/smarty/smarty/src/`
2) Alternative is to checkout master branch from git
1) Located in `Smarty/Smarty-git/src/`
3) copy over the following into `src/BlockHandler/`:
1) T.php
4) copy over the following into `src/FunctionHandler`:
1) Popup.php
2) PopupInit.php
5) Upate the global `src/Extensions/DefaultExtension.php`:
1) `getFunctionHandler`: popup_init, popup
2) `getBlockHandler`: t
6) check either `src/FunctionHander/HtmlCheckboxes.php` and `src/FunctionHander/HtmlOptions.php` have changed
1) Update and leep the label/pos changes
7) Create new release version as official relase number
3) Copy the `src/` folder as is over the `Smarty/Smarty-Extended/src` folder
4) From the `update/` folder copy
1) copy over the following into `src/BlockHandler/`:
1) T.php
2) copy over the following into `src/FunctionHandler`:
1) Popup.php
2) PopupInit.php
3) Upate the global `src/Extensions/DefaultExtension.php`:
1) `getFunctionHandler`: popup_init, popup
2) `getBlockHandler`: t
4) check either `src/FunctionHander/HtmlCheckboxes.php` and `src/FunctionHander/HtmlOptions.php` have changed
1) Update and leep the label/pos changes
5) Create new release version as official relase number
## Updated files (different from master)