Skip to content

Commit

Permalink
Release v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
partydragen committed Aug 3, 2023
1 parent c584945 commit 2520040
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions upload/modules/Store/gateways/Credits/gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class Credits_Gateway extends GatewayBase {
public function __construct() {
$name = 'Store Credits';
$author = '<a href="https://partydragen.com/" target="_blank" rel="nofollow noopener">Partydragen</a>';
$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);
Expand Down
4 changes: 2 additions & 2 deletions upload/modules/Store/gateways/PayPal/gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class PayPal_Gateway extends GatewayBase {
public function __construct() {
$name = 'PayPal';
$author = '<a href="https://partydragen.com/" target="_blank" rel="nofollow noopener">Partydragen</a>';
$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);
Expand Down
4 changes: 2 additions & 2 deletions upload/modules/Store/gateways/PayPalBusiness/gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class PayPal_Business_Gateway extends GatewayBase {
public function __construct() {
$name = 'PayPalBusiness';
$author = '<a href="https://partydragen.com/" target="_blank" rel="nofollow noopener">Partydragen</a>';
$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);
Expand Down
4 changes: 2 additions & 2 deletions upload/modules/Store/gateways/Stripe/gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class Stripe_Gateway extends GatewayBase {
public function __construct() {
$name = 'Stripe';
$author = '<a href="https://github.com/supercrafter100/" target="_blank" rel="nofollow noopener">Supercrafter100</a>';
$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);
Expand Down
2 changes: 1 addition & 1 deletion upload/modules/Store/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct($language, $store_language, $pages, $cache, $endpoin

$name = 'Store';
$author = '<a href="https://partydragen.com/" target="_blank" rel="nofollow noopener">Partydragen</a>';
$module_version = '1.6.1';
$module_version = '1.6.2';
$nameless_version = '2.1.1';

parent::__construct($this, $name, $author, $module_version, $nameless_version);
Expand Down

0 comments on commit 2520040

Please sign in to comment.