Plugin Directory

Changeset 3257243


Ignore:
Timestamp:
03/17/2025 03:33:43 PM (12 months ago)
Author:
tanvirul
Message:

Release 1.2.1

Location:
disable-variable-product-price-range-show-only-lowest-price-in-variable-products
Files:
15 added
2 edited

Legend:

Unmodified
Added
Removed
  • disable-variable-product-price-range-show-only-lowest-price-in-variable-products/trunk/readme.txt

    r3052436 r3257243  
    44Requires PHP: 7.4
    55Requires at least: 4.8
    6 Tested up to: 6.4
     6Tested up to: 6.7
    77WC requires at least: 4.5
    8 WC tested up to: 8.6
    9 Stable tag: 1.2.0
     8WC tested up to: 9.7
     9Stable tag: 1.2.1
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • disable-variable-product-price-range-show-only-lowest-price-in-variable-products/trunk/woo-variation-price-display.php

    r3052429 r3257243  
    55 * Description: Disable Price Range and shows only the lowest price and sale price in the WooCommerce variable products.
    66 * Author: Tanvirul Haque
    7  * Version: 1.2.0
     7 * Version: 1.2.1
    88 * Author URI: https://wpxpress.net
    99 * Text Domain: woo-variation-price-display
     
    1111 * Requires PHP: 7.4
    1212 * Requires at least: 4.8
    13  * Tested up to: 6.4
     13 * Tested up to: 6.7
    1414 * WC requires at least: 4.5
    15  * WC tested up to: 8.6
     15 * WC tested up to: 9.7
    1616 * License: GPLv2+
    1717*/
     
    2020
    2121if ( ! defined( 'WOO_VARIATION_PRICE_DISPLAY_PLUGIN_VERSION' ) ) {
    22     define( 'WOO_VARIATION_PRICE_DISPLAY_PLUGIN_VERSION', '1.2' );
     22    define( 'WOO_VARIATION_PRICE_DISPLAY_PLUGIN_VERSION', '1.2.1' );
    2323}
    2424
Note: See TracChangeset for help on using the changeset viewer.