Add new features to cmsproducts module and update version to 1.6.5

- Implement methods for returning customer gallery by product and category
- Update blog template for improved formatting and readability
- Add new exception log for January 2025 and remove outdated log from September 2024
- Introduce CSS styles for blog detail layout
This commit is contained in:
2025-01-17 23:19:12 +01:00
parent 3bdbd78c2f
commit eb59c949ff
13 changed files with 1723 additions and 436 deletions

View File

@@ -17,7 +17,7 @@ class cmsproducts extends Module
$this->name = 'cmsproducts';
$this->tab = 'front_office_features';
$this->author = 'MyPresta.eu';
$this->version = '1.6.4';
$this->version = '1.6.5';
$this->bootstrap = 1;
$this->mypresta_link = 'https://mypresta.eu/modules/front-office-features/products-on-cms-pages.html';
parent::__construct();