Changeset 3396860
- Timestamp:
- 11/17/2025 03:24:35 AM (5 months ago)
- Location:
- minmax-quantities-for-woocommerce
- Files:
-
- 43 added
- 2 edited
-
tags/1.8.2 (added)
-
tags/1.8.2/LICENSE.txt (added)
-
tags/1.8.2/README.txt (added)
-
tags/1.8.2/assets (added)
-
tags/1.8.2/assets/admin (added)
-
tags/1.8.2/assets/admin/css (added)
-
tags/1.8.2/assets/admin/css/woo-minmax-quantities-admin.css (added)
-
tags/1.8.2/assets/admin/js (added)
-
tags/1.8.2/assets/admin/js/woo-minmax-quantities-admin.js (added)
-
tags/1.8.2/assets/public (added)
-
tags/1.8.2/assets/public/css (added)
-
tags/1.8.2/assets/public/css/woo-minmax-quantities-public.css (added)
-
tags/1.8.2/assets/public/js (added)
-
tags/1.8.2/assets/public/js/woo-minmax-quantities-public.js (added)
-
tags/1.8.2/includes (added)
-
tags/1.8.2/includes/Activator.php (added)
-
tags/1.8.2/includes/Admin (added)
-
tags/1.8.2/includes/Admin/Admin.php (added)
-
tags/1.8.2/includes/Admin/Settings.php (added)
-
tags/1.8.2/includes/Assets.php (added)
-
tags/1.8.2/includes/Clients (added)
-
tags/1.8.2/includes/Clients/Clients.php (added)
-
tags/1.8.2/includes/Deactivator.php (added)
-
tags/1.8.2/includes/I18n.php (added)
-
tags/1.8.2/includes/Init.php (added)
-
tags/1.8.2/index.php (added)
-
tags/1.8.2/languages (added)
-
tags/1.8.2/languages/woo-minmax-quantities.pot (added)
-
tags/1.8.2/minmax-quantities-for-woocommerce.php (added)
-
tags/1.8.2/uninstall.php (added)
-
tags/1.8.2/vendor (added)
-
tags/1.8.2/vendor/autoload.php (added)
-
tags/1.8.2/vendor/composer (added)
-
tags/1.8.2/vendor/composer/ClassLoader.php (added)
-
tags/1.8.2/vendor/composer/InstalledVersions.php (added)
-
tags/1.8.2/vendor/composer/LICENSE (added)
-
tags/1.8.2/vendor/composer/autoload_classmap.php (added)
-
tags/1.8.2/vendor/composer/autoload_namespaces.php (added)
-
tags/1.8.2/vendor/composer/autoload_psr4.php (added)
-
tags/1.8.2/vendor/composer/autoload_real.php (added)
-
tags/1.8.2/vendor/composer/autoload_static.php (added)
-
tags/1.8.2/vendor/composer/installed.json (added)
-
tags/1.8.2/vendor/composer/installed.php (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/minmax-quantities-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
minmax-quantities-for-woocommerce/trunk/README.txt
r3383931 r3396860 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.8. 26 Stable tag: 1.8. 15 Tested up to: 6.8.3 6 Stable tag: 1.8.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 87 87 88 88 == Changelog == 89 = 1.8.2 = 90 * Other: Compatible with WooCommerce 10.3.5 91 89 92 = 1.8.1 = 90 93 * Fix: Plugin installation issue fix -
minmax-quantities-for-woocommerce/trunk/minmax-quantities-for-woocommerce.php
r3383931 r3396860 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. 18 * Version: 1.8.2 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. 1' );30 define( 'WOO_MINMAX_QUANTITIES_VERSION', '1.8.2' ); 31 31 32 32 /**
Note: See TracChangeset
for help on using the changeset viewer.