Skip to content

Commit

Permalink
build version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amirition committed Feb 7, 2024
1 parent c8a663e commit bd7d92b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 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 (Free)",
"version": "2.1.2",
"version": "2.1.3",
"license": "GPL-2.0+",
"main_file": "woocommerce-product-tabs.php",
"author": "Barn2 Plugins <support@barn2.com>",
Expand Down
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Contributors: barn2media, andykeith
Tags: tabs, custom tabs, product tabs, woocommerce product tab, product custom tabs, multiple product tabs, woocommerce custom tabs, woocommerce product custom tabs, multiple product tabs, woocommerce tabs, tabs for woocommerce, product tab, woocommerce, product, woocommerce product tabs, custom tab, woo product custom tabs, change tab, product page tabs, woocommerce custom tab, woocommerce tab, tabs plugin, woocommerce tabs plugin
Requires PHP: 7.4
Requires at least: 6.0
Tested up to: 6.4.2
Stable tag: 2.1.2
Tested up to: 6.4.3
Stable tag: 2.1.3
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 @@ -128,6 +128,15 @@ Please report any security bugs through the [Patchstack Vulnerability Disclosure

== Changelog ==

= 2.1.3 =
Release date 7 February 2024

* Fix: Added the use statement for WP_Embed
* Fix: disable_content_filter was not fetched correctly
* Fix: Assets of the barn2 library were excluded by git
* Dev: Made the content tab not required in the setup wizard
* Dev: Tested up to WordPress 6.4.3

= 2.1.2 =
Release date 30 January 2024

Expand Down
2 changes: 1 addition & 1 deletion src/Admin/Settings_Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function admin_product_tabs_options_page()
<ul class="normal-list">
<li><?php _e( 'Rename the default WooCommerce tabs (Description, Additional Information and Reviews).', 'woocommerce-product-tabs' ); ?></li>
<li><?php _e( 'Hide or remove the default WooCommerce tabs.', 'woocommerce-product-tabs' ); ?></li>
<li><?php _e( 'Change the tab order.', 'woocommerce-product-tabs' ); ?></li>
<li><?php _e( 'Change the tab order by drag and drop.', 'woocommerce-product-tabs' ); ?></li>
<li><?php _e( 'Add tab icons.', 'woocommerce-product-tabs' ); ?></li>
<li><?php _e( 'Display tabs for specific products or tags.', 'woocommerce-product-tabs' ); ?></li>
<li><?php _e( 'Choose between a horizontal or vertical tab layout.', 'woocommerce-product-tabs' ); ?> </li>
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-product-tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
* Plugin Name: WooCommerce Product Tabs (Free)
* Plugin URI: https://barn2.com/wordpress-plugins/woocommerce-product-tabs/
* Description: Boost your product pages by adding custom tabs containing extra information.
* Version: 2.1.2
* Version: 2.1.3
* Author: Barn2 Plugins
* Author URI: https://barn2.com
* Text Domain: woocommerce-product-tabs
* Domain Path: /languages
* Requires PHP: 7.4
* Requires at least: 6.0
* Tested up to: 6.4.2
* Tested up to: 6.4.3
* WC requires at least: 6.5
* WC tested up to: 8.5.2
*
Expand All @@ -34,7 +34,7 @@
exit;
}

const PLUGIN_VERSION = '2.1.2';
const PLUGIN_VERSION = '2.1.3';
const PLUGIN_FILE = __FILE__;

// Autoloader.
Expand Down

0 comments on commit bd7d92b

Please sign in to comment.