Skip to content

Commit d7a3627

Browse files
Updated details for v3.0.4
1 parent ab498e5 commit d7a3627

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Diff for: README.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: angelleye
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T962XWAC2HHZN
44
Tags: woocommerce, offers, negotiation
55
Requires at least: 5.5
6-
Tested up to: 6.5
7-
Stable tag: 3.0.3
6+
Tested up to: 6.6.1
7+
Stable tag: 3.0.4
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.4 - 08.23.2024 =
122+
* Fix - Fixed the issue with the Bulk Updater tool. ([OFW-309](https://github.com/angelleye/paypal-woocommerce/pull/515))
123+
121124
= 3.0.3 - 04.29.2024 =
122125
* Fix - Product Add-Ons Compatibility. ([OFW-289](https://github.com/angelleye/paypal-woocommerce/pull/514))
123126

Diff for: offers-for-woocommerce.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin Name: Offers for WooCommerce
66
* Plugin URI: http://www.angelleye.com/product/offers-for-woocommerce
77
* Description: Accept offers for products on your website. Respond with accept, deny, or counter-offer, and manage all active offers/counters easily.
8-
* Version: 3.0.3
8+
* Version: 3.0.4
99
* Author: Angell EYE
1010
* Author URI: http://www.angelleye.com/
1111
* License: GNU General Public License v3.0
@@ -14,9 +14,9 @@
1414
* Domain Path: /languages/
1515
* GitHub Plugin URI: https://github.com/angelleye/offers-for-woocommerce
1616
* Requires at least: 5.5
17-
* Tested up to: 6.5
17+
* Tested up to: 6.6.1
1818
* WC requires at least: 3.0.0
19-
* WC tested up to: 8.5.2
19+
* WC tested up to: 9.9.2
2020
* Requires Plugins: woocommerce
2121
*/
2222

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.3';
27+
const VERSION = '3.0.4';
2828

2929
/**
3030
* Unique pluginidentifier

0 commit comments

Comments
 (0)