Plugin Directory

Changeset 3488195


Ignore:
Timestamp:
03/22/2026 12:53:33 PM (13 days ago)
Author:
storeplugin
Message:

Update to version 1.8.5 from GitHub

Location:
minmax-quantities-for-woocommerce
Files:
4 added
6 edited
1 copied

Legend:

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

    r3465268 r3488195  
    33Tags: woocommerce quantity, product quantity, quantity, minimum quantity, maximum quantity
    44Requires at least: 3.0.1
    5 Tested up to: 6.9.1
    6 Stable tag: 1.8.4
     5Tested up to: 6.9.4
     6Stable tag: 1.8.5
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    8888== Changelog ==
    8989
     90= 1.8.5 =
     91* Other: Compatible with WordPress 6.9.4
     92* Other: Compatible with WooCommerce 10.6.1
     93
    9094= 1.8.4 =
    9195* Other: Compatible with WordPress 6.9.1
  • minmax-quantities-for-woocommerce/tags/1.8.5/includes/Init.php

    r3012806 r3488195  
    7272        new Settings();
    7373        new Clients();
     74        Insights::instance();
     75        Rating::instance();
    7476    }
    7577
  • minmax-quantities-for-woocommerce/tags/1.8.5/minmax-quantities-for-woocommerce.php

    r3465268 r3488195  
    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.4
     8 * Version:           1.8.5
    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.4' );
     30define( 'WOO_MINMAX_QUANTITIES_VERSION', '1.8.5' );
     31
     32/**
     33 * Define plugin constants.
     34 */
     35define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__FILE', __FILE__ );
     36define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__BASE', plugin_basename( __FILE__ ) );
     37define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__PATH', plugin_dir_path( __FILE__ ) );
    3138
    3239/**
  • minmax-quantities-for-woocommerce/trunk/README.txt

    r3465268 r3488195  
    33Tags: woocommerce quantity, product quantity, quantity, minimum quantity, maximum quantity
    44Requires at least: 3.0.1
    5 Tested up to: 6.9.1
    6 Stable tag: 1.8.4
     5Tested up to: 6.9.4
     6Stable tag: 1.8.5
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    8888== Changelog ==
    8989
     90= 1.8.5 =
     91* Other: Compatible with WordPress 6.9.4
     92* Other: Compatible with WooCommerce 10.6.1
     93
    9094= 1.8.4 =
    9195* Other: Compatible with WordPress 6.9.1
  • minmax-quantities-for-woocommerce/trunk/includes/Init.php

    r3012806 r3488195  
    7272        new Settings();
    7373        new Clients();
     74        Insights::instance();
     75        Rating::instance();
    7476    }
    7577
  • minmax-quantities-for-woocommerce/trunk/minmax-quantities-for-woocommerce.php

    r3465268 r3488195  
    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.4
     8 * Version:           1.8.5
    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.4' );
     30define( 'WOO_MINMAX_QUANTITIES_VERSION', '1.8.5' );
     31
     32/**
     33 * Define plugin constants.
     34 */
     35define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__FILE', __FILE__ );
     36define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__BASE', plugin_basename( __FILE__ ) );
     37define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__PATH', plugin_dir_path( __FILE__ ) );
    3138
    3239/**
Note: See TracChangeset for help on using the changeset viewer.