Skip to content

Commit

Permalink
v2.11.2: fix missing dependency (Web3Blockchains)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Jun 14, 2024
1 parent f99c8ec commit 604ecf6
Show file tree
Hide file tree
Showing 6 changed files with 592 additions and 72 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** DePay Web3 Payments for WooCommerce Changelog ***

2024-6-14 - version 2.11.2
* fix missing dependency (Web3Blockchains)

2024-6-14 - version 2.11.1
* fixes some payment tracking edge cases

Expand Down
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: 8.7.0
* Requires at least: 5.8
* Requires PHP: 7.0
* Version: 2.11.1
* Version: 2.11.2
*
* @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', '2.11.1' );
define( 'DEPAY_CURRENT_VERSION', '2.11.2' );

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

Expand Down
Loading

0 comments on commit 604ecf6

Please sign in to comment.