Skip to content

Commit c2b7145

Browse files
author
CryptAPI
committed
Updated WC version
1 parent 265ac36 commit c2b7145

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CryptAPI.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
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: 1.0.2
7+
Version: 1.0.4
88
Requires at least: 4.0
9+
Tested up to: 5.3
10+
WC requires at least: 2.4
11+
WC tested up to: 3.8
912
Requires PHP: 5.5
1013
Author: cryptapi
1114
Author URI: https://cryptapi.io/

define.php

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

33

4-
define('CRYPTAPI_PLUGIN_VERSION', '1.0.2');
4+
define('CRYPTAPI_PLUGIN_VERSION', '1.0.4');
55
define('CRYPTAPI_PLUGIN_PATH', plugin_dir_path(__FILE__));
66
define('CRYPTAPI_PLUGIN_URL', plugin_dir_url(__FILE__));

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Contributors: cryptapi
33
Tags: crypto payments, woocommerce, payment gateway, crypto, payment, pay with crypto, payment request, bitcoin, ethereum, monero, iota, litecoin, bitcoin cash,
44
Requires at least: 4.0
55
Tested up to: 5.3
6-
Stable tag: 1.0.2
6+
Stable tag: 1.0.4
77
Requires PHP: 5.5
88
WC requires at least: 2.4
9-
WC tested up to: 3.7
9+
WC tested up to: 3.8
1010
License: MIT
1111

1212
Accept cryptocurrency payments on your WooCommerce website

0 commit comments

Comments
 (0)