Plugin Directory

Changeset 3408426


Ignore:
Timestamp:
12/02/2025 07:55:09 PM (4 months ago)
Author:
Rustaurius
Message:

v5.3.9 released and tagged

Location:
ultimate-product-catalogue
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ultimate-product-catalogue/tags/5.3.9/assets/js/ewd-upcp.js

    r3340431 r3408426  
    415415    jQuery( '.ewd-upcp-single-product-menu-tab' ).on( 'click', function() {
    416416
     417        var has_class = jQuery( this ).hasClass( 'ewd-upcp-single-product-menu-tab-selected' );
     418
    417419        jQuery( '.ewd-upcp-single-product-menu-tab' ).removeClass( 'ewd-upcp-single-product-menu-tab-selected' );
    418420
    419         jQuery( this ).addClass( 'ewd-upcp-single-product-menu-tab-selected' );
    420 
    421421        jQuery( '.ewd-upcp-single-product-tab' ).addClass( 'ewd-upcp-hidden' );
    422422
    423         jQuery( '.ewd-upcp-single-product-tab[data-tab="' + jQuery( this ).data( 'tab' ) + '"]' ).removeClass( 'ewd-upcp-hidden' );
     423        if ( ! has_class ) {
     424
     425            jQuery( this ).addClass( 'ewd-upcp-single-product-menu-tab-selected' );
     426
     427            jQuery( '.ewd-upcp-single-product-tab[data-tab="' + jQuery( this ).data( 'tab' ) + '"]' ).removeClass( 'ewd-upcp-hidden' );
     428        }
    424429    });
    425430
  • ultimate-product-catalogue/tags/5.3.9/readme.txt

    r3379112 r3408426  
    22Contributors: Rustaurius
    33Tags: catalog, product catalog, product, catalogue, woocommerce, products, catalogue, catalogs, catalogues, catalog plugin, woocommerce product catalog, woocommerce catalog, woocommerce checkout, woocommerce products
    4 Tested up to: 6.8
    5 Stable tag: 5.3.8
     4Tested up to: 6.9
     5Stable tag: 5.3.9
    66License: GPLv3
    77License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    216216== Changelog ==
    217217
     218= 5.3.9 (2025-12-02) =
     219- Added the ability to close an open tab on the product page by clicking on it.
     220- Tested with WordPress 6.9 and WooCommerce 10.3.
     221
    218222= 5.3.8 (2025-10-15) =
    219223- Fix: Clear All button was not displaying, even if enabled.
  • ultimate-product-catalogue/tags/5.3.9/ultimate-product-catalogue.php

    r3379112 r3408426  
    44 * Plugin URI: https://www.etoilewebdesign.com/plugins/ultimate-product-catalog/
    55 * Description: Add a product catalog to your site with blocks or shortcodes. Works with WooCommerce or standalone. Flexible and customizable, works with any theme.
    6  * Version: 5.3.8
     6 * Version: 5.3.9
    77 * Author: Etoile Web Design
    88 * Author URI: https://www.etoilewebdesign.com/
     
    1111 * Domain Path: /languages/
    1212 * WC requires at least: 7.1
    13  * WC tested up to: 10.2
     13 * WC tested up to: 10.3
    1414 */
    1515
     
    6363        define( 'EWD_UPCP_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
    6464        define( 'EWD_UPCP_TEMPLATE_DIR', 'ewd-upcp-templates' );
    65         define( 'EWD_UPCP_VERSION', '5.3.8' );
     65        define( 'EWD_UPCP_VERSION', '5.3.9' );
    6666
    6767        define( 'EWD_UPCP_PRODUCT_POST_TYPE', 'upcp_product' );
  • ultimate-product-catalogue/trunk/assets/js/ewd-upcp.js

    r3340431 r3408426  
    415415    jQuery( '.ewd-upcp-single-product-menu-tab' ).on( 'click', function() {
    416416
     417        var has_class = jQuery( this ).hasClass( 'ewd-upcp-single-product-menu-tab-selected' );
     418
    417419        jQuery( '.ewd-upcp-single-product-menu-tab' ).removeClass( 'ewd-upcp-single-product-menu-tab-selected' );
    418420
    419         jQuery( this ).addClass( 'ewd-upcp-single-product-menu-tab-selected' );
    420 
    421421        jQuery( '.ewd-upcp-single-product-tab' ).addClass( 'ewd-upcp-hidden' );
    422422
    423         jQuery( '.ewd-upcp-single-product-tab[data-tab="' + jQuery( this ).data( 'tab' ) + '"]' ).removeClass( 'ewd-upcp-hidden' );
     423        if ( ! has_class ) {
     424
     425            jQuery( this ).addClass( 'ewd-upcp-single-product-menu-tab-selected' );
     426
     427            jQuery( '.ewd-upcp-single-product-tab[data-tab="' + jQuery( this ).data( 'tab' ) + '"]' ).removeClass( 'ewd-upcp-hidden' );
     428        }
    424429    });
    425430
  • ultimate-product-catalogue/trunk/readme.txt

    r3379112 r3408426  
    22Contributors: Rustaurius
    33Tags: catalog, product catalog, product, catalogue, woocommerce, products, catalogue, catalogs, catalogues, catalog plugin, woocommerce product catalog, woocommerce catalog, woocommerce checkout, woocommerce products
    4 Tested up to: 6.8
    5 Stable tag: 5.3.8
     4Tested up to: 6.9
     5Stable tag: 5.3.9
    66License: GPLv3
    77License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    216216== Changelog ==
    217217
     218= 5.3.9 (2025-12-02) =
     219- Added the ability to close an open tab on the product page by clicking on it.
     220- Tested with WordPress 6.9 and WooCommerce 10.3.
     221
    218222= 5.3.8 (2025-10-15) =
    219223- Fix: Clear All button was not displaying, even if enabled.
  • ultimate-product-catalogue/trunk/ultimate-product-catalogue.php

    r3379112 r3408426  
    44 * Plugin URI: https://www.etoilewebdesign.com/plugins/ultimate-product-catalog/
    55 * Description: Add a product catalog to your site with blocks or shortcodes. Works with WooCommerce or standalone. Flexible and customizable, works with any theme.
    6  * Version: 5.3.8
     6 * Version: 5.3.9
    77 * Author: Etoile Web Design
    88 * Author URI: https://www.etoilewebdesign.com/
     
    1111 * Domain Path: /languages/
    1212 * WC requires at least: 7.1
    13  * WC tested up to: 10.2
     13 * WC tested up to: 10.3
    1414 */
    1515
     
    6363        define( 'EWD_UPCP_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
    6464        define( 'EWD_UPCP_TEMPLATE_DIR', 'ewd-upcp-templates' );
    65         define( 'EWD_UPCP_VERSION', '5.3.8' );
     65        define( 'EWD_UPCP_VERSION', '5.3.9' );
    6666
    6767        define( 'EWD_UPCP_PRODUCT_POST_TYPE', 'upcp_product' );
Note: See TracChangeset for help on using the changeset viewer.