Skip to content

Commit cca4e17

Browse files
Updated details for v3.0.3
1 parent c677ac9 commit cca4e17

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-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.4.3
7-
Stable tag: 3.0.2
6+
Tested up to: 6.5
7+
Stable tag: 3.0.3
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.3 - 04.29.2024 =
122+
* Fix - Product Add-Ons Compatibility. ([OFW-289](https://github.com/angelleye/paypal-woocommerce/pull/514))
123+
121124
= 3.0.2 - 02.15.2024 =
122125
* Fix - Resolved the submit offer issue. ([OFW-302](https://github.com/angelleye/paypal-woocommerce/pull/513))
123126

Diff for: offers-for-woocommerce.php

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php
2+
23
/**
34
* @wordpress-plugin
45
* Plugin Name: Offers for WooCommerce
56
* Plugin URI: http://www.angelleye.com/product/offers-for-woocommerce
67
* 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.2
8+
* Version: 3.0.3
89
* Author: Angell EYE
910
* Author URI: http://www.angelleye.com/
1011
* License: GNU General Public License v3.0
@@ -13,10 +14,11 @@
1314
* Domain Path: /languages/
1415
* GitHub Plugin URI: https://github.com/angelleye/offers-for-woocommerce
1516
* Requires at least: 5.5
16-
* Tested up to: 6.4.3
17+
* Tested up to: 6.5
1718
* WC requires at least: 3.0.0
1819
* WC tested up to: 8.5.2
19-
*
20+
* Requires Plugins: woocommerce
21+
*/
2022

2123
/**
2224
* Abort if called directly

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

2929
/**
3030
* Unique pluginidentifier

0 commit comments

Comments
 (0)