Skip to content

Commit 7a4b03c

Browse files
authored
Merge pull request #5 from arianoangelo/master
v4.0.7 - Minor bugfixes
2 parents ed529a8 + d591173 commit 7a4b03c

19 files changed

Lines changed: 1287 additions & 714 deletions

CryptAPI.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
Plugin Name: CryptAPI Payment Gateway for WooCommerce
55
Plugin URI: https://github.com/cryptapi/woocommerce-cryptapi
66
Description: Accept cryptocurrency payments on your WooCommerce website
7-
Version: 4.0.2
7+
Version: 4.1
88
Requires at least: 4.0
9-
Tested up to: 5.9
9+
Tested up to: 5.9.1
1010
WC requires at least: 2.4
1111
WC tested up to: 6.2
1212
Requires PHP: 5.5
@@ -89,7 +89,7 @@ function cryptapi_is_includable($file) {
8989

9090
add_filter( 'cron_schedules', function ( $cryptapi_interval ) {
9191
$cryptapi_interval['cryptapi_interval'] = array(
92-
'interval' => 300,
92+
'interval' => 60,
9393
'display' => esc_html__( 'CryptAPI Interval' ),
9494
);
9595

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,26 @@ The easiest and fastest way is via our live chat on our [website](https://crypta
184184
#### 4.0.2
185185
* Minor fixes
186186

187+
#### 4.0.3
188+
* Minor fixes
189+
190+
#### 4.0.4
191+
* Minor fixes
192+
193+
#### 4.0.5
194+
* UI Improvements
195+
196+
#### 4.0.6
197+
* Disable QR Code with value in certain currencies due to some wallets not supporting it
198+
199+
#### 4.0.7
200+
* Minor fixes
201+
202+
#### 4.1
203+
* Added a history of transactions to the order payment page
204+
* Better handling of partial payments
205+
* Minor fixes
206+
* UI Improvements
207+
187208
### Upgrade Notice
188209
* No breaking changes

controllers/CryptAPI.php

Lines changed: 283 additions & 112 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.0.2');
3+
define('CRYPTAPI_PLUGIN_VERSION', '4.1');
44
define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
55
define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));
1.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)