Changeset 3249170
- Timestamp:
- 03/02/2025 11:07:49 AM (11 months ago)
- Location:
- wc-ajax-product-filter/trunk
- Files:
-
- 3 edited
-
includes/class-wcapf-api-utils.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wc-ajax-product-filter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-ajax-product-filter/trunk/includes/class-wcapf-api-utils.php
r2958786 r3249170 253 253 254 254 foreach ( $final_array as $name ) { 255 if ( ! isset( $tax_data[ $name ] ) ) { 256 continue; // Skip undefined taxonomies to prevent errors caused by unregistered taxonomies. 257 } 258 255 259 if ( $only_with_archive && ( ! is_taxonomy_viewable( $name ) || 'product_shipping_class' === $name ) ) { 256 260 continue; -
wc-ajax-product-filter/trunk/readme.txt
r3225151 r3249170 4 4 Requires at least: 6.0 5 5 Tested up to: 6.7 6 Stable tag: 4.2. 26 Stable tag: 4.2.3 7 7 Requires PHP: 7.2 8 8 License: GPLv3 … … 175 175 == Changelog == 176 176 177 = 4.2.3 (2 March 2025) = 178 * Fix – Prevent errors by skipping undefined taxonomies when they are unregistered 179 177 180 = 4.2.2 (20 January 2025) = 178 181 -
wc-ajax-product-filter/trunk/wc-ajax-product-filter.php
r3225151 r3249170 4 4 * Plugin URI: https://wptools.io/wc-ajax-product-filter/?utm_source=plugins+listing&utm_medium=wcapf+free&utm_campaign=WCAPF+Pro+Details 5 5 * Description: A plugin to filter WooCommerce products with AJAX request. 6 * Version: 4.2. 26 * Version: 4.2.3 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.2 … … 36 36 // Defines constant WCAPF_VERSION 37 37 if ( ! defined( 'WCAPF_VERSION' ) ) { 38 define( 'WCAPF_VERSION', '4.2. 2' );38 define( 'WCAPF_VERSION', '4.2.3' ); 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.