Skip to content

Commit 8ec206e

Browse files
committed
Update Changelog & Version Number for v3.0.0
1 parent 8b5130c commit 8ec206e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

Diff for: README.txt

+11-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.4.2
7-
Stable tag: 2.3.26
7+
Stable tag: 3.0.0
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

119119
== Changelog ==
120120

121+
= 3.0.0 - 01.11.2024 =
122+
* Enhance - PHP code style improvement ([OFW-287](https://github.com/angelleye/offers-for-woocommerce/pull/501))
123+
* Enhance - Deprecated functions errors ([OFW-286](https://github.com/angelleye/offers-for-woocommerce/pull/502))
124+
* Enhance - CSS standard ([OFW-285](https://github.com/angelleye/offers-for-woocommerce/pull/503))
125+
* Enhance - HTML and accessibility standard for the plugin ([OFW-284](https://github.com/angelleye/offers-for-woocommerce/pull/504))
126+
* Enhance - Added Nonce Verification for better security enhancement ([OFW-283](https://github.com/angelleye/offers-for-woocommerce/pull/505))
127+
* Enhance - jQuery to JavaScript conversion for the performance improvement ([OFW-282](https://github.com/angelleye/offers-for-woocommerce/pull/506))
128+
* Fix - Default WordPress theme conflict with make offer button and offer form ([OFW-292](https://github.com/angelleye/offers-for-woocommerce/pull/510))
129+
* Check the compatibility with latest WordPress version 6.4.2
130+
121131
= 2.3.26 - 12.20.2023 =
122132
* Fix - Resolves Checkout failure when OFW for Dokan is enabled. ([OFW-292](https://github.com/angelleye/offers-for-woocommerce/pull/509))
123133

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.26
7+
* Version: 3.0.0
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.26';
27+
const VERSION = '3.0.0';
2828

2929
/**
3030
* Unique pluginidentifier

0 commit comments

Comments
 (0)