-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
592 lines (461 loc) · 42.9 KB
/
README.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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
=== Offers for WooCommerce ===
Contributors: angelleye
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T962XWAC2HHZN
Tags: woocommerce, offers, negotiation
Requires at least: 5.5
Tested up to: 6.6.1
Stable tag: 3.0.7
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Adds the power of negotiation to your WooCommerce store.
== Description ==
= Video Overview =
[youtube https://www.youtube.com/watch?v=3xb0Tfnx16o]
= Introduction =
Provide the ability for customers to submit offers for items in a WooCommerce store.
* Adds a “Make an Offer” button to products on your WooCommerce web store.
* Provides a “Make an Offer” form where users can enter the QTY and price for the item they’re interested in as well as their contact information.
* Email notifications for new offers, accepted offers, counter offers, and declined offers are sent to both the buyer and the site owner.
* Manage offers from your WordPress control panel through WooCommerce -> Offers just like you would with your WooCommerce orders.
* Options to enable/disable offers at the product level as well as options for handling inventory tracked items based on how the WooCommerce settings for back-orders are configured.
= Localization =
Offers for WooCommerce was developed with localization in mind and is ready for translation.
= Get Involved =
Developers can contribute to the source code on the [Offers for WooCommerce GitHub repository](https://github.com/angelleye/offers-for-woocommerce).
== Installation ==
= Minimum Requirements =
* WooCommerce 2.1 or higher
= Automatic installation =
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't need to leave your web browser. To do an automatic install of Offers for WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.
In the search field type Offers for WooCommerce and click Search Plugins. Once you've found our plugin you can view details about it such as the the rating and description. Most importantly, of course, you can install it by simply clicking Install Now.
= Manual Installation =
1. Unzip the files and upload the folder into your plugins folder (/wp-content/plugins/) overwriting older versions if they exist
2. Activate the plugin in your WordPress admin area.
= Updating =
Automatic updates should work great for you. As always, though, we recommend backing up your site prior to making any updates just to be sure nothing goes wrong.
== Screenshots ==
1. Make an Offer button displayed on product details page.
2. Make an Offer tab on product details with a form to submit offer details.
3. Manage Offers list view from the WordPress admin panel (WooCommerce -> Offers)
4. Manage Offer details page where you can accept an offer, decline an offer, or submit a counter-offer.
5. New offer email notification.
6. Accepted offer email notification.
7. Counter offer email notification.
8. Declined offer email notification.
== Frequently Asked Questions ==
= Why would I want to allow buyers to submit offers? =
* If you allow your buyers to submit an offer to you, this opens a direct line of communication with an interested buyer.
* Negotiation tactics come into play when people submit offers. For example, you might be able to sell 20 of an item to somebody that originally requested 15 if they're trying to meet a particular cost.
* People like to feel like they've "won" something. If you accept an offer from an interested buyer this feeling will entice them to quickly complete checkout for the accepted offer.
= My theme does not use tabs within the products details page, and the Make Offer form is not displaying correctly. How do I fix this? =
1. In your WordPress admin panel, go to Settings -> Offers for WooCommerce.
2. Click the Display Settings tab.
3. Set the "Form Display Type" to Lightbox.
4. Click "Save Changes" at the bottom of the form.
= How can I move the location of the Make Offer button? =
1. In your WordPress admin panel, go to Settings -> Offers for WooCommerce.
2. Click the Display Settings tab.
3. Set the "Button Position" to the location you would like.
4. Click "Save Changes" at the bottom of the form.
= How can I enable / disable offers on multiple products at once? =
1. In your WordPress admin panel, go to Settings -> Offers for WooCommerce.
2. Click the Tools tab.
3. Set the Action to Enable or Disable.
4. Set the Target based on the products you would like to adjust.
5. If you choose "Where" from the Target list, you will then choose an option under the "Where" list as well as enter your value accordingly.
6. Click the "Process" button to make the adjustment.
= How do I retract or adjust an offer? =
1. In your WordPress admin panel, go to WooCommerce -> Offers.
2. Find the offer you would like to adjust by using the search or available filters and click View Details.
3. Make any adjustments you need to the Counter Offer and/or Offer Status details.
4. Optionally, add an "Offer Note to Buyer" to inform the buyer why the adjustment is being made.
5. Click the "Update" button to save the adjustment.
= The email notifications are not getting sent. Why? =
* Make sure to check in WooCommerce -> Settings, and then look in the Emails tab. Click into the links for New Offer, New counteroffer, Offer received, etc. and enable the ones you want to get sent.
= Where can I find more documentation? =
* [Installation and Activation](https://www.angelleye.com/offers-for-woocommerce-user-guide/#section-2)
* [Enabling and Disabling Offers for Products](https://www.angelleye.com/offers-for-woocommerce-user-guide/#section-3)
* [Managing Offers](https://www.angelleye.com/offers-for-woocommerce-user-guide/#section-4)
* [Plugin Settings](https://www.angelleye.com/offers-for-woocommerce-user-guide/#section-5)
* [Email Settings](https://www.angelleye.com/offers-for-woocommerce-user-guide/#section-7)
* [Additional Plugin Tools](https://www.angelleye.com/offers-for-woocommerce-user-guide/#section-6)
== Changelog ==
= 3.0.7 - 09.24.2024 =
* Enhance - SEO Performance Enhancement. ([OFW-311](https://github.com/angelleye/offers-for-woocommerce/pull/520))
= 3.0.6 - 09.17.2024 =
* Feature - Accepted Multiple offer added on cart option. ([OFW-299](https://github.com/angelleye/offers-for-woocommerce/pull/518))
* Fixed - Make offer button is disable on discounted product. ([OFW-306](https://github.com/angelleye/offers-for-woocommerce/pull/517))
* Fixed - Comment hidden issue fixed when plugin is activate. ([OFW-296](https://github.com/angelleye/offers-for-woocommerce/pull/519))
= 3.0.5 - 09.02.2024 =
* Feature - Create a filter hook to customize pay/counter buttons. ([OFW-310](https://github.com/angelleye/offers-for-woocommerce/pull/516))
= 3.0.4 - 08.23.2024 =
* Fix - Fixed the issue with the Bulk Updater tool. ([OFW-309](https://github.com/angelleye/paypal-woocommerce/pull/515))
= 3.0.3 - 04.29.2024 =
* Fix - Product Add-Ons Compatibility. ([OFW-289](https://github.com/angelleye/paypal-woocommerce/pull/514))
= 3.0.2 - 02.15.2024 =
* Fix - Resolved the submit offer issue. ([OFW-302](https://github.com/angelleye/paypal-woocommerce/pull/513))
= 3.0.1 - 02.07.2024 =
* Feature - Add HPOS Compatibility. ([OFW-301](https://github.com/angelleye/paypal-woocommerce/pull/512))
= 3.0.0 - 01.11.2024 =
* Enhance - PHP code style improvement ([OFW-287](https://github.com/angelleye/offers-for-woocommerce/pull/501))
* Enhance - Deprecated functions errors ([OFW-286](https://github.com/angelleye/offers-for-woocommerce/pull/502))
* Enhance - CSS standard ([OFW-285](https://github.com/angelleye/offers-for-woocommerce/pull/503))
* Enhance - HTML and accessibility standard for the plugin ([OFW-284](https://github.com/angelleye/offers-for-woocommerce/pull/504))
* Enhance - Added Nonce Verification for better security enhancement ([OFW-283](https://github.com/angelleye/offers-for-woocommerce/pull/505))
* Enhance - jQuery to JavaScript conversion for the performance improvement ([OFW-282](https://github.com/angelleye/offers-for-woocommerce/pull/506))
* Fix - Default WordPress theme conflict with make offer button and offer form ([OFW-292](https://github.com/angelleye/offers-for-woocommerce/pull/510))
* Check the compatibility with latest WordPress version 6.4.2
= 2.3.26 - 12.20.2023 =
* Fix - Resolves Checkout failure when OFW for Dokan is enabled. ([OFW-292](https://github.com/angelleye/offers-for-woocommerce/pull/509))
= 2.3.25 - 07.18.2023 =
* Fix - Resolves Counter Offer / Shop Page Offer - Variable Product Fails to Display Properly. ([OFW-294](https://github.com/angelleye/offers-for-woocommerce/pull/508))
= 2.3.24 - 07.13.2023 =
* Feature - Adds option for Offer Single-Use functionality for Admin. ([OFW-292](https://github.com/angelleye/offers-for-woocommerce/pull/507))
= 2.3.23 - 03.03.2023 =
* Fix - Resolves issue with Admin side order details page design.([OFW-280](https://github.com/angelleye/offers-for-woocommerce/pull/500))
= 2.3.22 - 01.09.2023 =
* Fix - Resolves issue with Offer notes field.([OFW-273](https://github.com/angelleye/offers-for-woocommerce/pull/499))
= 2.3.21 - 12.21.2022 =
* Fix - Resolves conflict with Yoast SEO.([OFW-266](https://github.com/angelleye/offers-for-woocommerce/pull/497))
= 2.3.20 - 11.16.2022 =
* Feature - Adds expiration countdown to My Account - Offers page. ([OFW-265](https://github.com/angelleye/offers-for-woocommerce/pull/498))
= 2.3.19 - 11.15.2022 =
* Feature - Adds options for sending email drip reminders based on merchant configuration. ([OFW-269](https://github.com/angelleye/offers-for-woocommerce/pull/496))
= 2.3.18 - 07.01.2022 =
* Tweak - Remove PayPal Lib. ([OFW-248](https://github.com/angelleye/offers-for-woocommerce/pull/487))
= 2.3.17 - 05.19.2022 =
* Tweak - Display offer button for empty product price. ([OFW-263](https://github.com/angelleye/offers-for-woocommerce/pull/495))
* Fix - Resolves a PHP notice. ([OFW-256](https://github.com/angelleye/offers-for-woocommerce/pull/494))
= 2.3.16 - 03.07.2022 =
* Feature - Adds Advanced Dynamic Pricing for WooCommerce (Pro) Compatibility. ([OFW-252](https://github.com/angelleye/offers-for-woocommerce/pull/493))
= 2.3.15 - 03.04.2022 =
* Fix - Resolves display_post_states filter issue. ([OFW-254](https://github.com/angelleye/offers-for-woocommerce/pull/492))
= 2.3.14 - 01.10.2022 =
* Tweak - Resolves PHP fatal error when WC plugin is not active. ([OFW-244](https://github.com/angelleye/offers-for-woocommerce/pull/486))
= 2.3.13 - 12.31.2021 =
* Feature - Adds WooCommerce Dynamic Pricing & Discounts Compatibility. ([OFW-195](https://github.com/angelleye/offers-for-woocommerce/pull/485))
= 2.3.12 - 11.24.2021 =
* Feature - Adds hooks and Adjustment Text and Menu Related Changes. ([OFW-242](https://github.com/angelleye/offers-for-woocommerce/pull/484))
= 2.3.11 - 18.10.2021 =
* Feature - Adds Google reCAPTCHA V3 Integration.
* Tweak - OFW button only display for simple and variable product. ([OFW-238](https://github.com/angelleye/offers-for-woocommerce/pull/482))
* Fix - Resolves Subtotal Incorrect issue for Accepted Offer Email Notice. ([OFW-195](https://github.com/angelleye/offers-for-woocommerce/pull/483))
= 2.3.10 - 08.30.2021 =
* Fix - Resolves a PHP notice. ([OFW-235](https://github.com/angelleye/offers-for-woocommerce/pull/480))
= 2.3.9 - 08.27.2021 =
* Fix - Resolves Woo Extra Product Options Compatibility issue. ([OFW-181](https://github.com/angelleye/offers-for-woocommerce/pull/479))
= 2.3.8 - 08.23.2021 =
* Tweak - Update Plugin version.
= 2.3.7 - 08.23.2021 =
* Feature - Additional hooks added in plugin. ([OFW-159](https://github.com/angelleye/offers-for-woocommerce/pull/477))
= 2.3.6 - 08.12.2021 =
* Feature - Additional hooks added in plugin. ([OFW-232](https://github.com/angelleye/offers-for-woocommerce/pull/470))
* Fix - property ‘post_type’ of no-object ([OFW-233](https://github.com/angelleye/offers-for-woocommerce/pull/471))
= 2.3.5 - 06.14.2021 =
* Fix - Auctions for WooCommerce Compatibility compatibility. ([OFW-216](https://github.com/angelleye/offers-for-woocommerce/pull/469))
= 2.3.4 - 05.18.2021 =
* Feature - Adds Aelia Currency Switcher Compatibility. ([OFW-156](https://github.com/angelleye/offers-for-woocommerce/pull/468))
= 2.3.3 - 04.26.2021 =
* Tweak - Adjusts the CSS for Offer Button. ([OFW-115](https://github.com/angelleye/offers-for-woocommerce/pull/467))
= 2.3.2 - 03.11.2021 =
* Fix - Resolves conflict with WC Vendors and Product Catalog Pagination.([OFW-199](https://github.com/angelleye/offers-for-woocommerce/pull/466))
= 2.3.1 - 02.14.2021 =
* Fix - Resolves offer data is getting mixed up during checkout. ([OFW-194](https://github.com/angelleye/offers-for-woocommerce/issues/464))
= 2.3.0 - 01.20.2021 =
* Feature - WooCommerce 4.9.0 compatibility. ([OFW-198](https://github.com/angelleye/offers-for-woocommerce/issues/463))
= 2.2.9 - 11.19.2020 =
* Feature - Adds Woo Extra Product Options Compatibility. ([OFW-181](https://github.com/angelleye/offers-for-woocommerce/pull/461))
* Fix - Resolves Highest Current Offer Not Displaying Properly. ([OFW-183](https://github.com/angelleye/offers-for-woocommerce/pull/462))
= 2.2.8 - 10.01.2020 =
* Fix - Resolves compatibility issue with Premmerce WooCommerce Permalink Manager plugin. ([OFW-179](https://github.com/angelleye/offers-for-woocommerce/pull/460))
= 2.2.7 - 09.24.2020 =
* Verification - WooCommerce 4.5.2 compatibility.
= 2.2.6 - 09.09.2020 =
* Verification - WooCommerce 4.5.0 compatibility.
= 2.2.5 - 09.04.2020 =
* Verification - WooCommerce 4.4.1 and WordPress 5.5.1 compatibility.
= 2.2.4 - 08.17.2020 =
* Fix - Resolves a compatibility issue with The7 Theme. ([OFW-125](https://github.com/angelleye/offers-for-woocommerce/pull/459))
= 2.2.3 - 08.05.2020 =
* Fix - Fixes the Offer Total Calculation on Admin Offer Edit Page. ([OFW-175](https://github.com/angelleye/offers-for-woocommerce/pull/456))
* Fix - Slug Compatibility issue with WC Vendors Pro Plugin. ([OFW-174](https://github.com/angelleye/offers-for-woocommerce/pull/457))
= 2.2.2 - 07.23.2020 =
* Fix - Admin Make offer page price issue resolved. ([OFW-173](https://github.com/angelleye/offers-for-woocommerce/pull/456))
= 2.2.1 - 07.13.2020 =
* Tweak - Moved Recent offers link to My Account page. ([OFW-154](https://github.com/angelleye/offers-for-woocommerce/pull/454))
* Fix - Resolved few PHP Notices with the functions. ([OFW-165](https://github.com/angelleye/offers-for-woocommerce/pull/455))
= 2.2.0 - 06.30.2020 =
* Fix - Dual Nonce issue resolved. ([OFW-162](https://github.com/angelleye/offers-for-woocommerce/pull/453))
* Tweak - Added Approve and Decline buttons for WC Vendors New Offer Email. ([OFW-166](https://github.com/angelleye/offers-for-woocommerce/pull/452))
* Fix - Offers button bug resolved. ([OFW-148](https://github.com/angelleye/offers-for-woocommerce/pull/451))
* Tweak - PHP 7.4 Compatibility. ([OFW-161](https://github.com/angelleye/offers-for-woocommerce/pull/450))
* Tweak - Updated the help tab contents on Edit offer page. ([OFW-157](https://github.com/angelleye/offers-for-woocommerce/pull/449))
* Fix - Zapier plugin Compatibility (Call ofw_coupons_enabled filter after wp_loaded hook). ([OFW-153](https://github.com/angelleye/offers-for-woocommerce/pull/448))
= 2.1.0 - 04.22.2020 =
* Tweak - Added new Hooks on Offer Submission (Actions and Filters). ([OFW-143](https://github.com/angelleye/offers-for-woocommerce/pull/446))
= 2.0.10 - 04.16.2020 =
* Fix - Resolves global post mixing issue with local scope post. ([OFW-145](https://github.com/angelleye/offers-for-woocommerce/pull/445))
* Fix - Resolves compatibility issue with WooCommerce Zapier plugin. ([OFW-146](https://github.com/angelleye/offers-for-woocommerce/pull/447))
= 2.0.9 - 04.07.2020 =
* Fix - Resolves conflicts with divi theme page builder. ([OFW-142](https://github.com/angelleye/offers-for-woocommerce/pull/444))
* Verification - WordPress 5.4 compatibility.
= 2.0.8 - 03.27.2020 =
* Verification - WooCommerce 4.0.1 compatibility.
= 2.0.7 - 02.28.2020 =
* Fix - Resolves conflicts with cookie JS. ([OFW-134](https://github.com/angelleye/offers-for-woocommerce/pull/442))
* Fix - Resolves updater message dismiss action. ([OFW-139](https://github.com/angelleye/offers-for-woocommerce/pull/443))
= 2.0.6 - 12.30.2019 =
* Feature - Adds Create New Offer from Admin. ([OFW-122](https://github.com/angelleye/offers-for-woocommerce/pull/439))
* Tweak - Adjustment to QTY field on cart page. ([OFW-131](https://github.com/angelleye/offers-for-woocommerce/pull/440))
* Tweak - Updates Cart data when user submit counter-offer and product is already in cart. ([OFW-132](https://github.com/angelleye/offers-for-woocommerce/pull/441))
= 2.0.5 - 12.17.2019 =
* Fix - Resolves conflicts with WPForms plugin. ([OFW-128](https://github.com/angelleye/offers-for-woocommerce/pull/436))
= 2.0.4 - 12.10.2019 =
* Tweak - Adjustment to Updater plugin notice dismissible. ([OFW-124](https://github.com/angelleye/offers-for-woocommerce/pull/432))
* Fix - Resolves conflicts with Variable Product. ([OFW-125](https://github.com/angelleye/offers-for-woocommerce/pull/433))
* Fix - Resolves a problem with Disable Coupon Codes option. ([OFW-126](https://github.com/angelleye/offers-for-woocommerce/pull/434))
= 2.0.3.1 - 11.20.2019 =
* Verification - WordPress 5.3 compatibility.
= 2.0.3 - 11.20.2019 =
* Verification - WooCommerce 3.8 and WordPress 5.3 compatibility.
= 2.0.2 - 01.11.2019 =
* Fix - Resolves a problem with the Offer ID localization/translation. ([OFW-116](https://github.com/angelleye/offers-for-woocommerce/pull/428))
* Fix - Resolves a PHP notice. ([OFW-117](https://github.com/angelleye/offers-for-woocommerce/pull/430))
* Fix - Resolves a compatibility issue with Buddyboss forum plugin. ([OFW-119](https://github.com/angelleye/offers-for-woocommerce/pull/431))
* Tweak - Adjusts the CSS for Offer Button. ([OFW-108](https://github.com/angelleye/offers-for-woocommerce/pull/425))
* Tweak - Minor adjustment to JavaScript. ([OFW-112](https://github.com/angelleye/offers-for-woocommerce/pull/427))
* Tweak - Updates plugin action links. ([OFW-110](https://github.com/angelleye/offers-for-woocommerce/pull/429))
= 2.0.1.1 - 07.09.2019 =
* Tweak - Minor adjustment to JavaScript
= 2.0.1 - 05.31.2019 =
* Feature - Adds AE notification system. ([OFW-103](https://github.com/angelleye/offers-for-woocommerce/pull/423))
* Fix - Resolves issues with expiration date formatting. ([OFW-106](https://github.com/angelleye/offers-for-woocommerce/pull/422)) ([OFW-107](https://github.com/angelleye/offers-for-woocommerce/pull/424))
= 2.0.0 - 04.30.2019 =
* Feature - Adds AE Updater compatibility for future notices and automated updates. [OFW-82] ([OFW-101](https://github.com/angelleye/offers-for-woocommerce/pull/418))
* Tweak - Moves plugin from free to paid. ([OFW-102](https://github.com/angelleye/offers-for-woocommerce/pull/420))
* Tweak - Adjusts CSS related to offer section of product page. ([OFWA-1](https://github.com/angelleye/offers-for-woocommerce/pull/411)) ([OFWA-7](https://github.com/angelleye/offers-for-woocommerce/pull/414))
* Tweak - Removes BN code override. ([OFWA-10](https://github.com/angelleye/offers-for-woocommerce/pull/416))
* Tweak - Conditionally add markup. ([OFW-11](https://github.com/angelleye/offers-for-woocommerce/pull/403))
* Fix - Resolves errors in the MailChimp integration. ([OFWA-5](https://github.com/angelleye/offers-for-woocommerce/pull/412))
* Fix - Resolves issues with price formatting causing some calculations to fail. ([OFWA-4](https://github.com/angelleye/offers-for-woocommerce/pull/413))
* Fix - Resolves many small, random issues. ([OFWA-15](https://github.com/angelleye/offers-for-woocommerce/pull/415))
* Fix - Resolves a PHP undefined variable. ([OFW-19](https://github.com/angelleye/offers-for-woocommerce/pull/419))
* Fix - Resolves an issue where product categories/attributes quick edit does not work properly. ([OFW-104](https://github.com/angelleye/offers-for-woocommerce/pull/421))
= 1.4.14 - 02.03.2019 =
* Tweak - Makes use of wc_price for price formatting. ([OFW-78](https://github.com/angelleye/offers-for-woocommerce/pull/408))
* Fix - Resolves a bug in the MailChimp integration. ([OFW-75](https://github.com/angelleye/offers-for-woocommerce/pull/410))
* Fix - Resolves conflicts with Elementor. ([OFW-79](https://github.com/angelleye/offers-for-woocommerce/pull/409))
= 1.4.13 - 11.14.2018 =
* Fix - Resolves CSS conflicts with some themes. ([OFW-25](https://github.com/angelleye/offers-for-woocommerce/pull/400))
* Fix - Resolves a problem with Offer button functionality in IE 11 ([OFW-30](https://github.com/angelleye/offers-for-woocommerce/pull/404))
= 1.4.12 - 10.08.2018 =
* Tweak - Adds the ability to Accept/Decline/Counter from a record that is currently On Hold. ([OFW-26](https://github.com/angelleye/offers-for-woocommerce/pull/401))
* Fix - Resolves a PHP notice. ([OFW-19](https://github.com/angelleye/offers-for-woocommerce/pull/395))
* Fix - Resolves an issue with phone number validation. ([OFW-20](https://github.com/angelleye/offers-for-woocommerce/pull/396))
= 1.4.11 - 09.06.2018 =
* Fix - Resolves a JavaScript undefined variable. ([OFW-23](https://github.com/angelleye/offers-for-woocommerce/pull/397))
= 1.4.10 - 08.18.2018 =
* Feature - Adds Arabic translation file. ([OFW-14](https://github.com/angelleye/offers-for-woocommerce/pull/394))
* Feature - Adds Quick Edit functionality for Offer data. ([OFW-15](https://github.com/angelleye/offers-for-woocommerce/pull/392))
* Tweak - Adjusts the anchor at the Offer form so links from shop pages land correctly on the offer form. ([OFW-11](https://github.com/angelleye/offers-for-woocommerce/pull/391))
* Fix - Resolves PHP syntax problem. ([OFW-13](https://github.com/angelleye/offers-for-woocommerce/pull/390))
* Fix - Replaces deprecated WooCommerce functions with new versions. ([OFW-16](https://github.com/angelleye/offers-for-woocommerce/pull/393))
= 1.4.9 - 06.22.2018 =
* Tweak - Data sanitization improvements for privacy and security. ([OFW-7](https://github.com/angelleye/offers-for-woocommerce/pull/386))
* Tweak - Updates translation files to match latest version of plugin. ([OFW-8](https://github.com/angelleye/offers-for-woocommerce/pull/387))
* Tweak - Adjustments to the use of get_permalink(). ([OFW-9](https://github.com/angelleye/offers-for-woocommerce/pull/388))
* Tweak - Adjusts the verbiage on the Bulk Updater Tool options to avoid confusion with price settings. ([OFW-10](https://github.com/angelleye/offers-for-woocommerce/pull/389))
= 1.4.8.3 - 12.20.2017 =
* Tweak - Adjusts default translation file template. ([#367](https://github.com/angelleye/offers-for-woocommerce/issues/367))
= 1.4.8.2 - 12.18.2017 =
* Feature - Ensures compatibility with WooCommerce 3.3 based on their beta release. ([#364](https://github.com/angelleye/offers-for-woocommerce/issues/364))
* Tweak - Adjustments to the alignment of Offer button with Add to Cart and PayPal for WooCommerce buttons. ([#354](https://github.com/angelleye/offers-for-woocommerce/issues/354))
* Tweak - Adjustments to the alignment of the Offers settings at the product level. ([#365](https://github.com/angelleye/offers-for-woocommerce/issues/365))
* Tweak - Adjusts form validation for phone number. ([#362](https://github.com/angelleye/offers-for-woocommerce/issues/362))
* Fix - Resolves an issue with the Bulk Update tool failing to properly enable/disable offers based on featured products. ([#358](https://github.com/angelleye/offers-for-woocommerce/issues/358))
* Fix - Resolves an issue with the WC Vendors Pro dashboard (when using our WC Vendors Offers extension.) ([#361](https://github.com/angelleye/offers-for-woocommerce/issues/361))
= 1.4.8.1 - 11.14.2017 =
* Feature - Adds action hook for when offer records are deleted. ([#356](https://github.com/angelleye/offers-for-woocommerce/issues/356))
= 1.4.8 - 11.13.2017 =
* Feature - Adds WooCommerce Product Bundle compatibility. ([#350](https://github.com/angelleye/offers-for-woocommerce/issues/350))
* Feature - Adds language file for Brazil / Portuguese. ([#336](https://github.com/angelleye/offers-for-woocommerce/issues/336))
* Feature - Adds option in settings to disable admin notifications for auto-declined offers. ([#349](https://github.com/angelleye/offers-for-woocommerce/issues/349))
* Feature - Adds user requested features: Counter-offer Alert, Minimum Offer Price, Form Hooks. ([#342](https://github.com/angelleye/offers-for-woocommerce/issues/342))
* Feature - Adds option to automatically disable offers on products that are on sale. ([#344](https://github.com/angelleye/offers-for-woocommerce/issues/344))
* Tweak - Removes unnecessary semicolon. ([#317](https://github.com/angelleye/offers-for-woocommerce/issues/317))
* Tweak - Adjusts button alignment on the product page. ([#325](https://github.com/angelleye/offers-for-woocommerce/issues/325))
* Tweak - Adjustments to make variation items display their attributes accordingly. ([#328](https://github.com/angelleye/offers-for-woocommerce/issues/328))
* Fix - Resolves an issue where a method is unavailable from the admin panel. ([#324](https://github.com/angelleye/offers-for-woocommerce/issues/324))
* Fix - Resolves an issue with incorrect email URL for counter offers. ([#327](https://github.com/angelleye/offers-for-woocommerce/issues/327))
* Fix - Resolves an issue with incorrect parameter names being used loading values. ([#331](https://github.com/angelleye/offers-for-woocommerce/issues/331))
* Fix - Resolves an issue with the offer form on some mobile devices. ([#333](https://github.com/angelleye/offers-for-woocommerce/issues/333))
* Fix - Resolves a CSS conflict with The7 theme. ([#334](https://github.com/angelleye/offers-for-woocommerce/issues/334))
* Fix - Resolves a conflict with Virtue Premium theme. ([#347](https://github.com/angelleye/offers-for-woocommerce/issues/347))
* Fix - Resolves a capability conflict with WC Vendors extension. ([#351](https://github.com/angelleye/offers-for-woocommerce/issues/351))
= 1.4.7.2 - 06.22.2017 =
* Fix - Resolves a conflict with some theme's when using WC Vendors extension. ([#319](https://github.com/angelleye/offers-for-woocommerce/issues/319))
* Fix - Resolves PHP notices happening when searching for products. ([#320](https://github.com/angelleye/offers-for-woocommerce/issues/320))
= 1.4.7.1 - 06.19.2017 =
* Fix - Resolves an issue with our WC Vendors extension dashboard. ([#316](https://github.com/angelleye/offers-for-woocommerce/issues/316))
= 1.4.7 - 06.18.2017 =
* Feature - Adds drag-and-drop functionality to re-order the display of offer form fields. ([#279](https://github.com/angelleye/offers-for-woocommerce/issues/279))
* Feature - Adds shortcode to display recent offers list. ([#304](https://github.com/angelleye/offers-for-woocommerce/issues/304))
* Feature - Adds filter hook to search button for white labeling. ([#305](https://github.com/angelleye/offers-for-woocommerce/issues/305))
* Tweak - Improvements to design of email notifications. ([#276](https://github.com/angelleye/offers-for-woocommerce/issues/276))
* Tweak - Adjustment for better compatibility with WC Vendors Pro. ([#309](https://github.com/angelleye/offers-for-woocommerce/issues/309))
* Tweak - Adds Offers column in product list so you can quickly see if there are existing offers while browsing products. ([#266](https://github.com/angelleye/offers-for-woocommerce/issues/266))
* Fix - Resolves a compatibility issue with Shop Manager role. ([#298](https://github.com/angelleye/offers-for-woocommerce/issues/298))
* Fix - Resolves a compatibility issue with Woo Variations Table plugin. [(#302](https://github.com/angelleye/offers-for-woocommerce/issues/302))
= 1.4.6 - 04.25.2017 =
* Tweak - Further adjustments for WooCommerce 3.0 compatibility. ([#301](https://github.com/angelleye/offers-for-woocommerce/issues/301))
= 1.4.5 - 04.20.2017 =
* Fix - Resolves a JavaScript bug. ([#300](https://github.com/angelleye/offers-for-woocommerce/issues/300))
= 1.4.4 - 04.19.2017 =
* Feature - WooCommerce 3.0 compatibility. ([#296](https://github.com/angelleye/offers-for-woocommerce/issues/296))
* Feature - Woo Product Add-Ons compatibility. ([#215](https://github.com/angelleye/offers-for-woocommerce/issues/215))
* Feature - Adds the option to require fields on the Make Offer form. ([#248](https://github.com/angelleye/offers-for-woocommerce/issues/248))
* Feature - Adds the "regular price" to the offer email notifications so you can easily compare to the offer price. ([#289](https://github.com/angelleye/offers-for-woocommerce/issues/289))
* Feature - Woo Product Variations Compatibility. ([#252](https://github.com/angelleye/offers-for-woocommerce/issues/252))
* Tweak - Adds Make Offer button text to localization for easy translation. ([#291](https://github.com/angelleye/offers-for-woocommerce/issues/291))
* Tweak - Adjustments for better WC Vendor Pro compatibility via our premium extension. ([#297](https://github.com/angelleye/offers-for-woocommerce/issues/297))
* Fix - Resolves issues with the CSS class name option for offer buttons. ([#295](https://github.com/angelleye/offers-for-woocommerce/issues/295))
= 1.4.3 - 03.26.2017 =
* Feature - Adds option to set a custom class name for the offer button so that you can adjust CSS more easily. ([#286](https://github.com/angelleye/offers-for-woocommerce/issues/286))
* Tweak - Moves register post type function into main plugin file for loading in init. ([#287](https://github.com/angelleye/offers-for-woocommerce/issues/287))
* Tweak - Adjusts code to work with old and new versions of jQuery. ([#288](https://github.com/angelleye/offers-for-woocommerce/issues/288))
* Fix - Resolves a PHP notice about a non-object. ([#292](https://github.com/angelleye/offers-for-woocommerce/issues/292))
= 1.4.2 - 03.02.2017 =
* Tweak - Changes the hook used to update the offer status based on the order status. ([#285](https://github.com/angelleye/offers-for-woocommerce/issues/285))
= 1.4.1 - 02.28.2017 =
* Tweak - Adjustments for better compatibility with WC Vendors extension. ([#284](https://github.com/angelleye/offers-for-woocommerce/issues/284))
* Fix - Resolves a potential PHP error with the Manage Offers admin bar link. ([#283](https://github.com/angelleye/offers-for-woocommerce/issues/283))
= 1.4.0 - 02.28.2017 =
* Feature - Options for requiring user log in to submit offers. ([#263](https://github.com/angelleye/offers-for-woocommerce/issues/263))
* Feature - Compatibility with WPML. Bulk editor now updates all language versions of products. ([#204](https://github.com/angelleye/offers-for-woocommerce/issues/204))
* Feature - Adds an option to display the Make Offer form only when the user is about to exit the page. ([#192](https://github.com/angelleye/offers-for-woocommerce/issues/192))
* Feature - Adds filter hooks to adjust the recipient(s) on email notifications for offers. ([#259](https://github.com/angelleye/offers-for-woocommerce/issues/259))
* Feature - Allows you to choose whether to include shipping on the accepted/countered offer or not. ([#271](https://github.com/angelleye/offers-for-woocommerce/issues/271))
* Feature - Adds a few hooks. ([#265](https://github.com/angelleye/offers-for-woocommerce/issues/265))
* Feature - Adds Offer History to product editor in WP admin panel. Also adds "Manage Offers" link to admin toolbar when browsing a product page. ([#280](https://github.com/angelleye/offers-for-woocommerce/issues/280))
* Tweak - Adjusts filter hooks. ([#261](https://github.com/angelleye/offers-for-woocommerce/issues/261))
* Tweak - General code improvements. ([#267](https://github.com/angelleye/offers-for-woocommerce/issues/267), [#273](https://github.com/angelleye/offers-for-woocommerce/issues/273))
* Tweak - Adjustments to offer history settings / display. ([#277](https://github.com/angelleye/offers-for-woocommerce/issues/277))
* Fix - Resolves CSS conflict with some themes. ([#260](https://github.com/angelleye/offers-for-woocommerce/issues/260))
* Fix - Resolves an issue with some themes where the Add to Cart button would display even if you disabled it in your theme. ([#270](https://github.com/angelleye/offers-for-woocommerce/issues/270))
* Fix - Resolves a potential conflict with other plugins working with WooCommerce email templates. ([#278](https://github.com/angelleye/offers-for-woocommerce/issues/278))
* Fix - Resolves an issue where offers would get marked as completed if the user began checkout but then canceled before completing payment. ([#281](https://github.com/angelleye/offers-for-woocommerce/issues/281))
= 1.3.1 - 01.03.2017 =
* Feature - Adds ability to display current high offer on the product page. ([#257](https://github.com/angelleye/offers-for-woocommerce/issues/257))
* Feature - Silent Auction - Adds the ability to leave the price empty for products and still allows buyers to submit offers. ([#156](https://github.com/angelleye/offers-for-woocommerce/issues/156))
* Tweak - Adjusts display location for highest current offer on product pages (when enabled.) ([#257](https://github.com/angelleye/offers-for-woocommerce/issues/257))
* Tweak - Deletes related offer data when products are deleted. ([#251](https://github.com/angelleye/offers-for-woocommerce/issues/251))
* Tweak - Adds a div wrapper around the offer button for more direct access to the element. ([#250](https://github.com/angelleye/offers-for-woocommerce/issues/250))
* Fix - Resolves an issue with the loader graphic. ([#254](https://github.com/angelleye/offers-for-woocommerce/issues/254))
* Fix - Resolves a conflict with WC PDF Invoices and Packing Slips that caused double headers to be output in offer email notifications. ([#227](https://github.com/angelleye/offers-for-woocommerce/issues/227))
= 1.3.0 - 07.07.2016 =
* Feature - Adds the ability to accept or deny offers directly from the email notification. ([#206](https://github.com/angelleye/offers-for-woocommerce/issues/206))
* Feature - Adds offer history to the user account screen so that buyers can see their offer history with the website. ([#235](https://github.com/angelleye/offers-for-woocommerce/issues/235))
* Feature - Adds an option to disable coupons for orders with an accepted offer so that buyers cannot "double dip". ([#213](https://github.com/angelleye/offers-for-woocommerce/issues/213))
* Feature - Capability Manager compatibility. ([#231](https://github.com/angelleye/offers-for-woocommerce/issues/231))
* Feature - Adds the option to make all communication between buyers and sellers anonymous. ([#239](https://github.com/angelleye/offers-for-woocommerce/issues/239))
* Feature - If an auto-accept rule is triggered, the buyer is now sent directly to checkout for the accepted offer instead of needing to wait for the email notification. ([#240](https://github.com/angelleye/offers-for-woocommerce/issues/240))
* Fix - Resolves a conflict with WPML plugin. ([#233](https://github.com/angelleye/offers-for-woocommerce/issues/233))
* Fix - Resolves errors that occur if you open an offer for an item that has been deleted. ([#236](https://github.com/angelleye/offers-for-woocommerce/issues/236))
* Fix - Localization adjustments. ([#238](https://github.com/angelleye/offers-for-woocommerce/issues/238))
* Fix - WooCommerce Tab Manager compatibility ([#244](https://github.com/angelleye/offers-for-woocommerce/issues/244))
* Fix - WooCommerce 2.6 compatibility. ([#242](https://github.com/angelleye/offers-for-woocommerce/issues/242))
= 1.2.2 - 01.30.2016 =
* Fix - Ensures expiration date option does not show up when it shouldn't. ([#226](https://github.com/angelleye/offers-for-woocommerce/issues/226))
* Fix - Resolves PHP notices. ([#228](https://github.com/angelleye/offers-for-woocommerce/issues/228))
* Fix - Resolves logic problems with auto-accept rules in relation to counter offer amounts. ([#229](https://github.com/angelleye/offers-for-woocommerce/issues/229))
* Fix - Resolves rounding issues. ([#230](https://github.com/angelleye/offers-for-woocommerce/issues/230))
= 1.2.1 - 01.23.2016 =
* Feature - Adds new hooks to offer submit form for custom field / content entry. ([#212](https://github.com/angelleye/offers-for-woocommerce/issues/212))
* Fix - Resolves small bugs and improves general code structure.
* Fix - Resolves an issue keeping email notifications from sending while logged in as an administrator. ([#222](https://github.com/angelleye/offers-for-woocommerce/issues/222))
* Tweak - Hides the expiration date option when declining an offer. ([#208](https://github.com/angelleye/offers-for-woocommerce/issues/208))
= 1.2.0 - 12.16.2015 =
* Feature - Adds ability for users to join your MailChimp / ConstantContact mailing list while submitting an offer. ([#7](https://github.com/angelleye/offers-for-woocommerce/issues/7))
* Feature - Adds ability to include an active coupon in the declined offer email buyers receive. ([#23](https://github.com/angelleye/offers-for-woocommerce/issues/23))
* Feature - Adds ability to set price ranges for auto-accepting and auto-declining offers. ([#35](https://github.com/angelleye/offers-for-woocommerce/issues/35))
* Feature - Improves offer history details. ([#67](https://github.com/angelleye/offers-for-woocommerce/issues/67))
* Feature - Adds ability to enable/disable offers from product quick edit. ([#191](https://github.com/angelleye/offers-for-woocommerce/issues/191))
* Feature - Adds ability to add custom fields to offer form. ([#199](https://github.com/angelleye/offers-for-woocommerce/issues/199))
* Fix - Resolves a bug with long URLs. ([#132](https://github.com/angelleye/offers-for-woocommerce/issues/132))
* Fix - Resolves a potential jQuery conflict with some themes. ([#193](https://github.com/angelleye/offers-for-woocommerce/issues/193))
* Fix - Resolves post status values disappearing when plugin is enabled. ([#200](https://github.com/angelleye/offers-for-woocommerce/issues/200))
* Fix - Resolves bugs in bulk update tool. ([#207](https://github.com/angelleye/offers-for-woocommerce/issues/207))
* Tweak - Improves email notification subject line. ([#173](https://github.com/angelleye/offers-for-woocommerce/issues/173))
* Tweak - Improves offers on variable products. ([#188](https://github.com/angelleye/offers-for-woocommerce/issues/188))
* Tweak - General code improvements and bug fixes.
* Tweak - Compatibility with qTranslate-X plugin. ([#197](https://github.com/angelleye/offers-for-woocommerce/issues/197))
* Tweak - Improves offers on parent / child products. ([#202](https://github.com/angelleye/offers-for-woocommerce/issues/202))
= 1.1.4 - 07.08.2015 =
* Tweak - Adds a "close" icon to the lightbox offer form display.
* Tweak - Displays the offer status on the grid view at all times (no longer need hover over the row to see).
* Tweak - CSS adjustments to offer email notifications.
* Tweak - Adds the product title/name to the manage offers list.
* Tweak - Adjusts the way variable products are handled with parent inventory. Variable stock now takes precedence over parent stock.
* Tweak - Clicking the offer tab on a product page no longer automatically scrolls down in order to stay consistent with other tabs.
* Fix - Resolves PHP warning when product price is blank.
* Fix - Resolves an issue where core WP functions would not trigger correctly for some users.
* Fix - Adds default options for settings in case no settings have been saved to avoid PHP notices.
* Fix - Adjustments to translation logic to resolve an issue where translations would not be triggered.
* Fix - Resolves an issue where the offer button from shop/category pages would return a 404 page if permanlinks were not enabled.
* Feature - If a user is logged in to the site, the offer form will be pre-populated with available user profile data.
* Feature - Adds the ability to enable/disable offers based on WordPress user role.
* Feature - Adds option to enable offers only for logged in users on the site.
* Feature - Adds German translation file (translation by Emanuel Plesa).
* Feature - Adds filter hooks to adjust offer form labels or add custom messages.
* Feature - Adds an option to set a default number of days in the future for setting an expiration accepted/countered offers.
* Feature - Akismet compatibility. Offer submissions are now filtered for spam by the Akismet system.
= 1.1.3 - 05.31.2015 =
* Tweak - Adjusts the email template system so that templates can be overridden from within a theme.
* Tweak - Moves the plugin action links to the Description column on the Plugins page because there is more room there.
* Tweak - Removes the offer button from products that are free (0.00 price).
* Fix - Resolves localization / translation failure when using language files.
* Feature - Adds an option to place the offer button directly to the right of the add to cart button.
* Feature - Adds the ability to enable/disable fields that are displayed on the offer form.
= 1.1.2 - 05.11.2015 =
* Tweak - Adjusts localization so the plugin is ready for translation.
* Tweak - Moves plugin action links to Description column in Plugins screen.
* Fix - Resolves a conflict with some 3rd party plugins.
* Fix - Resolves various PHP notices and other minor bugs.
* Cleanup - Removes unused functions.
* Cleanup - Minor CSS adjustments.
= 1.1.1 - 04.30.2015 =
* Tweak - Adds option for handling available offer QTY based on WooCommerce inventory back-order settings.
* Tweak - Hides the final offer option unless you are submitting a counter-offer.
* Tweak - Adds validation to the expiration date so you cannot set a date in the past.
* Fix - Various bug fixes to eliminate PHP notices and conflicts with other plugins.
* Fix - Adjusts jQuery spinner icon to work with WordPress 4.2.
= 1.1.0 - 04/16/2015 =
* Tweak - Adjusts offer search to return results from all offer detail data (not just the title).
* Tweak - If a product is set to "sold individually" users will not be able to enter a QTY when submitting an offer.
* Fix - Ensures the offer lightbox window will not be displayed when it should not be.
* Fix - Resolves a bug in the counter offer emails.
* Fix - Adjusts CSS to resolve issues with text floating on top of product image in the offer details screen.
* Fix - Resolves a PHP error occurring in the WebHooks tab of WooCommerce settings.
* Feature - Adds tools for bulk edit of products to enable/disable offers.
* Feature - Adds an expiration date option to counter offers.
* Feature - Adds a Final Offer option to counter offers.
* Feature - Option to move the offer button on product pages to various locations on the page.
* Feature - Adds the option to place an offer on hold.
= 1.0.1 - 03/24/2015 =
* Fix - Adds system admin as default email when no receivers are set.
* Fix - Resolves HTML5 validation errors with output.
= 1.0.0 - 03/24/2015 =
* Tweak - Disable offer button for external / free products.
* Tweak - Consider inventory when handling offers.
* Tweak - Filter offer comments from the WordPress dashboard "at a glance" section.
* Tweak - Validate cart offer items to ensure the offer is still available and eligible.
* Tweak - WooCommerce 2.3 compatibility adjustments.
* Fix - Resolves issue with plain text emails and eliminates "file was not found" error.
* Fix - Resolves an issue causing the CC of email addresses for offer notifications to fail.
* Fix - Various bug fixes, CSS, and jQuery adjustments.
* Fix - Resolves conflict with the WooThemes WishList plugin.
* Feature - Display currency symbol using WooCommerce setting.
* Feature - Adds a complete uninstaller.
* Feature - Adds an option to use embed the offer form in a tab on the product page or within a lightbox window.
= 0.1.0 - 02/08/2015 =
* Initial Beta release.