-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathreadme.txt
44 lines (36 loc) · 1016 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
=== WooCommerce ERC20 Payment Gateway ===
Contributors: bestony
Tags: WooCommerce
Requires at least: 4.9.8
Tested up to: 4.9.8
Requires PHP: 7.0
Stable tag: 0.0.4
License: Apache License
A WooCommerce ERC20 Token Payment Gateway
== Description ==
This plugin help you add ERC20 Token Payment Gateway.
== Installation ==
1. donwload plugin
2. install plugin
3. settings some options
== Frequently Asked Questions ==
1. how can i got my contract address?
A: you can get it at etherscan.io
== Changelog ==
=== 0.0.7 ===
1. Bugfix #7 : Check tx Exist
=== 0.0.6 ===
1. add guide link
=== 0.0.5 ===
1. fixed `class 'WC_Inkerk_Erc20_Gateway' does not have a method 'email_instructions'`
=== 0.0.4 ===
1. add gas notice
2. remove currency settings ,pls use WooCommerce Customize ERC20 Currency Plugin
=== 0.0.3 ===
1. delete some code which change checkout page title.
2. fix metamask breaking changes at #5
=== 0.0.2 ===
1. reformat code
2. add new feature to customize Currency Symbol
=== 0.0.1 ===
1. Init Plugin