Skip to content

Commit 7dda88b

Browse files
Update Changelog & Version Number for v2.3.25
1 parent 1cf4a31 commit 7dda88b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: README.txt

+4-1
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.2.2
7-
Stable tag: 2.3.24
7+
Stable tag: 2.3.25
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+
= 2.3.25 - 07.18.2023 =
122+
* Fix - Resolves Counter Offer / Shop Page Offer - Variable Product Fails to Display Properly. ([OFW-294](https://github.com/angelleye/offers-for-woocommerce/pull/508))
123+
121124
= 2.3.24 - 07.13.2023 =
122125
* Feature - Adds option for Offer Single-Use functionality for Admin. ([OFW-292](https://github.com/angelleye/offers-for-woocommerce/pull/507))
123126

Diff for: offers-for-woocommerce.php

+1-1
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: 2.3.24
7+
* Version: 2.3.25
88
* Author: Angell EYE
99
* Author URI: http://www.angelleye.com/
1010
* License: GNU General Public License v3.0

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 = '2.3.24';
27+
const VERSION = '2.3.25';
2828

2929
/**
3030
*

0 commit comments

Comments
 (0)