Skip to content

Commit

Permalink
updated changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiPulcini committed Jul 20, 2023
1 parent 51e7f22 commit a6bd739
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce-product-tabs",
"title": "WooCommerce Product Tabs",
"version": "2.0.21",
"version": "2.0.22",
"license": "GPL-2.0+",
"main_file": "woocommerce-product-tabs.php",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: tabs, custom tabs, product tabs, woocommerce product tab, product custom t
Requires PHP: 7.2
Requires at least: 5.8
Tested up to: 6.2.2
Stable tag: 2.0.21
Stable tag: 2.0.22
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Donate link: https://barn2.com
Expand Down Expand Up @@ -80,6 +80,9 @@ WooCommerce adds 3 tabs Description, Additional Information and Reviews by defau

== Changelog ==

= 2.0.22 - 2023-07-20 =
* Fixed admin area crashing due to missing dependency library

= 2.0.21 - 2023-07-20 =
* Change of plugin details

Expand Down
6 changes: 3 additions & 3 deletions woocommerce-product-tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Product Tabs
* Plugin URI: https://barn2.com/wordpress-plugins/woocommerce-product-tabs/
* Description: WooCommerce Product Tabs is the best WordPress plugin to add new tabs for WooCommerce products. You can add as many custom tabs as you need to the product using this plugin.
* Version: 2.0.21
* Version: 2.0.22
* Author: Barn2 Plugins
* Author URI: https://barn2.com
* License: GPL-2.0+
Expand All @@ -14,7 +14,7 @@
* Requires at least: 5.8
* Tested up to: 6.2
* WC requires at least: 3.6
* WC tested up to: 7.4
* WC tested up to: 7.9.0
*
* @package Woocommerce_Product_Tabs
*/
Expand All @@ -36,7 +36,7 @@
// Define.
define( 'WOOCOMMERCE_PRODUCT_TABS_NAME', 'Woocommerce Product Tabs' );
define( 'WOOCOMMERCE_PRODUCT_TABS_SLUG', 'woocommerce-product-tabs' );
define( 'WOOCOMMERCE_PRODUCT_TABS_VERSION', '2.0.21' );
define( 'WOOCOMMERCE_PRODUCT_TABS_VERSION', '2.0.22' );
define( 'WOOCOMMERCE_PRODUCT_TABS_BASENAME', basename( dirname( __FILE__ ) ) );
define( 'WOOCOMMERCE_PRODUCT_TABS_DIR', rtrim( plugin_dir_path( __FILE__ ), '/' ) );
define( 'WOOCOMMERCE_PRODUCT_TABS_URL', rtrim( plugin_dir_url( __FILE__ ), '/' ) );
Expand Down

0 comments on commit a6bd739

Please sign in to comment.