Skip to content

Commit

Permalink
Update Changelog & Version Number for v2.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Jul 1, 2022
1 parent 51e6a61 commit abf646c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: angelleye
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=T962XWAC2HHZN
Tags: woocommerce, offers, negotiation
Requires at least: 5.5
Tested up to: 5.9.3
Stable tag: 2.3.17
Tested up to: 6.0
Stable tag: 2.3.18
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.3.18 - 07.01.2022 =
* Tweak - Remove PayPal Lib. ([OFW-248](https://github.com/angelleye/offers-for-woocommerce/pull/487))

= 2.3.17 - 05.19.2022 =
* Tweak - Display offer button for empty product price. ([OFW-263](https://github.com/angelleye/offers-for-woocommerce/pull/495))
* Fix - Resolves a PHP notice. ([OFW-256](https://github.com/angelleye/offers-for-woocommerce/pull/494))
Expand Down
6 changes: 3 additions & 3 deletions 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.17
* Version: 2.3.18
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
Expand All @@ -13,9 +13,9 @@
* Domain Path: /languages/
* GitHub Plugin URI: https://github.com/angelleye/offers-for-woocommerce
* Requires at least: 5.5
* Tested up to: 5.9.3
* Tested up to: 6.0
* WC requires at least: 3.0.0
* WC tested up to: 6.5.1
* WC tested up to: 6.6.1
*
/**
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.17';
const VERSION = '2.3.18';

/**
*
Expand Down

0 comments on commit abf646c

Please sign in to comment.