- some little bugs fixed
- librairies update
- php 8.1 compatibility
- add categories_seo_url to customize the url for rewriting
- add products_seo_url to customize the url for rewriting
===================================
Step 1 : Update your Db by the sql below
Step 2 : remove all template module and re-install it
Step 3 : remove all Dashboard module and re-install it


#insert in your phpmyAdmin this request in function of your language

#All language
categories_url
ALTER TABLE `clic_categories_description` ADD `categories_seo_url` VARCHAR(255) AFTER `categories_description`;
ALTER TABLE `clic_products_description` ADD `products_seo_url` VARCHAR(255) NOT NULL AFTER `products_description_summary`;

--

#English

#french


