Skip to content

Commit 1bf01bd

Browse files
Update Changelog & Version Number for v3.0.1
1 parent f7dc802 commit 1bf01bd

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.txt

+4-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.4.2
7-
Stable tag: 3.0.0
6+
Tested up to: 6.4.3
7+
Stable tag: 3.0.1
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

119119
== Changelog ==
120120

121+
= 3.0.1 - 02.07.2024 =
122+
121123
= 3.0.0 - 01.11.2024 =
122124
* Enhance - PHP code style improvement ([OFW-287](https://github.com/angelleye/offers-for-woocommerce/pull/501))
123125
* Enhance - Deprecated functions errors ([OFW-286](https://github.com/angelleye/offers-for-woocommerce/pull/502))

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: 3.0.0
7+
* Version: 3.0.1
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.4.2
16+
* Tested up to: 6.4.3
1717
* WC requires at least: 3.0.0
18-
* WC tested up to: 8.4.0
18+
* WC tested up to: 8.5.2
1919
*
2020
2121
/**

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 = '3.0.0';
27+
const VERSION = '3.0.1';
2828

2929
/**
3030
* Unique pluginidentifier

0 commit comments

Comments
 (0)