Plugin Directory

Changeset 3396849


Ignore:
Timestamp:
11/17/2025 02:55:56 AM (5 months ago)
Author:
storeplugin
Message:

Version Update

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

Legend:

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

    r3353067 r3396849  
    33Tags: WooCommerce, variations, single product, Single Variations, product variations
    44Requires at least: 4.0
    5 Tested up to: 6.8.2
     5Tested up to: 6.8.3
    66Requires PHP: 7.0
    7 Stable tag: 4.1.1
     7Stable tag: 4.1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    135135== Changelog ==
    136136
     137= 4.1.2 =
     138* Other: Compatible with WordPress 6.8.3
     139* Other: Compatible with WooCommerce 10.2.2
     140
    137141= 4.1.1 =
    138142* New: Option to disable Variation as single product on Shop page
  • wc-variations-as-single-product/trunk/wc-variations-as-single-product.php

    r3353067 r3396849  
    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.1.1
     13 * Version:           4.1.2
    1414 * Author:            StorePlugin
    1515 * Author URI:        https://storeplugin.net
     
    2828 * Currently plugin version.
    2929 */
    30 define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT_VERSION', '4.1.1' );
     30define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT_VERSION', '4.1.2' );
    3131
    3232define( 'WC_VARIATIONS_AS_SINGLE_PRODUCT__FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.