Skip to content

Commit 5144189

Browse files
author
Ariano Fonseca Ângelo
committed
v4.6.2
- New mechanisms to detect callbacks even if they fail - Minor fixes - Added new languages
1 parent d0b62df commit 5144189

16 files changed

+1512
-782
lines changed

CryptAPI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Plugin Name: CryptAPI Payment Gateway for WooCommerce
44
Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
55
Description: Accept cryptocurrency payments on your WooCommerce website
6-
Version: 4.6.1
6+
Version: 4.6.2
77
Requires at least: 5
88
Tested up to: 6.0.2
99
WC requires at least: 5.8
10-
WC tested up to: 6.8.0
10+
WC tested up to: 6.9.3
1111
Requires PHP: 7.2
1212
Author: cryptapi
1313
Author URI: https://cryptapi.io/

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,11 @@ The easiest and fastest way is via our live chat on our [website](https://crypta
274274
#### 4.6.1
275275
* Minor fixes
276276

277+
#### 4.6.2
278+
* New mechanisms to detect callbacks even if they fail
279+
* Minor fixes
280+
* Added new languages
281+
277282
### Upgrade Notice
278283
#### 4.3
279284
* Please be sure to enable the PHP extension BCMath before upgrading to this version.

controllers/CryptAPI.php

Lines changed: 152 additions & 100 deletions
Large diffs are not rendered by default.

define.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
define('CRYPTAPI_PLUGIN_VERSION', '4.6.1');
3+
define('CRYPTAPI_PLUGIN_VERSION', '4.6.2');
44
define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
55
define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));
13.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)