Plugin Directory

Changeset 3453633


Ignore:
Timestamp:
02/04/2026 09:11:53 AM (7 weeks ago)
Author:
tanvirul
Message:

Release 1.2.3

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

    r3360865 r3453633  
    44Requires PHP: 7.4
    55Requires at least: 4.8
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77WC requires at least: 4.5
    8 WC tested up to: 10.1
    9 Stable tag: 1.2.2
     8WC tested up to: 10.4
     9Stable tag: 1.2.3
    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

    r3360865 r3453633  
    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.2
     7 * Version: 1.2.3
    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.8
     13 * Tested up to: 6.9
    1414 * WC requires at least: 4.5
    15  * WC tested up to: 10.1
     15 * WC tested up to: 10.4
    1616 * License: GPLv2+
    1717*/
     
    2020
    2121if ( ! defined( 'WOO_VARIATION_PRICE_DISPLAY_PLUGIN_VERSION' ) ) {
    22     define( 'WOO_VARIATION_PRICE_DISPLAY_PLUGIN_VERSION', '1.2.2' );
     22    define( 'WOO_VARIATION_PRICE_DISPLAY_PLUGIN_VERSION', '1.2.3' );
    2323}
    2424
Note: See TracChangeset for help on using the changeset viewer.