Skip to content

Commit ea7cd49

Browse files
Update Changelog & Version Number for v2.3.26
1 parent e7499a8 commit ea7cd49

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.2.2
7-
Stable tag: 2.3.25
6+
Tested up to: 6.4.2
7+
Stable tag: 2.3.26
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.26 - 12.20.2023 =
122+
* Fix - Resolves Checkout failure when OFW for Dokan is enabled. ([OFW-292](https://github.com/angelleye/offers-for-woocommerce/pull/509))
123+
121124
= 2.3.25 - 07.18.2023 =
122125
* Fix - Resolves Counter Offer / Shop Page Offer - Variable Product Fails to Display Properly. ([OFW-294](https://github.com/angelleye/offers-for-woocommerce/pull/508))
123126

Diff for: offers-for-woocommerce.php

+3-3
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.25
7+
* Version: 2.3.26
88
* Author: Angell EYE
99
* Author URI: http://www.angelleye.com/
1010
* License: GNU General Public License v3.0
@@ -13,9 +13,9 @@
1313
* Domain Path: /languages/
1414
* GitHub Plugin URI: https://github.com/angelleye/offers-for-woocommerce
1515
* Requires at least: 5.5
16-
* Tested up to: 6.2.2
16+
* Tested up to: 6.4.2
1717
* WC requires at least: 3.0.0
18-
* WC tested up to: 7.8.2
18+
* WC tested up to: 8.4.0
1919
*
2020
2121
/**

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

2929
/**
3030
*

0 commit comments

Comments
 (0)