This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
changelog.txt
113 lines (96 loc) · 3.37 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
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
Version 2.2.2
* Transaction Callback: Exit if payment method isn't from this plugin
* Transaction Callback: Prevent order cancellation problem
* Transaction Callback: Check orderID in Store
* Bankdebit: Add "Oma Säästöpankki" bank
* Status change fixes
* Factoring: Fixed problem with capturing and "&"
* Factoring: Removed Country check for phone number
* Reduce stock on Authorization
* Check order on order-received page
* Fixed conflicts with payex psp plugin
* Fixed bug with WC Subscriptions and WC3
* Fixed: Use jQuery instead $ in admin.js
* Fixed masterpass bug in admin backend
* Add Endpoint check
* Admin backend: payment info, payment actions etc
* Rounding issue workaround
* Swish: get phone number from order
Version 2.2.1
* Update libraries
* Ledger Service: Use billing address instead shipping
* Financing Invoice: require country phone code
* Financing Invoice: OnlineInvoice xml changes
* Bank debit: Updated Finnish Bank names
* Fixed problem with payment cancel
* Update tests
Version 2.2.0
* WooCommerce 3 support
* Factoring utf8mb4 charset bugfix
* Option "Enable checkout information" for WyWallet
* Increased default "max agreement transaction" value
* Updated tests
Version 2.1.5
* Migration for woocommerce-gateway-payex plugin
Version 2.1.4
* Implemented MobilePay Online payment method
Version 2.1.3
* Lock fields when "Financing Invoice" selected
Version 2.1.2
* Improved SSN addon
* Fixed bugs with special char in the product name
* Clean $_POST data
Version 2.1.1
* Implemented Card Expiring Reminder
* Remove Payment Menu option
* Implemented Financing Invoice FI
Version 2.1.0
* SSN addon moved into Factoring module
* Removed Update Component
* Use libraries from composer
* Admin notice of unconfigured gateways
* Code bugfixes
* Added Unit Tests
Version 2.0.4
* Fixed SSN addon problem
* Remove SSN validation in FinancingInvoice/PartPayment
Version 2.0.3
* Updated Px library
Version 2.0.2
* Implemented Swish Payment Gateway
Version 2.0.1
* WooCommerce Subscriptions: trial payments bugfix
Version 2.0.0
* WooCommerce 2.5 Compatible
* WooCommerce Subscriptions 2.0+ support
* Drop support of WooCommerce Subscriptions 1.5
* WooCommerce Subscriptions: Fixed problem when payment method switching
* WooCommerce Subscriptions: Credit Card switch
* Refund feature
* Capture/Cancel when order status change
* Use metadata to store transaction data instead database table
* Fixed problem during re-payment of failed orders
* Integrated plugins: bankdebit, factoring, invoice and wywallet
* Order lines and discount changes
* Addons: added SSN Field
* Fixed problems on multi currency configurations
* PayEx Payment Page 2.0 for 'Credit Card' and 'Direct Debit' views
* Implemented MasterPass Payment method
* Implemented PayEx Delbetala (PartPayment) method
* Implemented PayEx Faktura (Financing Invoice) method
* Removed deprecated Factoring (Invoice 2.0) method
* Save Credit Cards of registered customers for quick payments
Version 1.1.3
* Fixed problem when subscription switches
* Don't remove agreement when subscription cancel
Version 1.1.2
* Fixed problems when subscription changes
Version 1.1.1
* Fixed problem with success page on failed payment (Woocommerce v2.0 only)
Version 1.1.0
* Subscriptions support (recurring payments)
* Use Wordpress Coding Standards
* Disabled debug log by default
* Changed Text Domain name
* Check compatibility of store currency
* Bugfixes