Plugin Directory

Changeset 3286725


Ignore:
Timestamp:
05/03/2025 11:15:51 AM (11 months ago)
Author:
storeplugin
Message:

Version 4.0.2

Location:
wc-variations-as-single-product
Files:
37 added
2 edited

Legend:

Unmodified
Added
Removed
  • wc-variations-as-single-product/trunk/README.txt

    r3282254 r3286725  
    33Tags: WooCommerce, variations, single product, Single Variations, product variations
    44Requires at least: 4.0
    5 Tested up to: 6.8
     5Tested up to: 6.8.1
    66Requires PHP: 7.0
    77Stable tag: 4.0.1
     
    134134
    135135== Changelog ==
     136= 4.0.2 =
     137* Other: Compatible with WordPress 6.8.1
     138* Other: Compatible with WooCommerce 9.8.3
     139
    136140= 4.0.1 =
    137141* Fix: Variation ID in metadata issue fixed
     
    139143* Other: Compatible with WooCommerce 9.8.2
    140144
    141 == Changelog ==
    142145= 4.0.0 =
    143146* Enhance: Performance optimized.
  • wc-variations-as-single-product/trunk/wc-variations-as-single-product.php

    r3282254 r3286725  
    1111 * Plugin URI:        https://storeplugin.net/plugins/variations-as-single-product-for-woocommerce/
    1212 * Description:       Show variations as individual products on the Shop page, Product Category page, and Search result page
    13  * Version:           4.0.1
     13 * Version:           4.0.2
    1414 * Author:            StorePlugin
    1515 * Author URI:        https://storeplugin.net
     
    2828 * Currently plugin version.
    2929 */
    30 define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT_VERSION', '4.0.1' );
     30define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT_VERSION', '4.0.2' );
    3131
    3232define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT__FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.