diff --git a/ReadMe.md b/ReadMe.md index c16496e..6d98c37 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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)