Project Name : Hostma – Hosting HTML & WHMCS Template Version : V.2 Updated-date : 04-04-2023 ------------------ HTML Updates :- ------------------ 1. Bootstrap version is updated. 2. Fontawesome version is updated. 3. Menu dropdown is updated. 4. UI Issues are fixed. 5. Documentation is updated. ------------------ WHMCS Updates :- ------------------ 1. Browser compatibility issues fixed. *********************************************************************************************************************************************************************************************** ****************** HTML Updates :- ****************** ----------------------------------------------------------------------- 1. Bootstrap version is updated. ----------------------------------------------------------------------- 1. If you are using only dist/ folder then update Bootstrap folder in libs/ folder. Rootpath: (../assets/libs/bootstrap/). 2. If you are using both dist/ and src/ folders run the command "npm i bootstrap@5.3.0-alpha2" then run the "gulp" command. ----------------------------------------------------------------------- 2. Fontawesome version is updated. ----------------------------------------------------------------------- 1. If you are using only dist/ folder then replace fontawesome-free/ folder. Rootpath: (../assets/icon-fonts/fontawesome-free/). 2. If you are using both dist/ and src/ folders then replace fontawesome-free/ folder in src/ folder. Rootpath: (../assets/icon-fonts/fontawesome-free/) then run the "gulp" command. ----------------------------------------------------------------------- 3. Menu dropdown is updated. ----------------------------------------------------------------------- 1. If you are using only dist/ folder then replace app-sidebar section in all html files. Rootpath: (/dist/html/). 2. If you are using both dist/ and src/ folders then replace header.html file in src/ folder. Rootpath: (/src/html/partials/) then run the "gulp" command. 3. Replace SCSS folder. Rootpath: (../assets/scss/) then run the "gulp" command. Note:- If you are using CSS then replace CSS folder. Rootpath: (../assets/css/). ----------------------------------------------------------------------- 4. UI Issues are fixed. ----------------------------------------------------------------------- 1. Replace SCSS folder. Rootpath: (../assets/scss/) then run the "gulp" command. Note:- If you are using CSS then replace CSS folder. Rootpath: (../assets/css/). ----------------------------------------------------------------------- 5. Documentation is Updated. ----------------------------------------------------------------------- 1. Documentation is Updated go through it. ****************** WHMCS Updates :- ****************** ----------------------------------------------------------------------- 1. Browser compatibility issues fixed. ----------------------------------------------------------------------- Replace custom-light-theme.css and custom-dark-theme.css files. Rootpath: (../custom/).