Changeset 2768281
- Timestamp:
- 08/09/2022 10:08:48 AM (4 years ago)
- Location:
- min-and-max-for-woocommerce/trunk
- Files:
-
- 8 edited
-
admin/class-min-max-for-woocommerce-admin.php (modified) (1 diff)
-
includes/class-min-max-for-woocommerce-i18n.php (modified) (1 diff)
-
includes/class-min-max-for-woocommerce-loader.php (modified) (1 diff)
-
includes/class-min-max-for-woocommerce.php (modified) (2 diffs)
-
min-max-for-woocommerce.php (modified) (4 diffs)
-
public/class-min-max-for-woocommerce-public.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
min-and-max-for-woocommerce/trunk/admin/class-min-max-for-woocommerce-admin.php
r2478461 r2768281 4 4 * The admin-specific functionality of the plugin. 5 5 * 6 * @link https:// www.thenextwp.co6 * @link https://github.com/beyond88 7 7 * @since 1.0.0 8 8 * @package Min_Max_For_Woocommerce -
min-and-max-for-woocommerce/trunk/includes/class-min-max-for-woocommerce-i18n.php
r2478461 r2768281 7 7 * so that it is ready for translation. 8 8 * 9 * @link https:// www.thenextwp.co9 * @link https://github.com/beyond88 10 10 * @since 1.0.0 11 11 * -
min-and-max-for-woocommerce/trunk/includes/class-min-max-for-woocommerce-loader.php
r2478461 r2768281 4 4 * Register all actions and filters for the plugin 5 5 * 6 * @link https:// www.thenextwp.co6 * @link https://github.com/beyond88 7 7 * @since 1.0.0 8 8 * -
min-and-max-for-woocommerce/trunk/includes/class-min-max-for-woocommerce.php
r2478461 r2768281 7 7 * public-facing side of the site and the admin area. 8 8 * 9 * @link https:// www.thenextwp.co9 * @link https://github.com/beyond88 10 10 * @since 1.0.0 11 11 * … … 57 57 $this->version = MMFWC_VERSION; 58 58 } else { 59 $this->version = '1.0. 1';59 $this->version = '1.0.2'; 60 60 } 61 61 $this->plugin_name = 'min-max-for-woocommerce'; -
min-and-max-for-woocommerce/trunk/min-max-for-woocommerce.php
r2478461 r2768281 3 3 /** 4 4 * 5 * @link https:// www.thenextwp.co5 * @link https://github.com/beyond88 6 6 * @since 1.0.0 7 7 * @package Min_Max_For_Woocommerce … … 10 10 * Plugin Name: Min and Max for WooCommerce 11 11 * Plugin URI: https://wordpress.org/plugins/min-max-for-woocommerce 12 * Description: Handle minimum and maximum quantity with the easiest way.13 * Version: 1.0. 112 * Description: Handle minimum and maximum quantity easily. 13 * Version: 1.0.2 14 14 * Author: Mohiuddin Abdul Kader 15 15 * Author URI: https://profiles.wordpress.org/hossain88/ … … 20 20 * Requires PHP: 5.6 21 21 * Requires at least: 4.4 22 * Tested up to: 5.622 * Tested up to: 6.0.1 23 23 * 24 24 * WC requires at least: 3.1 25 * WC tested up to: 4.9.125 * WC tested up to: 6.7.0 26 26 * License: GNU General Public License v3.0 27 27 * License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 33 33 } 34 34 35 define( 'MMFWC_VERSION', '1.0. 1' );35 define( 'MMFWC_VERSION', '1.0.2' ); 36 36 define( 'MMFWC_MINIMUM_PHP_VERSION', '5.6.0' ); 37 37 define( 'MMFWC_MINIMUM_WP_VERSION', '4.4' ); -
min-and-max-for-woocommerce/trunk/public/class-min-max-for-woocommerce-public.php
r2478461 r2768281 4 4 * The public-facing functionality of the plugin. 5 5 * 6 * @link https:// www.thenextwp.co6 * @link https://github.com/beyond88 7 7 * @since 1.0.0 8 8 * -
min-and-max-for-woocommerce/trunk/readme.txt
r2478461 r2768281 1 1 === Min and Max for WooCommerce === 2 2 Contributors: hossain88 3 Donate Link: http ://thenextwp.co3 Donate Link: https://github.com/beyond88 4 4 Tags: limit, cost, limit quantity, woocommerce quantity, minimum quantity, maximum quantity 5 5 Requires at least: 4.4 6 Tested up to: 5.66 Tested up to: 6.0.1 7 7 WC requires at least: 3.1 8 WC tested up to: 4.1.08 WC tested up to: 6.7.0 9 9 Requires PHP: 5.6 10 Stable tag: 3.0.110 Stable tag: 1.0.0 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 13 14 Handle minimum and maximum quantity with the easiest way.14 Handle minimum and maximum quantity easily. 15 15 16 16 == Description == … … 45 45 Initial version released 46 46 47 = 1.0. 1=47 = 1.0.2 = 48 48 Test with latest WordPress & WooCommerce version -
min-and-max-for-woocommerce/trunk/uninstall.php
r2478461 r2768281 4 4 * Fired when the plugin is uninstalled. 5 5 * 6 * @link https:// www.thenextwp.co6 * @link https://github.com/beyond88 7 7 * @since 1.0.0 8 8 *
Note: See TracChangeset
for help on using the changeset viewer.