Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Sep 3, 2022
1 parent b6be270 commit 33dc7e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions depay-woocommerce-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* WC tested up to: 6.8.0
* Requires at least: 5.8
* Requires PHP: 7.0
* Version: 1.0.1
* Version: 1.1.0
*
* @package DePay\Payments
*/
Expand All @@ -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.1' );
define( 'DEPAY_CURRENT_VERSION', '1.1.0' );

require_once DEPAY_WC_ABSPATH . '/vendor/autoload.php';

Expand Down
2 changes: 1 addition & 1 deletion languages/depay-woocommerce-payments.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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.1\n"
"Project-Id-Version: DePay WooCommerce Payments 1.1.0\n"
"Report-Msgid-Bugs-To: "
"[email protected]\n"
"MIME-Version: 1.0\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/web3-woocommerce-depay-payments",
"moduleName": "WooCommerceDePayPayments",
"version": "1.0.1",
"version": "1.1.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",
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Building on the idea that "Web3" is the next generation of a blockchain-based an

== Changelog ==

= 1.1.0 =
* Adds payment validation polling for resilient payment validation release

= 1.0.1 =
* Security patches: Safe SQL

Expand Down

0 comments on commit 33dc7e1

Please sign in to comment.