-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG.txt
181 lines (180 loc) · 5.35 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
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
1.12.41
Bug fixed:
+ Fix the issue paymentDisabled.js is not found in Magento dashboard when disabled Tamara in the configuration
1.12.40
New:
+ Update default config for use_magento_success_page
1.12.39
New:
+ Improve code
Bug fixed:
+ Fix an issue wrong price on the product widget of Arabic language in version 1.12.37
1.12.37
New:
+ Improve code
1.12.36
New:
+ Improve code
1.12.35
New:
+ Improve code
1.12.34
New:
+ Improve code
Bug fixed:
+ Fix an issue when creating a checkout session if the customer's date of birth is not in the correct format
1.12.33
Bug fixed:
+ Fix the issue payment method is not updated after the customer purchases with single checkout
1.12.32
New:
+ Improve code
Bug fixed:
+ Fix the issue "Requested order doesn't exist" when viewing an order in Magento dashboard
1.12.31
New:
+ Add risk assessment data to order data
+ Compatible with Magento 2.4.6
+ Support shipping method "Click and Collect"
+ Update "Merchant Token" label on the extension configuration page
+ Add some improvements
Bug fixed:
+ Fix the wrong amount on widgets in case complex tax
1.12.30
New:
+ Add Pay in full widget
1.12.29
New:
+ Add item URL to the item data
1.12.28
New:
+ Remove payment types configuration in the admin
+ Use credit-pre-check on the checkout page
+ Add Tamara's widget to the cart page
+ Switch to use widget v2
+ New template for payment methods
+ Support to authorize orders on the checkout success page
+ Add Oman country
1.12.27
New:
+ Change credit pre check label
+ Improve code - get payment types timeout
+ Add new expired status for the order that was expired by webhook
1.12.26
New:
+ Add Pay now
+ Move widget to below product price
+ Make the plugin compatible with PHP 8
1.12.25
New:
+ Add post credit check API
+ Convert the discount amount to a positive number before sending it to Tamara
1.12.24
New:
+ Add new method pay next month
+ Add new method pay in 2 installments
+ Support public key for widgets
+ Improve discount obj name in payload of checkout request
+ Improve discount amount of items in payload of checkout request
+ Skip notification message if an order was authorized
+ Improve display of configuration on admin page
+ Support sandbox for the widgets
+ Remove jquery ui in js dependency
+ Add Tamara logo to method title
+ Update new payment method title on checkout page
+ Don't allow editing of payment method title from admin page
+ Improve code
1.12.23
New:
+ Update new logos
1.12.22
New:
+ Return merchant's URLs from API same as checkout info
+ Add order id into the request from FE when creating Tamara order
1.12.21
New:
+ Add new config for trigger events
1.12.20
New:
+ Set total paid for order after authorise by Tamara
+ Add more logs
+ Use full path for return tag in REST API to avoid issue with Swagger
1.12.19
New:
+ Doesn't process webhook if the order is authorised
+ Improve code
1.12.18
New:
+ Supports multiple currencies per country
+ Skip move to processing when create order
1.12.17
Bug fixed:
+ Fix an issue when get config with scope website if default config is null
1.12.16
New:
+ Support partial cancel, partial refund from console
+ Hide Tamara payment when create order from admin dashboard
+ Remove redundant code
Bug fixed:
+ Fix an issue related to router that makes 404 not found with Shop by brand url
1.12.15
New:
+ Support partial cancel when create partial refund by Creditmemo
1.12.14
Bug fixed:
+ Fixed an issue of partial refund
1.12.13
New
+ Updated new logo
1.12.12
New:
+ Compatible with more version Magento 2.2
1.12.11
Bug fixed:
+ Fix an issue when use multiple merchants
1.12.10
New:
+ Supported Kuwait, Bahrain, Qatar
Bug fixed:
+ Fix an issue get API url
1.12.9
New:
+ Redirect to success / cancel/ failure url after go back to Magento site
+ Support running multiple merchant account
1.12.6
New:
+ Add multiple installments payments
+ Remove get Tamara config api
+ Refactor code
+ Add config to display warning at checkout if total amount is under / over Tamara limit
+ Add console command to cancel abandoned orders
1.12.5
Bugs fixed:
+ Fixed success page template
+ Fixed a bug when get store config data
New:
+ Move api url config to dropdown
+ Add function hide Tamara pay for specific product
+ Add plugin version to checkout request to Tamara
+ Add prefix Tamara to debug log
+ Refactor code
+ Remove all whitespaces including tabs, newlines, etc of token data before save the config
+ Revert stock when order failed
+ Remove Tamara about link config
+ Remove Tamara login link config
+ Add return url config after checkout
1.12.4
Bugs fixed:
+ Fixed get title of payment type
New:
+ Refactor code upgrade data
1.12.3
New:
+ Revert merchant url pattern
+ Remove redundant code and di
+ Add try catch of email sending exception
1.12.2
Bugs fixed:
+ Fixed an issue revert order when cancel order by webhook
+ Fixed bug sync payment types between Tamara and local site
+ Some minors fixed