From cf1e537dad4840bffc624ded5c396ec09491a5b1 Mon Sep 17 00:00:00 2001 From: Sebastian Pape Date: Fri, 2 Sep 2022 16:30:30 +0200 Subject: [PATCH] v1.0.1 --- depay-woocommerce-payments.php | 4 ++-- languages/depay-woocommerce-payments.pot | 2 +- package.json | 2 +- readme.txt | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/depay-woocommerce-payments.php b/depay-woocommerce-payments.php index 4cadd78..4b53a87 100644 --- a/depay-woocommerce-payments.php +++ b/depay-woocommerce-payments.php @@ -11,7 +11,7 @@ * WC tested up to: 6.8.0 * Requires at least: 5.8 * Requires PHP: 7.0 - * Version: 1.0.0 + * Version: 1.0.1 * * @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', '1.0.0' ); +define( 'DEPAY_CURRENT_VERSION', '1.0.1' ); require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php'; diff --git a/languages/depay-woocommerce-payments.pot b/languages/depay-woocommerce-payments.pot index f94b910..17b439f 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 1.0.0\n" +"Project-Id-Version: DePay WooCommerce Payments 1.0.1\n" "Report-Msgid-Bugs-To: " "support@depay.com\n" "MIME-Version: 1.0\n" diff --git a/package.json b/package.json index e132a5d..1c91709 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@depay/web3-woocommerce-depay-payments", "moduleName": "WooCommerceDePayPayments", - "version": "1.0.0", + "version": "1.0.1", "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 6848437..e406785 100644 --- a/readme.txt +++ b/readme.txt @@ -94,5 +94,8 @@ Building on the idea that "Web3" is the next generation of a blockchain-based an == Changelog == += 1.0.1 = +* Security patches: Safe SQL + = 1.0.0 = * First Version