Changeset 3488195
- Timestamp:
- 03/22/2026 12:53:33 PM (13 days ago)
- Location:
- minmax-quantities-for-woocommerce
- Files:
-
- 4 added
- 6 edited
- 1 copied
-
tags/1.8.5 (copied) (copied from minmax-quantities-for-woocommerce/trunk)
-
tags/1.8.5/README.txt (modified) (2 diffs)
-
tags/1.8.5/includes/Init.php (modified) (1 diff)
-
tags/1.8.5/includes/Insights.php (added)
-
tags/1.8.5/includes/Rating.php (added)
-
tags/1.8.5/minmax-quantities-for-woocommerce.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/Init.php (modified) (1 diff)
-
trunk/includes/Insights.php (added)
-
trunk/includes/Rating.php (added)
-
trunk/minmax-quantities-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
minmax-quantities-for-woocommerce/tags/1.8.5/README.txt
r3465268 r3488195 3 3 Tags: woocommerce quantity, product quantity, quantity, minimum quantity, maximum quantity 4 4 Requires at least: 3.0.1 5 Tested up to: 6.9. 16 Stable tag: 1.8. 45 Tested up to: 6.9.4 6 Stable tag: 1.8.5 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 88 88 == Changelog == 89 89 90 = 1.8.5 = 91 * Other: Compatible with WordPress 6.9.4 92 * Other: Compatible with WooCommerce 10.6.1 93 90 94 = 1.8.4 = 91 95 * Other: Compatible with WordPress 6.9.1 -
minmax-quantities-for-woocommerce/tags/1.8.5/includes/Init.php
r3012806 r3488195 72 72 new Settings(); 73 73 new Clients(); 74 Insights::instance(); 75 Rating::instance(); 74 76 } 75 77 -
minmax-quantities-for-woocommerce/tags/1.8.5/minmax-quantities-for-woocommerce.php
r3465268 r3488195 6 6 * Plugin URI: https://storeplugin.net 7 7 * 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. 48 * Version: 1.8.5 9 9 * Author: StorePlugin 10 10 * Author URI: https://storeplugin.net/plugins/minmax-quantities-for-woocommerce … … 28 28 * Currently plugin version. 29 29 */ 30 define( 'WOO_MINMAX_QUANTITIES_VERSION', '1.8.4' ); 30 define( 'WOO_MINMAX_QUANTITIES_VERSION', '1.8.5' ); 31 32 /** 33 * Define plugin constants. 34 */ 35 define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__FILE', __FILE__ ); 36 define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__BASE', plugin_basename( __FILE__ ) ); 37 define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__PATH', plugin_dir_path( __FILE__ ) ); 31 38 32 39 /** -
minmax-quantities-for-woocommerce/trunk/README.txt
r3465268 r3488195 3 3 Tags: woocommerce quantity, product quantity, quantity, minimum quantity, maximum quantity 4 4 Requires at least: 3.0.1 5 Tested up to: 6.9. 16 Stable tag: 1.8. 45 Tested up to: 6.9.4 6 Stable tag: 1.8.5 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 88 88 == Changelog == 89 89 90 = 1.8.5 = 91 * Other: Compatible with WordPress 6.9.4 92 * Other: Compatible with WooCommerce 10.6.1 93 90 94 = 1.8.4 = 91 95 * Other: Compatible with WordPress 6.9.1 -
minmax-quantities-for-woocommerce/trunk/includes/Init.php
r3012806 r3488195 72 72 new Settings(); 73 73 new Clients(); 74 Insights::instance(); 75 Rating::instance(); 74 76 } 75 77 -
minmax-quantities-for-woocommerce/trunk/minmax-quantities-for-woocommerce.php
r3465268 r3488195 6 6 * Plugin URI: https://storeplugin.net 7 7 * 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. 48 * Version: 1.8.5 9 9 * Author: StorePlugin 10 10 * Author URI: https://storeplugin.net/plugins/minmax-quantities-for-woocommerce … … 28 28 * Currently plugin version. 29 29 */ 30 define( 'WOO_MINMAX_QUANTITIES_VERSION', '1.8.4' ); 30 define( 'WOO_MINMAX_QUANTITIES_VERSION', '1.8.5' ); 31 32 /** 33 * Define plugin constants. 34 */ 35 define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__FILE', __FILE__ ); 36 define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__BASE', plugin_basename( __FILE__ ) ); 37 define( 'MINMAX_QUANTITIES_FOR_WOOCOMMERCE__PATH', plugin_dir_path( __FILE__ ) ); 31 38 32 39 /**
Note: See TracChangeset
for help on using the changeset viewer.