Plugin Directory

Changeset 3396860


Ignore:
Timestamp:
11/17/2025 03:24:35 AM (5 months ago)
Author:
storeplugin
Message:

Version Update

Location:
minmax-quantities-for-woocommerce
Files:
43 added
2 edited

Legend:

Unmodified
Added
Removed
  • minmax-quantities-for-woocommerce/trunk/README.txt

    r3383931 r3396860  
    33Tags: woocommerce quantity, product quantity, quantity, minimum quantity, maximum quantity
    44Requires at least: 3.0.1
    5 Tested up to: 6.8.2
    6 Stable tag: 1.8.1
     5Tested up to: 6.8.3
     6Stable tag: 1.8.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    8787
    8888== Changelog ==
     89= 1.8.2 =
     90* Other: Compatible with WooCommerce 10.3.5
     91
    8992= 1.8.1 =
    9093* Fix: Plugin installation issue fix
  • minmax-quantities-for-woocommerce/trunk/minmax-quantities-for-woocommerce.php

    r3383931 r3396860  
    66 * Plugin URI:        https://storeplugin.net
    77 * Description:       MinMax Quantities for WooCommerce plugin lets you set minimum and maximum quantities for items, orders, and amounts of the products in your store.
    8  * Version:           1.8.1
     8 * Version:           1.8.2
    99 * Author:            StorePlugin
    1010 * Author URI:        https://storeplugin.net/plugins/minmax-quantities-for-woocommerce
     
    2828 * Currently plugin version.
    2929 */
    30 define( 'WOO_MINMAX_QUANTITIES_VERSION', '1.8.1' );
     30define( 'WOO_MINMAX_QUANTITIES_VERSION', '1.8.2' );
    3131
    3232/**
Note: See TracChangeset for help on using the changeset viewer.