From 2ee821f1dc58cec822a7bf549555acc1a4579a5e Mon Sep 17 00:00:00 2001 From: "John.R" Date: Tue, 16 Jul 2024 15:59:35 +0200 Subject: [PATCH] chore: update version --- Makefile | 2 +- config.xml | 2 +- ps_accounts.php | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3ecf723..a63f398 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: help clean build version zip -VERSION ?= v1.0.4 +VERSION ?= v1.1.0 MODULE = ps_accounts PACKAGE ?= ${MODULE}_mock-${VERSION} diff --git a/config.xml b/config.xml index 44a0ac7..14b3aca 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_accounts - + diff --git a/ps_accounts.php b/ps_accounts.php index 09afbff..23d1d0d 100644 --- a/ps_accounts.php +++ b/ps_accounts.php @@ -9,7 +9,7 @@ class Ps_accounts extends Module /** * @var string */ - const VERSION = '1.0.4'; + const VERSION = '1.1.0'; /** * @var \PrestaShop\ModuleLibServiceContainer\DependencyInjection\ServiceContainer @@ -19,11 +19,11 @@ class Ps_accounts extends Module public function __construct() { $this->name = 'ps_accounts'; - $this->version = '1.0.4'; + $this->version = '1.1.0'; $this->author = 'CloudSync team'; $this->need_instance = 0; $this->ps_versions_compliancy = [ - 'min' => '1.6.1.24', + 'min' => '1.6.1.11', 'max' => '99.99.99', ]; $this->bootstrap = false;