From 2520040719ae11724184ece176848c3545d64ae4 Mon Sep 17 00:00:00 2001 From: Partydragen Date: Thu, 3 Aug 2023 22:40:26 +0200 Subject: [PATCH] Release v1.6.2 --- upload/modules/Store/gateways/Credits/gateway.php | 4 ++-- upload/modules/Store/gateways/PayPal/gateway.php | 4 ++-- upload/modules/Store/gateways/PayPalBusiness/gateway.php | 4 ++-- upload/modules/Store/gateways/Stripe/gateway.php | 4 ++-- upload/modules/Store/module.php | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/upload/modules/Store/gateways/Credits/gateway.php b/upload/modules/Store/gateways/Credits/gateway.php index 2c44d7f..718c23f 100644 --- a/upload/modules/Store/gateways/Credits/gateway.php +++ b/upload/modules/Store/gateways/Credits/gateway.php @@ -12,8 +12,8 @@ class Credits_Gateway extends GatewayBase { public function __construct() { $name = 'Store Credits'; $author = 'Partydragen'; - $gateway_version = '1.6.1'; - $store_version = '1.6.1'; + $gateway_version = '1.6.2'; + $store_version = '1.6.2'; $settings = ROOT_PATH . '/modules/Store/gateways/Credits/gateway_settings/settings.php'; parent::__construct($name, $author, $gateway_version, $store_version, $settings); diff --git a/upload/modules/Store/gateways/PayPal/gateway.php b/upload/modules/Store/gateways/PayPal/gateway.php index 4fc6831..9172f63 100644 --- a/upload/modules/Store/gateways/PayPal/gateway.php +++ b/upload/modules/Store/gateways/PayPal/gateway.php @@ -12,8 +12,8 @@ class PayPal_Gateway extends GatewayBase { public function __construct() { $name = 'PayPal'; $author = 'Partydragen'; - $gateway_version = '1.6.1'; - $store_version = '1.6.1'; + $gateway_version = '1.6.2'; + $store_version = '1.6.2'; $settings = ROOT_PATH . '/modules/Store/gateways/PayPal/gateway_settings/settings.php'; parent::__construct($name, $author, $gateway_version, $store_version, $settings); diff --git a/upload/modules/Store/gateways/PayPalBusiness/gateway.php b/upload/modules/Store/gateways/PayPalBusiness/gateway.php index 64dfc69..b21beca 100644 --- a/upload/modules/Store/gateways/PayPalBusiness/gateway.php +++ b/upload/modules/Store/gateways/PayPalBusiness/gateway.php @@ -12,8 +12,8 @@ class PayPal_Business_Gateway extends GatewayBase { public function __construct() { $name = 'PayPalBusiness'; $author = 'Partydragen'; - $gateway_version = '1.6.1'; - $store_version = '1.6.1'; + $gateway_version = '1.6.2'; + $store_version = '1.6.2'; $settings = ROOT_PATH . '/modules/Store/gateways/PayPalBusiness/gateway_settings/settings.php'; parent::__construct($name, $author, $gateway_version, $store_version, $settings); diff --git a/upload/modules/Store/gateways/Stripe/gateway.php b/upload/modules/Store/gateways/Stripe/gateway.php index b3f5f0a..533fc9c 100644 --- a/upload/modules/Store/gateways/Stripe/gateway.php +++ b/upload/modules/Store/gateways/Stripe/gateway.php @@ -12,8 +12,8 @@ class Stripe_Gateway extends GatewayBase { public function __construct() { $name = 'Stripe'; $author = 'Supercrafter100'; - $gateway_version = '1.6.1'; - $store_version = '1.6.1'; + $gateway_version = '1.6.2'; + $store_version = '1.6.2'; $settings = ROOT_PATH . '/modules/Store/gateways/Stripe/gateway_settings/settings.php'; parent::__construct($name, $author, $gateway_version, $store_version, $settings); diff --git a/upload/modules/Store/module.php b/upload/modules/Store/module.php index 6e1c1d3..bdad9b9 100644 --- a/upload/modules/Store/module.php +++ b/upload/modules/Store/module.php @@ -23,7 +23,7 @@ public function __construct($language, $store_language, $pages, $cache, $endpoin $name = 'Store'; $author = 'Partydragen'; - $module_version = '1.6.1'; + $module_version = '1.6.2'; $nameless_version = '2.1.1'; parent::__construct($this, $name, $author, $module_version, $nameless_version);