Skip to content

Commit

Permalink
Update Changelog & Version Number for v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed May 18, 2021
1 parent f6a7925 commit 398b26c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
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: 3.8
Tested up to: 5.7
Stable tag: 2.3.3
Requires at least: 5.5
Tested up to: 5.7.2
Stable tag: 2.3.4
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.4 - 05.18.2021 =
* Feature - Adds Aelia Currency Switcher Compatibility. ([OFW-156](https://github.com/angelleye/offers-for-woocommerce/pull/468))

= 2.3.3 - 04.26.2021 =
* Tweak - Adjusts the CSS for Offer Button. ([OFW-115](https://github.com/angelleye/offers-for-woocommerce/pull/467))

Expand Down
8 changes: 4 additions & 4 deletions offers-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
* 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.3
* Version: 2.3.4
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: offers-for-woocommerce
* Domain Path: /languages/
* GitHub Plugin URI: https://github.com/angelleye/offers-for-woocommerce
* Requires at least: 3.8
* Tested up to: 5.7
* Requires at least: 5.5
* Tested up to: 5.7.2
* WC requires at least: 3.0.0
* WC tested up to: 5.1.0
* WC tested up to: 5.3.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.3';
const VERSION = '2.3.4';

/**
*
Expand Down

0 comments on commit 398b26c

Please sign in to comment.