diff --git a/.gitignore b/.gitignore index ff978af..efabdd1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ Bitpay/BPCheckout/.DS_Store .DS_Store code/Bitpay/BPCheckout/bitpay_bpcheckout*.zip +composer.lock +vendor/ \ No newline at end of file diff --git a/Model/Config.php b/Model/Config.php index 807cd1c..c5165f1 100755 --- a/Model/Config.php +++ b/Model/Config.php @@ -27,7 +27,7 @@ class Config public const BITPAY_PROD_TOKEN_URL = 'https://bitpay.com/tokens'; public const API_HOST_DEV = 'test.bitpay.com'; public const API_HOST_PROD = 'bitpay.com'; - public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.2.0'; + public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.2.1'; public const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout'; public const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg'; public const BITPAY_PAYMENT_DIR_IMAGES = 'images'; diff --git a/composer.json b/composer.json index d2f1ca5..eebdb6e 100644 --- a/composer.json +++ b/composer.json @@ -3,14 +3,14 @@ "description": "", "type": "magento2-module", "license": "mit", - "version":"9.2.0", + "version":"9.2.1", "authors": [ { "email": "integrations@bitpay.com", "name": "BitPay" } ], - "minimum-stability": "dev", + "minimum-stability": "stable", "require": { "php": "~8.1", "bitpay/sdk": "^7.2" diff --git a/etc/module.xml b/etc/module.xml index 39d7164..79a815d 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -6,5 +6,5 @@ --> - + \ No newline at end of file