forked from malsubrata/woo-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
executable file
·276 lines (230 loc) · 9.91 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
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
*** Changelog ***
= 1.3.15 - 2020-04-22 =
* Add - AJAX datatable on wallet transaction details page.
* Add - Custom field in WP nav menu setting to display wallet icon and amount instead of menu title.
* Notice - Mini wallet display location settings will be removed on next update use WooCommerce endpoint menu item instead.
= 1.3.14 - 2020-03-07 =
* Add - Bulk credit debit option for admin #46.
* Fix - Current link attributes in wallet details page #45.
= 1.3.13 - 2020-02-08 =
* Fix - Wallet top-up issue.
= 1.3.12 - 2020-02-07 =
* Add - Mini wallet RTL support.
* Add - Support for WooCommerce subscription payment method change.
* Add - Copy to clipboard function in referral URL.
* Fix - Cashback recalculation function.
* Fix - Loading issue in wallet transfer searchbox.
* Tweak - `is_full_payment_through_wallet` function.
* Dev - Added `woo_wallet_cashback_rules` filter.
* Dev - Added `created_by` database column to `woo_wallet_transactions` table.
= 1.3.11 - 2019-11-13 =
* Add - Mini wallet shortcode.
* Fix - Cashback amount for product cart rule.
* Fix - Wallet endpoint issue for shortcode.
= 1.3.10 - 2019-09-11 =
* Add - Submit button at Wallet Top-Up widget.
* Fix - Cashback calculation issue for product category.
* Fix - Partial payment template.
* Fix - WooCommerce endpoint save issue.
* Tweak - Alter database column amount and balance.
= 1.3.9 - 2019-06-18 =
* New - Now admin can configure cashback for variable products.
= 1.3.8 - 2019-06-07 =
* Add - Role wise filter in wallet transaction page.
* Add - Hooks and Filters.
= 1.3.7 - 2019-05-05 =
* Add - Minimum transfer limit.
* Fix - Dokan withdrawal issue.
= 1.3.6 - 2019-04-19 =
* Updated - Plugin name change.
= 1.3.5 - 2019-04-18 =
* Add - Support for WC version 3.6.
* Add - Referral action.
* Fix - `wc_format_decimal` function use in partial payment.
* Remove - Deprecated WC functions.
= 1.3.4 - 2019-03-23 =
* Added - Compatibility with WooCommerce Germanized plugin.
* Add - Empty datatable info translation string
* Add - Fee amount in woowallet cart total function.
* Fix - Wallet transfer menu issue.
= 1.3.3 - 2019-03-04 =
* Fix - Plugin dependencies file.
= 1.3.2 - 2019-02-27 =
* Add - Now cart items will be restored after successful wallet top-up.
* Fix - Partial payment issues.
* Fix - Cashback calculation for variable product.
* Fix - Transaction date issue.
* Fix - Order by balance column in WooWallet balance details table.
* Tweak - Cashback logic.
* Tweak - Wallet funds transfer description.
= 1.3.1 - 2019-02-04 =
* Fix - Cashback issue.
= 1.3.0 - 2019-02-02 =
* Add - Now cashback will be credited if admin create order for customer.
* Add - Added wallet top-up widget.
* Fix - Disable partial payment if user balance is zero.
* Fix - Multiple ajax call for partial payment.
* Fix - Delete transaction records upon deletion of user.
* Tweak - Daily visit.
= 1.2.9 - 2019-01-08 =
* Add - Support for WooCommerce Multivendor Marketplace by WC Lovers.
* Fix - Daily visit credit with transient.
* Add - Support for multiple subscriptions.
= 1.2.8 - 2018-12-19 =
* Fix - Datatable responsive issue.
* Add - WP 5.0 compatibility.
= 1.2.7 - 2018-11-08 =
* Fix - Cache issue for WP multisite.
* Fix - Translation issue.
* Fix - Partial payment amount calculation when cash-back coupon applied.
* Fix - User details page issue.
* Fix - Role checking issue.
* Fix - Email parameters.
= 1.2.6 - 2018-10-09 =
* Add - Admin now can set rechargeable product image via settings page.
* Add - Partial payment amount refund option.
* Add - Wallet icon at WooCommerce my-account menu.
* Add - Exclude role option for daily visit action.
* Fix - WPCS updates and code cleanup for easier readability #20.
* Fix - Order total amount for partial payment.
= 1.2.5 - 2018-09-27 =
* Fix - Resolved performance issue.
* Add - Wallet REST API with WooCommerce endpoint.
* Dev - Removed WOO_WALLET_ICON constant.
= 1.2.4 - 2018-09-24 =
* Fix - Fatal error on WordPress Menu page.
* Fix - Hide partial payment option for guest user.
* Fix - Remaining balance display at email template.
= 1.2.3 -2018-09-24 =
* Fix- Partial payment.
* Fix - Dokan withdrawal.
* Add - Dokan auto withdrawal.
* Add - Wallet icon file.
* Add - Wallet actions (Admin can now set action for wallet credit).
= 1.2.2 - 2018-08-17 =
* Fix - Partial payment issue.
= 1.2.1 -2018-08-15 =
* Add - Screen option at transaction details page.
* Tweak - Partial payment using WooCommerce fee.
= 1.2.0 - 2018-07-26 =
* Add - Extension page.
* Fix - Refund using default WooCommerce refund function.
* Dev - details variable in email.
* Dev - Added filter `woo_wallet_rest_check_permissions`, `woo_wallet_process_cashback_status`, `woo_wallet_wc_price_args`.
= 1.1.10 - 2018-06-28 =
* Add - Wallet transfer charge.
* Dev - Created class instance.
= 1.1.9 - 2018-05-30 =
* Fix - Cashback calculation.
= 1.1.8 -2018 -05-28 =
* Add - Settings option to choose order status for processing cashback.
* Add - Filters in my wallet page and wallet icon constant.
* Add - Filter `woo_wallet_order_refunded`.
* Add - Support for WooCommerce 3.4.
* Add - Support for cashback setup from dokan dashboard.
* Fix - Payment gateway available check.
* Fix - Order cancellation hook.
* Fix - Cashback calculation added support for third party WooCommerce add-on.
= 1.1.7 - 2018-05-03 =
* Add - Filter `woo_wallet_restrict_other_from_add_to_cart`, `woo_wallet_disable_partial_payment`.
* Add - Wallet endpoint to WooCommerce endpoints menu option.
* Add - Wallet balance column to user table.
* Add - Decimal support for number field.
* Tweak - Wallet cashback logic.
* Dev - Added `deleted` column to transaction table.
* Fix - Wallet payment method.
* Fix - number format.
* Fix - Variable product cashback calculation.
= 1.1.6 - 2018-04-11 =
* Feature - REST API.
* Feature - Auto transfer commission for dokan marketplace.
* Add - DataTable language support.
* Fix - Is array checking for transient option.
* Fix - Date format for different language support.
* Fix - Use of get_order_number instead of get_id to display order number.
= 1.1.5 - 2018-03-26 =
* Feature - Display cashback amount in admin order page.
* Fix - User search in admin balance details page.
* Fix - Typos in localization strings #4
* Fix - Partial payment and cashback issue upon order cancellation.
* Updated - Language file.
= 1.1.4 - 2018-03-19 =
* Fix - Typo.
* Fix - non-sef endpoint url generation #2
* Tweak - AJAX user search dropdown in transfer fund page.
* Tweak - Database query improvement.
= 1.1.3 - 2018-03-05 =
* Feature - Improved user search drop-down in transfer wallet amount page.
* Fix - Payment gateway charge percent issue.
* Fix - Cashback rule for non logged in user.
* Fix - Coupon cashback rule for non logged in user.
* Tweak - Improved look and feel of admin settings page.
* Dev - Added filter `woo_wallet_is_enable_transfer`, `woo_wallet_payment_is_available`
* Updated - Language file.
= 1.1.2 - 2018-02-26 =
* Added - RTL support.
* Added - Wallet amount transfer option.
* Fix - Security issue.
* Dev - Added filter `woo_wallet_current_balance`, `woo_wallet_redirect_to_checkout_after_added_amount`, `woo_wallet_hide_rechargeable_product`.
* Updated - Language file.
= 1.1.1 - 2018-02-21 =
* Added - Minified CSS & JS files.
* Added - Min Max wallet top up amount restriction.
* Added - Shortcode `woo-wallet`.
* Updated - Missing translation strings.
* Dev - Added filter `woo_wallet_amount`, `woo_wallet_coupon_cashback_amount`, `woo_wallet_transactions_count`.
* Updated - Language file.
= 1.1.0 - 2018-02-15 =
* Added - Support for WordPress Multisite Network.
* Tweak - Apply coupon as cashback logic.
* Dev - Added filter `woo_wallet_cashback_notice_text` to modify cashback notice.
* Updated - Language file.
= 1.0.9 - 2018-02-10 =
* Added - Product category wise cashback.
* Added - Minimum cart amount setting to apply cart wise cashback.
* Tweak - Hide mini wallet menu item if user not logged in.
* Tweak - Display cashback instead of coupon if coupon is applicable as cashback.
* Updated - Language file.
= 1.0.8 -2018-02-08 =
* Added - Now admin can set wallet endpoints page url.
* Added - Currency column to database table.
* Dev - Added `woo_wallet_credit_purchase_amount` filter for modify credit purchase amount.
* Updated - Language file.
= 1.0.7 - 2018-01-31 =
* Added - Setting for where to display mini wallet in menu.
* Added - Max cash-back amount option for administrator user.
* Added - Debit option for administrator user.
* Updated - Improve wallet menu item.
* Updated - Language file.
= 1.0.6 - 2018-01-24 =
* Added - Now admin can convert WooCommerce coupon to cashback.
* Added - Display cashback amount on WooCommerce products.
* Added - Remaining balance display in email template.
* Added - Dokan Multivendor Marketplace support.
* Updated - Improve wallet menu item.
* Updated - Language file.
= 1.0.5 - 2018-01-11 =
* Added - Auto deduct wallet balance for partial payment option.
* Added - Tax options for rechargeable product.
* Added - Search option in users wallet details page.
* Added - Screen option in users wallet details page.
* Added - Template file for mini wallet and partial payment.
* Updated - Language file.
= 1.0.4 - 2018-01-05 =
* Added - Wallet nav menu to wordpress primary menu.
* Added - Plugin settings link in WP plugin list page.
* Updated - Language file.
= 1.0.3 - 2017-12-27 =
* Added - Support for WooCommerce Subscriptions plugin.
* Added - Support for WC Marketplace plugin.
* Added - Current wallet balance display in checkout page.
* Fixed - User balance display in admin back-end.
* Updated - Language file.
= 1.0.2 - 2017-12-14 =
* Fix - Admin report
= 1.0.1 - 2017-12-18 =
* Added - New wallet user interface.
* Added - Un-install file.
* Updated - Language file.
= 1.0.0 - 2017-12-12 =
* Initial release