Plugin Directory

Changeset 2768281


Ignore:
Timestamp:
08/09/2022 10:08:48 AM (4 years ago)
Author:
hossain88
Message:

Tested on latest WordPress and WooCommerce version

Location:
min-and-max-for-woocommerce/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • min-and-max-for-woocommerce/trunk/admin/class-min-max-for-woocommerce-admin.php

    r2478461 r2768281  
    44 * The admin-specific functionality of the plugin.
    55 *
    6  * @link       https://www.thenextwp.co
     6 * @link       https://github.com/beyond88
    77 * @since      1.0.0
    88 * @package    Min_Max_For_Woocommerce
  • min-and-max-for-woocommerce/trunk/includes/class-min-max-for-woocommerce-i18n.php

    r2478461 r2768281  
    77 * so that it is ready for translation.
    88 *
    9  * @link       https://www.thenextwp.co
     9 * @link       https://github.com/beyond88
    1010 * @since      1.0.0
    1111 *
  • min-and-max-for-woocommerce/trunk/includes/class-min-max-for-woocommerce-loader.php

    r2478461 r2768281  
    44 * Register all actions and filters for the plugin
    55 *
    6  * @link       https://www.thenextwp.co
     6 * @link       https://github.com/beyond88
    77 * @since      1.0.0
    88 *
  • min-and-max-for-woocommerce/trunk/includes/class-min-max-for-woocommerce.php

    r2478461 r2768281  
    77 * public-facing side of the site and the admin area.
    88 *
    9  * @link       https://www.thenextwp.co
     9 * @link       https://github.com/beyond88
    1010 * @since      1.0.0
    1111 *
     
    5757            $this->version = MMFWC_VERSION;
    5858        } else {
    59             $this->version = '1.0.1';
     59            $this->version = '1.0.2';
    6060        }
    6161        $this->plugin_name = 'min-max-for-woocommerce';
  • min-and-max-for-woocommerce/trunk/min-max-for-woocommerce.php

    r2478461 r2768281  
    33/**
    44 *
    5  * @link              https://www.thenextwp.co
     5 * @link              https://github.com/beyond88
    66 * @since             1.0.0
    77 * @package           Min_Max_For_Woocommerce
     
    1010 * Plugin Name:       Min and Max for WooCommerce
    1111 * 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.1
     12 * Description:       Handle minimum and maximum quantity easily.
     13 * Version:           1.0.2
    1414 * Author:            Mohiuddin Abdul Kader
    1515 * Author URI:        https://profiles.wordpress.org/hossain88/
     
    2020 * Requires PHP:      5.6
    2121 * Requires at least: 4.4
    22  * Tested up to:      5.6
     22 * Tested up to:      6.0.1
    2323 *
    2424 * WC requires at least: 3.1
    25  * WC tested up to:   4.9.1
     25 * WC tested up to:   6.7.0
    2626 * License: GNU General Public License v3.0
    2727 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3333}
    3434
    35 define( 'MMFWC_VERSION', '1.0.1' );
     35define( 'MMFWC_VERSION', '1.0.2' );
    3636define( 'MMFWC_MINIMUM_PHP_VERSION', '5.6.0' );
    3737define( 'MMFWC_MINIMUM_WP_VERSION', '4.4' );
  • min-and-max-for-woocommerce/trunk/public/class-min-max-for-woocommerce-public.php

    r2478461 r2768281  
    44 * The public-facing functionality of the plugin.
    55 *
    6  * @link       https://www.thenextwp.co
     6 * @link       https://github.com/beyond88
    77 * @since      1.0.0
    88 *
  • min-and-max-for-woocommerce/trunk/readme.txt

    r2478461 r2768281  
    11=== Min and Max for WooCommerce ===
    22Contributors: hossain88
    3 Donate Link: http://thenextwp.co
     3Donate Link: https://github.com/beyond88
    44Tags: limit, cost, limit quantity, woocommerce quantity, minimum quantity, maximum quantity
    55Requires at least: 4.4
    6 Tested up to: 5.6
     6Tested up to: 6.0.1
    77WC requires at least: 3.1
    8 WC tested up to: 4.1.0
     8WC tested up to: 6.7.0
    99Requires PHP: 5.6
    10 Stable tag: 3.0.1
     10Stable tag: 1.0.0
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313
    14 Handle minimum and maximum quantity with the easiest way.
     14Handle minimum and maximum quantity easily.
    1515
    1616== Description ==
     
    4545Initial version released
    4646
    47 = 1.0.1 =
     47= 1.0.2 =
    4848Test with latest WordPress & WooCommerce version
  • min-and-max-for-woocommerce/trunk/uninstall.php

    r2478461 r2768281  
    44 * Fired when the plugin is uninstalled.
    55 *
    6  * @link       https://www.thenextwp.co
     6 * @link       https://github.com/beyond88
    77 * @since      1.0.0
    88 *
Note: See TracChangeset for help on using the changeset viewer.