Plugin Directory

Changeset 3407066


Ignore:
Timestamp:
12/01/2025 05:03:14 PM (3 months ago)
Author:
webbuilder143
Message:

1.6.1

  • Tested with WP 6.9
Location:
wb-custom-product-tabs-for-woocommerce
Files:
46 added
3 edited

Legend:

Unmodified
Added
Removed
  • wb-custom-product-tabs-for-woocommerce/trunk/includes/class-wb-custom-product-tabs-for-woocommerce.php

    r3399261 r3407066  
    7070            $this->version = WB_CUSTOM_PRODUCT_TABS_FOR_WOOCOMMERCE_VERSION;
    7171        } else {
    72             $this->version = '1.6.0';
     72            $this->version = '1.6.1';
    7373        }
    7474        $this->plugin_name = 'wb-custom-product-tabs-for-woocommerce';
  • wb-custom-product-tabs-for-woocommerce/trunk/readme.txt

    r3399261 r3407066  
    44Tags: product tabs, tabs plugin, woocommerce custom tabs, woocommerce product tabs, tabs
    55Requires at least: 3.5.0
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 1.6.0
     8Stable tag: 1.6.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    163163== Changelog ==
    164164
     165= 1.6.1 =
     166* Tested with WP 6.9
     167
    165168= 1.6.0 =
    166169* [Add] New option to disable WooCommerce default tabs.
     
    363366== Upgrade Notice ==
    364367
    365 = 1.6.0 =
    366 * [Add] New option to disable WooCommerce default tabs.
    367 * Tested with: WooCommerce 10.3.5
     368= 1.6.1 =
     369* Tested with WP 6.9
  • wb-custom-product-tabs-for-woocommerce/trunk/wb-custom-product-tabs-for-woocommerce.php

    r3399261 r3407066  
    1212 * Plugin URI:              https://wordpress.org/plugins/wb-custom-product-tab-for-wooCommerce/
    1313 * Description:             Create your own product tabs and assign it to your WooCommerce products
    14  * Version:                 1.6.0
     14 * Version:                 1.6.1
    1515 * WC requires at least:    5.0.0
    1616 * WC tested up to:         10.3
     
    3131 * Currently plugin version.
    3232 */
    33 define( 'WB_CUSTOM_PRODUCT_TABS_FOR_WOOCOMMERCE_VERSION', '1.6.0' );
     33define( 'WB_CUSTOM_PRODUCT_TABS_FOR_WOOCOMMERCE_VERSION', '1.6.1' );
    3434define( 'WB_TAB_PLUGIN_FILENAME', __FILE__ );
    3535define( 'WB_TAB_ROOT_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.