Skip to content

Commit f84d276

Browse files
committed
v4.7.10
* Add new choices for order cancellation.
1 parent 4af953c commit f84d276

14 files changed

+1046
-866
lines changed

CryptAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.7.9
6+
Version: 4.7.10
77
Requires at least: 5
88
Tested up to: 6.3
99
WC requires at least: 5.8

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@ The easiest and fastest way is via our live chat on our [website](https://crypta
355355
* Support for WooCommerce HPOS.
356356
* Minor fixes
357357

358+
#### 4.7.10
359+
* Add new choices for order cancellation.
360+
358361
### Upgrade Notice
359362
#### 4.3
360363
* Please be sure to enable the PHP extension BCMath before upgrading to this version.

controllers/CryptAPI.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ function init_form_fields()
341341
'default' => '0',
342342
'options' => array(
343343
'0' => esc_attr(__('Never', 'cryptapi')),
344+
'900' => esc_attr(__('15 Minutes', 'cryptapi')),
345+
'1800' => esc_attr(__('30 Minutes', 'cryptapi')),
346+
'2700' => esc_attr(__('45 Minutes', 'cryptapi')),
344347
'3600' => esc_attr(__('1 Hour', 'cryptapi')),
345348
'21600' => esc_attr(__('6 Hours', 'cryptapi')),
346349
'43200' => esc_attr(__('12 Hours', 'cryptapi')),

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.7.9');
3+
define('CRYPTAPI_PLUGIN_VERSION', '4.7.10');
44
define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
55
define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));
916 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)