forked from Centrobill/wc-centrobill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
68 lines (52 loc) · 1.87 KB
/
changelog.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
*** Changelog ***
= 2.2.6 - 2022-11-08 =
* Add - Clear out plugin options after uninstall from the site (uninstall.php)
= 2.2.5 - 2022-07-15 =
* Update - Enable plugin availability for all stores
= 2.2.4 - 2021-12-17 =
* Fix - Wrong amount type (must be a number)
= 2.2.3 - 2021-10-18 =
* Fix - Displaying available payment methods on the checkout page affects other gateways
* Fix - Link is now correctly in readme.txt
= 2.2.2 - 2021-10-12 =
* Update - Crypto gateway availability (show crypto for one-time products or subscription products with a price limit)
= 2.2.1 - 2021-10-07 =
* Update - Plugin version
= 2.2.0 - 2021-10-06 =
* Add - Crypto gateway
= 2.1.0 - 2021-08-28 =
* Add - Redirect to Centrobill payment page instead of using the integrated payment form on the checkout page
= 2.0.7 - 2021-08-25 =
* Fix - Wrong IP address for recurring payments
= 2.0.6 - 2021-08-16 =
* Add - Update order status before redirecting to the 'Thank You' page
* Remove - Hook `woocommerce_before_thankyou`
= 2.0.5 - 2021-08-10 =
* Update - readme.txt - Add a FAQ section "How to apply VAT for EU users on top of the product price"
* Add - vat_rates.csv
= 2.0.4 - 2021-06-15 =
* Update - readme.txt
* Add - changelog.txt
= 2.0.3 - 2021-06-09 =
* Fix - Renaming gateway ID from `centrobill_cc` to `centrobill`
* Fix - Substring SKU title (max length - 64 chars)
= 2.0.2 - 2021-04-29 =
* Add - Enable/disable cardholder name field on checkout form
= 2.0.1 - 2021-04-26 =
* Add - Collect browser info to payment requests (for 3DS payments)
* Add - Hook `woocommerce_create_order`
* Add - Hook `woocommerce_before_thankyou`
= 2.0.0 - 2021-04-19 =
* Tweak - Refactored code base
* Add - Credit Card form
* Add - Bancontact
* Add - EPS
* Add - Giropay
* Add - iDeal
* Add - MyBank
* Add - Online Banking
* Add - Przelewy24
* Add - SEPA Direct Debit
* Add - SOFORT Banking
= 1.0.0 - 2018-01-11 =
* First Release