Changeset 3408426
- Timestamp:
- 12/02/2025 07:55:09 PM (4 months ago)
- Location:
- ultimate-product-catalogue
- Files:
-
- 6 edited
- 1 copied
-
tags/5.3.9 (copied) (copied from ultimate-product-catalogue/trunk)
-
tags/5.3.9/assets/js/ewd-upcp.js (modified) (1 diff)
-
tags/5.3.9/readme.txt (modified) (2 diffs)
-
tags/5.3.9/ultimate-product-catalogue.php (modified) (3 diffs)
-
trunk/assets/js/ewd-upcp.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/ultimate-product-catalogue.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-product-catalogue/tags/5.3.9/assets/js/ewd-upcp.js
r3340431 r3408426 415 415 jQuery( '.ewd-upcp-single-product-menu-tab' ).on( 'click', function() { 416 416 417 var has_class = jQuery( this ).hasClass( 'ewd-upcp-single-product-menu-tab-selected' ); 418 417 419 jQuery( '.ewd-upcp-single-product-menu-tab' ).removeClass( 'ewd-upcp-single-product-menu-tab-selected' ); 418 420 419 jQuery( this ).addClass( 'ewd-upcp-single-product-menu-tab-selected' );420 421 421 jQuery( '.ewd-upcp-single-product-tab' ).addClass( 'ewd-upcp-hidden' ); 422 422 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 } 424 429 }); 425 430 -
ultimate-product-catalogue/tags/5.3.9/readme.txt
r3379112 r3408426 2 2 Contributors: Rustaurius 3 3 Tags: 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. 85 Stable tag: 5.3. 84 Tested up to: 6.9 5 Stable tag: 5.3.9 6 6 License: GPLv3 7 7 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 216 216 == Changelog == 217 217 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 218 222 = 5.3.8 (2025-10-15) = 219 223 - Fix: Clear All button was not displaying, even if enabled. -
ultimate-product-catalogue/tags/5.3.9/ultimate-product-catalogue.php
r3379112 r3408426 4 4 * Plugin URI: https://www.etoilewebdesign.com/plugins/ultimate-product-catalog/ 5 5 * 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. 86 * Version: 5.3.9 7 7 * Author: Etoile Web Design 8 8 * Author URI: https://www.etoilewebdesign.com/ … … 11 11 * Domain Path: /languages/ 12 12 * WC requires at least: 7.1 13 * WC tested up to: 10. 213 * WC tested up to: 10.3 14 14 */ 15 15 … … 63 63 define( 'EWD_UPCP_PLUGIN_FNAME', plugin_basename( __FILE__ ) ); 64 64 define( 'EWD_UPCP_TEMPLATE_DIR', 'ewd-upcp-templates' ); 65 define( 'EWD_UPCP_VERSION', '5.3. 8' );65 define( 'EWD_UPCP_VERSION', '5.3.9' ); 66 66 67 67 define( 'EWD_UPCP_PRODUCT_POST_TYPE', 'upcp_product' ); -
ultimate-product-catalogue/trunk/assets/js/ewd-upcp.js
r3340431 r3408426 415 415 jQuery( '.ewd-upcp-single-product-menu-tab' ).on( 'click', function() { 416 416 417 var has_class = jQuery( this ).hasClass( 'ewd-upcp-single-product-menu-tab-selected' ); 418 417 419 jQuery( '.ewd-upcp-single-product-menu-tab' ).removeClass( 'ewd-upcp-single-product-menu-tab-selected' ); 418 420 419 jQuery( this ).addClass( 'ewd-upcp-single-product-menu-tab-selected' );420 421 421 jQuery( '.ewd-upcp-single-product-tab' ).addClass( 'ewd-upcp-hidden' ); 422 422 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 } 424 429 }); 425 430 -
ultimate-product-catalogue/trunk/readme.txt
r3379112 r3408426 2 2 Contributors: Rustaurius 3 3 Tags: 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. 85 Stable tag: 5.3. 84 Tested up to: 6.9 5 Stable tag: 5.3.9 6 6 License: GPLv3 7 7 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 216 216 == Changelog == 217 217 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 218 222 = 5.3.8 (2025-10-15) = 219 223 - Fix: Clear All button was not displaying, even if enabled. -
ultimate-product-catalogue/trunk/ultimate-product-catalogue.php
r3379112 r3408426 4 4 * Plugin URI: https://www.etoilewebdesign.com/plugins/ultimate-product-catalog/ 5 5 * 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. 86 * Version: 5.3.9 7 7 * Author: Etoile Web Design 8 8 * Author URI: https://www.etoilewebdesign.com/ … … 11 11 * Domain Path: /languages/ 12 12 * WC requires at least: 7.1 13 * WC tested up to: 10. 213 * WC tested up to: 10.3 14 14 */ 15 15 … … 63 63 define( 'EWD_UPCP_PLUGIN_FNAME', plugin_basename( __FILE__ ) ); 64 64 define( 'EWD_UPCP_TEMPLATE_DIR', 'ewd-upcp-templates' ); 65 define( 'EWD_UPCP_VERSION', '5.3. 8' );65 define( 'EWD_UPCP_VERSION', '5.3.9' ); 66 66 67 67 define( 'EWD_UPCP_PRODUCT_POST_TYPE', 'upcp_product' );
Note: See TracChangeset
for help on using the changeset viewer.