diff --git a/README.md b/README.md index 17bd77a..01a4951 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Web3 Payments for WooCommerce](/.wordpress-org/screenshot-2.gif) -Accept Web3 payments, supporting various cryptocurrency tokens, blockchains and wallets, with the DePay Payments extension for WooCommerce. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI… +Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI… ### Demo diff --git a/depay-woocommerce-payments.php b/depay-woocommerce-payments.php index edd9737..1162d8a 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.13 + * Version: 2.12.14 * * @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.13' ); +define( 'DEPAY_CURRENT_VERSION', '2.12.14' ); require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php'; diff --git a/languages/depay-woocommerce-payments.pot b/languages/depay-woocommerce-payments.pot index ce661b8..391aa7e 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.13\n" +"Project-Id-Version: DePay WooCommerce Payments 2.12.14\n" "Report-Msgid-Bugs-To: " "support@depay.com\n" "MIME-Version: 1.0\n" diff --git a/package.json b/package.json index e872ead..7bc774a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@depay/web3-woocommerce-depay-payments", "moduleName": "WooCommerceDePayPayments", - "version": "2.12.13", - "description": "WooCommerce DePay plugin to accept Web3 payments directly into your wallet with on-the-fly conversion.", + "version": "2.12.14", + "description": "Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI…", "main": "./dist/umd/index.js", "module": "./dist/esm/index.js", "files": [ diff --git a/readme.txt b/readme.txt index b391ec0..729dead 100644 --- a/readme.txt +++ b/readme.txt @@ -4,11 +4,11 @@ Tags: web3, payments, woocommerce, depay, cryptocurrency Requires at least: 6.0 Tested up to: 6.7 Requires PHP: 7.2 -Stable tag: 2.12.13 +Stable tag: 2.12.14 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Accept Web3 payments, supporting various cryptocurrency tokens, blockchains and wallets, with the DePay Payments extension for WooCommerce. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI… +Accept Web3 Crypto Payments. Supports various tokens, blockchains and wallets. MetaMask, Phantom, USDC, USDT, ETH, SOL, BSC, POL, xDAI… == Simple Web3 Cryptocurrency Payments with DePay == @@ -82,6 +82,9 @@ Denominate your items in crypto-currencies. == Changelog == += 2024-11-30 - v2.12.14 = +* fixes plugin description + = 2024-11-30 - v2.12.13 = * fixes changelog formatting