Plugin Directory

Changeset 3409722


Ignore:
Timestamp:
12/03/2025 03:11:41 PM (3 months ago)
Author:
webbuilder143
Message:

1.6.3

  • [Fix] Description tab was automatically focusing on product page load. Thanks to @elkevandrunen for reporting the issue.
Location:
wb-custom-product-tabs-for-woocommerce
Files:
46 added
4 edited

Legend:

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

    r3408339 r3409722  
    7070            $this->version = WB_CUSTOM_PRODUCT_TABS_FOR_WOOCOMMERCE_VERSION;
    7171        } else {
    72             $this->version = '1.6.2';
     72            $this->version = '1.6.3';
    7373        }
    7474        $this->plugin_name = 'wb-custom-product-tabs-for-woocommerce';
  • wb-custom-product-tabs-for-woocommerce/trunk/public/class-wb-custom-product-tabs-for-woocommerce-public.php

    r3408339 r3409722  
    236236                    wb_cptb_activate_tab_by_url();
    237237                });
    238                 jQuery(document).ready(function(){
    239                     jQuery(document).on('click', '.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a', function(){
    240                         window.location.hash = jQuery(this).attr('href');
    241                     });
    242                 });
    243238            </script>
    244239            <?php
  • wb-custom-product-tabs-for-woocommerce/trunk/readme.txt

    r3408339 r3409722  
    66Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 1.6.2
     8Stable tag: 1.6.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    163163== Changelog ==
    164164
     165= 1.6.3 =
     166* [Fix] Description tab was automatically focusing on product page load. Thanks to @elkevandrunen for reporting the issue.
     167
    165168= 1.6.2 =
    166169* [Fix] Custom tab not activating when changing URL hash.
     
    369372== Upgrade Notice ==
    370373
    371 = 1.6.2 =
    372 * [Fix] Custom tab not activating when changing URL hash.
     374= 1.6.3 =
     375* [Fix] Description tab was automatically focusing on product page load. Thanks to @elkevandrunen for reporting the issue.
  • wb-custom-product-tabs-for-woocommerce/trunk/wb-custom-product-tabs-for-woocommerce.php

    r3408339 r3409722  
    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.2
     14 * Version:                 1.6.3
    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.2' );
     33define( 'WB_CUSTOM_PRODUCT_TABS_FOR_WOOCOMMERCE_VERSION', '1.6.3' );
    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.