Skip to content

Commit

Permalink
Update Changelog & Version Number for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
creedally-dev committed Jan 11, 2024
1 parent 8b5130c commit 8ec206e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: woocommerce, offers, negotiation
Requires at least: 5.5
Tested up to: 6.4.2
Stable tag: 2.3.26
Stable tag: 3.0.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 3.0.0 - 01.11.2024 =
* Enhance - PHP code style improvement ([OFW-287](https://github.com/angelleye/offers-for-woocommerce/pull/501))
* Enhance - Deprecated functions errors ([OFW-286](https://github.com/angelleye/offers-for-woocommerce/pull/502))
* Enhance - CSS standard ([OFW-285](https://github.com/angelleye/offers-for-woocommerce/pull/503))
* Enhance - HTML and accessibility standard for the plugin ([OFW-284](https://github.com/angelleye/offers-for-woocommerce/pull/504))
* Enhance - Added Nonce Verification for better security enhancement ([OFW-283](https://github.com/angelleye/offers-for-woocommerce/pull/505))
* Enhance - jQuery to JavaScript conversion for the performance improvement ([OFW-282](https://github.com/angelleye/offers-for-woocommerce/pull/506))
* Fix - Default WordPress theme conflict with make offer button and offer form ([OFW-292](https://github.com/angelleye/offers-for-woocommerce/pull/510))
* Check the compatibility with latest WordPress version 6.4.2

= 2.3.26 - 12.20.2023 =
* Fix - Resolves Checkout failure when OFW for Dokan is enabled. ([OFW-292](https://github.com/angelleye/offers-for-woocommerce/pull/509))

Expand Down
2 changes: 1 addition & 1 deletion offers-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Offers for WooCommerce
* Plugin URI: http://www.angelleye.com/product/offers-for-woocommerce
* Description: Accept offers for products on your website. Respond with accept, deny, or counter-offer, and manage all active offers/counters easily.
* Version: 2.3.26
* Version: 3.0.0
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
Expand Down
2 changes: 1 addition & 1 deletion public/class-offers-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Angelleye_Offers_For_Woocommerce {
*
* @var string
*/
const VERSION = '2.3.26';
const VERSION = '3.0.0';

/**
* Unique pluginidentifier
Expand Down

0 comments on commit 8ec206e

Please sign in to comment.