diff --git a/.wordpress-org/banner-1544x500.jpg b/.wordpress-org/banner-1544x500.jpg index 4d4f061..ab52c2f 100644 Binary files a/.wordpress-org/banner-1544x500.jpg and b/.wordpress-org/banner-1544x500.jpg differ diff --git a/.wordpress-org/banner-772x250.jpg b/.wordpress-org/banner-772x250.jpg index 8bf846e..685906d 100644 Binary files a/.wordpress-org/banner-772x250.jpg and b/.wordpress-org/banner-772x250.jpg differ diff --git a/changelog.txt b/changelog.txt index d180447..67f5ccc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ *** DePay Web3 Payments for WooCommerce Changelog *** +2023-10-13 - version 2.4.0 +* updates wordpress.org graphics + 2023-10-10 - version 2.3.1 * fix widgets upgrade (update build, too) diff --git a/depay-woocommerce-payments.php b/depay-woocommerce-payments.php index 4ad4950..6be5a18 100644 --- a/depay-woocommerce-payments.php +++ b/depay-woocommerce-payments.php @@ -11,7 +11,7 @@ * WC tested up to: 8.0.2 * Requires at least: 5.8 * Requires PHP: 7.0 - * Version: 2.3.1 + * Version: 2.4.0 * * @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.3.1' ); +define( 'DEPAY_CURRENT_VERSION', '2.4.0' ); require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php'; diff --git a/languages/depay-woocommerce-payments.pot b/languages/depay-woocommerce-payments.pot index 7cd455b..87d50b0 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.3.1\n" +"Project-Id-Version: DePay WooCommerce Payments 2.4.0\n" "Report-Msgid-Bugs-To: " "support@depay.com\n" "MIME-Version: 1.0\n" diff --git a/package.json b/package.json index 1a00e52..7284ab1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@depay/web3-woocommerce-depay-payments", "moduleName": "WooCommerceDePayPayments", - "version": "2.3.1", + "version": "2.4.0", "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 f133258..dd0dbaf 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.3 Requires PHP: 7.2 -Stable tag: 2.3.1 +Stable tag: 2.4.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html