Plugin Directory

Changeset 2768273


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

Tested on latest WordPress and WooCommerce

Location:
default-quantity-for-woocommerce/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • default-quantity-for-woocommerce/trunk/admin/class-default-quantity-for-woocommerce-admin.php

    r2488818 r2768273  
    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 *
     
    174174            'custom_attributes' => array(
    175175                'step' => '1',
    176                 'min'  => '0'
     176                'min'  => '1'
    177177            ),         
    178178        ]);
  • default-quantity-for-woocommerce/trunk/default-quantity-for-woocommerce.php

    r2488818 r2768273  
    33/**
    44 *
    5  * @link              https://www.thenextwp.co
     5 * @link              https://github.com/beyond88
    66 * @since             1.0.0
    77 * @package           Default_Quantity_For_Woocommerce
     
    1010 * Plugin Name:       Default Quantity for WooCommerce
    1111 * Plugin URI:        https://wordpress.org/plugins/default quantity-for-woocommerce
    12  * Description:       The easy way to set default quantities in WooCommerce.
    13  * Version:           1.0.2
     12 * Description:       The easiest way to set up default quantities for WooCommerce.
     13 * Version:           1.0.3
    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( 'DQFWC_VERSION', '1.0.2' );
     35define( 'DQFWC_VERSION', '1.0.3' );
    3636define( 'DQFWC_MINIMUM_PHP_VERSION', '5.6.0' );
    3737define( 'DQFWC_MINIMUM_WP_VERSION', '4.4' );
  • default-quantity-for-woocommerce/trunk/includes/class-default-quantity-for-woocommerce-i18n.php

    r2478448 r2768273  
    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 *
  • default-quantity-for-woocommerce/trunk/includes/class-default-quantity-for-woocommerce-loader.php

    r2478448 r2768273  
    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 *
  • default-quantity-for-woocommerce/trunk/includes/class-default-quantity-for-woocommerce.php

    r2488818 r2768273  
    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 *
  • default-quantity-for-woocommerce/trunk/public/class-default-quantity-for-woocommerce-public.php

    r2478448 r2768273  
    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 *
  • default-quantity-for-woocommerce/trunk/readme.txt

    r2488818 r2768273  
    11=== Default Quantity for WooCommerce ===
    22Contributors: hossain88
    3 Donate Link: http://thenextwp.co
     3Donate Link: https://www.linkedin.com/in/mohiuddin-abdul-kader
    44Tags: default, quantity, default quantity, woocommerce quantity, minimum 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.3
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313
    14 The easy way to set default quatities in WooCommerce.
     14The easiest way to set up default quantities for WooCommerce.
    1515
    1616== Description ==
     
    5858Fix fatal error
    5959
    60 = 1.0.2 =
     60= 1.0.3 =
    6161Fix missing admin directory
     62
     63= 1.0.3 =
     64Tested on latest WordPress and WooCommerce
  • default-quantity-for-woocommerce/trunk/uninstall.php

    r2478448 r2768273  
    55 *
    66 *
    7  * @link       https://www.thenextwp.co
     7 * @link       https://github.com/beyond88
    88 * @since      1.0.0
    99 *
Note: See TracChangeset for help on using the changeset viewer.