forked from cryptoapi/Payment-Gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.txt
213 lines (111 loc) · 6.52 KB
/
history.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
===============================================================================
== Version 2.2.1 (June 2020)
===============================================================================
- Support GoUrl IPN test data
===============================================================================
== Version 2.2.0 (May 2020)
===============================================================================
- Several new enhancements. Mandatory update.
===============================================================================
== Version 2.1.7 (January 2020)
===============================================================================
- Several new enhancements. Security updates!
- Update Bootstrap 4.4.1, jQuery 3.4.1, FontAwesome 5.12
- Added Albanian Language (Thanks to Meso J.)
- Added Czech Language (Thanks to Kneebo T.)
- Added Estonian Language (Thanks to Aimar)
- Added Finnish Language (Thanks to Rami V.)
- Added Greek Language (Thanks to Charalampos P, Bay)
- Added Serbian Language (Thanks to Nikola L.)
- Added Slovenian Language (Thanks to Grega J.)
- Added Swedish Language (Thanks to Jack)
===============================================================================
== Version 2.1.6 (February 2019)
===============================================================================
- Added support currencyconverterapi.com keys
===============================================================================
== Version 2.1.5 (November 2018)
===============================================================================
- Added Bitcoin SV (BSV/BCHSV)
===============================================================================
== Version 2.1.4 (August 2018)
===============================================================================
- Update live exchange rates websites
===============================================================================
== Version 2.1.3 (April 2018)
===============================================================================
- Several new enhancements. Recommended Update
===============================================================================
== Version 2.1.2 (April 2018)
===============================================================================
- Several new enhancements.
===============================================================================
== Version 2.1.1 (April 2018)
===============================================================================
- Isolate Bootstrap CSS to a particular class 'bootstrapiso' to avoid css conflicts with your site css style
===============================================================================
== Version 2.1 (April 2018)
===============================================================================
- Several new enhancements
===============================================================================
== Version 2.0 (February 2018)
===============================================================================
- Added mobile friendly payment box
- White Label Product - Bitcoin Payments with your own logo and all payment requests through your server
- Generate PHP Custom Payment Box Code Online - https://gourl.io/lib/examples/example_customize_box.php
- JSON/Bootstrap4 supports
===============================================================================
== Version 1.8.3 (December 2017)
===============================================================================
- Added Universal Currency [UNIT] (voting winner https://gourl.io/coin-voting.html#voting)
===============================================================================
== Version 1.8.2 (September 2017)
===============================================================================
- Updated Google Currency Converter Url
===============================================================================
== Version 1.8.1 (August 2017)
===============================================================================
- Added Bitcoin Cash (BCH/BCC)
===============================================================================
== Version 1.8 (May 2017)
===============================================================================
- Get bitcoin/altcoin payment box values from gourl.io in JSON format.
JSON data will allow you to easily customise your bitcoin payment boxes.
For example, you can display payment amount and bitcoin payment address with your
own text, you can also accept payments in android/windows and other applications.
Instruction - https://gourl.io/bitcoin-payment-gateway-api.html#p8
===============================================================================
== Version 1.7.11 (February 2017)
===============================================================================
- Added Turkish Language (Thanks to Gezgin)
===============================================================================
== Version 1.7.10 (January 2017)
===============================================================================
- Added Italian Language (Thanks to Lorenzo)
===============================================================================
== Version 1.7.8 (November 2016)
===============================================================================
- Added Japanese Language (Thanks to Takiko)
- Added Indonesian Language (Thanks to Tejo)
- Added Polish Language (Thanks to Kacper)
===============================================================================
== Version 1.7.7 (May 2016)
===============================================================================
- Added Korean Language (Thanks to Arthur)
- Moved IPN function cryptobox_new_payment(...) in separate file cryptobox.newpayment.php
===============================================================================
== Version 1.7.6 (March 2016)
===============================================================================
- Added Portuguese Language (Thanks to Miguel)
- Several new enhancements
===============================================================================
== Version 1.7.5 (January 2016)
===============================================================================
- Added German Language (Thanks to Sebastian, Julius)
- Added Persian Language (Thanks to Kaveh, Ali-Mehdi)
- Supporting Right-to-Left Languages
===============================================================================
== Version 1.7.4 (December 2015)
===============================================================================
- Added Dutch Language (Thanks to Erik)
- Several new enhancements