diff --git a/depay-woocommerce-payments.php b/depay-woocommerce-payments.php index 337f3f1..d4cac36 100644 --- a/depay-woocommerce-payments.php +++ b/depay-woocommerce-payments.php @@ -11,7 +11,7 @@ * WC tested up to: 8.7.0 * Requires at least: 5.8 * Requires PHP: 7.0 - * Version: 2.12.11 + * Version: 2.12.12 * * @package DePay\Payments */ @@ -21,7 +21,7 @@ define( 'DEPAY_WC_PLUGIN_FILE', __FILE__ ); define( 'DEPAY_WC_ABSPATH', __DIR__ . '/' ); define( 'DEPAY_MIN_WC_ADMIN_VERSION', '0.23.2' ); -define( 'DEPAY_CURRENT_VERSION', '2.12.11' ); +define( 'DEPAY_CURRENT_VERSION', '2.12.12' ); require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php'; diff --git a/languages/depay-woocommerce-payments.pot b/languages/depay-woocommerce-payments.pot index 5f49ac6..9189f33 100644 --- a/languages/depay-woocommerce-payments.pot +++ b/languages/depay-woocommerce-payments.pot @@ -2,7 +2,7 @@ # This file is distributed under the same license as the package. msgid "" msgstr "" -"Project-Id-Version: DePay WooCommerce Payments 2.12.11\n" +"Project-Id-Version: DePay WooCommerce Payments 2.12.12\n" "Report-Msgid-Bugs-To: " "support@depay.com\n" "MIME-Version: 1.0\n" diff --git a/package.json b/package.json index 99b74d9..e5a179c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@depay/web3-woocommerce-depay-payments", "moduleName": "WooCommerceDePayPayments", - "version": "2.12.11", + "version": "2.12.12", "description": "WooCommerce DePay plugin to accept Web3 payments directly into your wallet with on-the-fly conversion.", "main": "./dist/umd/index.js", "module": "./dist/esm/index.js", diff --git a/readme.txt b/readme.txt index a6853f0..6dc57ab 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: web3, payments, woocommerce, depay, cryptocurrency Requires at least: 6.0 Tested up to: 6.7 Requires PHP: 7.2 -Stable tag: 2.12.11 +Stable tag: 2.12.12 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -82,6 +82,9 @@ Denominate your items in crypto-currencies. == Changelog == += 2024-11-30 - v2.12.12= +* fixes .zip release + = 2024-11-30 - v2.12.11= * fix missing changelog