Readme update for Smarty v5 update process

This commit is contained in:
2024-08-20 11:05:36 +09:00
parent 077b9f28ad
commit b390d0f67a

View File

@@ -27,17 +27,20 @@ Alternative setup composer local zip file repot:
## How to update
1) update the original composer for ^5
2) copy over the following into `src/BlockHandler/`:
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
3) copy over the following into `src/FunctionHandler`:
4) copy over the following into `src/FunctionHandler`:
1) Popup.php
2) PopupInit.php
4) Upate the global `src/Extensions/DefaultExtension.php`:
5) Upate the global `src/Extensions/DefaultExtension.php`:
1) `getFunctionHandler`: popup_init, popup
2) `getBlockHandler`: t
5) check either `src/FunctionHander/HtmlCheckboxes.php` and `src/FunctionHander/HtmlOptions.php` have changed
6) check either `src/FunctionHander/HtmlCheckboxes.php` and `src/FunctionHander/HtmlOptions.php` have changed
1) Update and leep the label/pos changes
6) Create new release version as official relase number
7) Create new release version as official relase number
## Updated files (different from master)