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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user