Skip to content

Commit 9143c37

Browse files
committed
Updated details for v3.0.2
1 parent d460ea3 commit 9143c37

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Diff for: README.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: woocommerce, offers, negotiation
55
Requires at least: 5.5
66
Tested up to: 6.4.3
7-
Stable tag: 3.0.1
7+
Stable tag: 3.0.2
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -118,6 +118,9 @@ Automatic updates should work great for you. As always, though, we recommend ba
118118

119119
== Changelog ==
120120

121+
= 3.0.2 - 02.15.2024 =
122+
* Fix - Resolved the submit offer issue. ([OFW-302](https://github.com/angelleye/paypal-woocommerce/pull/513))
123+
121124
= 3.0.1 - 02.07.2024 =
122125
* Feature - Add HPOS Compatibility. ([OFW-301](https://github.com/angelleye/paypal-woocommerce/pull/512))
123126

@@ -179,7 +182,7 @@ Automatic updates should work great for you. As always, though, we recommend ba
179182
* Feature - Adds hooks and Adjustment Text and Menu Related Changes. ([OFW-242](https://github.com/angelleye/offers-for-woocommerce/pull/484))
180183

181184
= 2.3.11 - 18.10.2021 =
182-
* Feature - Adds Google reCAPTCHA V3 Integration.
185+
* Feature - Adds Google reCAPTCHA V3 Integration.
183186
* Tweak - OFW button only display for simple and variable product. ([OFW-238](https://github.com/angelleye/offers-for-woocommerce/pull/482))
184187
* Fix - Resolves Subtotal Incorrect issue for Accepted Offer Email Notice. ([OFW-195](https://github.com/angelleye/offers-for-woocommerce/pull/483))
185188

@@ -569,4 +572,4 @@ Automatic updates should work great for you. As always, though, we recommend ba
569572
* Feature - Adds an option to use embed the offer form in a tab on the product page or within a lightbox window.
570573

571574
= 0.1.0 - 02/08/2015 =
572-
* Initial Beta release.
575+
* Initial Beta release.

Diff for: offers-for-woocommerce.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Offers for WooCommerce
55
* Plugin URI: http://www.angelleye.com/product/offers-for-woocommerce
66
* Description: Accept offers for products on your website. Respond with accept, deny, or counter-offer, and manage all active offers/counters easily.
7-
* Version: 3.0.1
7+
* Version: 3.0.2
88
* Author: Angell EYE
99
* Author URI: http://www.angelleye.com/
1010
* License: GNU General Public License v3.0
@@ -165,4 +165,4 @@ function ofwc_is_wcvendors_pro_active() {
165165
if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
166166
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
167167
}
168-
} );
168+
} );

Diff for: public/class-offers-for-woocommerce.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Angelleye_Offers_For_Woocommerce {
2424
*
2525
* @var string
2626
*/
27-
const VERSION = '3.0.1';
27+
const VERSION = '3.0.2';
2828

2929
/**
3030
* Unique pluginidentifier

0 commit comments

Comments
 (0)