Changeset 2768273
- Timestamp:
- 08/09/2022 09:47:00 AM (4 years ago)
- Location:
- default-quantity-for-woocommerce/trunk
- Files:
-
- 8 edited
-
admin/class-default-quantity-for-woocommerce-admin.php (modified) (2 diffs)
-
default-quantity-for-woocommerce.php (modified) (4 diffs)
-
includes/class-default-quantity-for-woocommerce-i18n.php (modified) (1 diff)
-
includes/class-default-quantity-for-woocommerce-loader.php (modified) (1 diff)
-
includes/class-default-quantity-for-woocommerce.php (modified) (1 diff)
-
public/class-default-quantity-for-woocommerce-public.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
default-quantity-for-woocommerce/trunk/admin/class-default-quantity-for-woocommerce-admin.php
r2488818 r2768273 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 * … … 174 174 'custom_attributes' => array( 175 175 'step' => '1', 176 'min' => ' 0'176 'min' => '1' 177 177 ), 178 178 ]); -
default-quantity-for-woocommerce/trunk/default-quantity-for-woocommerce.php
r2488818 r2768273 3 3 /** 4 4 * 5 * @link https:// www.thenextwp.co5 * @link https://github.com/beyond88 6 6 * @since 1.0.0 7 7 * @package Default_Quantity_For_Woocommerce … … 10 10 * Plugin Name: Default Quantity for WooCommerce 11 11 * Plugin URI: https://wordpress.org/plugins/default quantity-for-woocommerce 12 * Description: The eas y way to set default quantities inWooCommerce.13 * Version: 1.0. 212 * Description: The easiest way to set up default quantities for WooCommerce. 13 * Version: 1.0.3 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( 'DQFWC_VERSION', '1.0. 2' );35 define( 'DQFWC_VERSION', '1.0.3' ); 36 36 define( 'DQFWC_MINIMUM_PHP_VERSION', '5.6.0' ); 37 37 define( 'DQFWC_MINIMUM_WP_VERSION', '4.4' ); -
default-quantity-for-woocommerce/trunk/includes/class-default-quantity-for-woocommerce-i18n.php
r2478448 r2768273 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 * -
default-quantity-for-woocommerce/trunk/includes/class-default-quantity-for-woocommerce-loader.php
r2478448 r2768273 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 * -
default-quantity-for-woocommerce/trunk/includes/class-default-quantity-for-woocommerce.php
r2488818 r2768273 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 * -
default-quantity-for-woocommerce/trunk/public/class-default-quantity-for-woocommerce-public.php
r2478448 r2768273 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 * -
default-quantity-for-woocommerce/trunk/readme.txt
r2488818 r2768273 1 1 === Default Quantity for WooCommerce === 2 2 Contributors: hossain88 3 Donate Link: http ://thenextwp.co3 Donate Link: https://www.linkedin.com/in/mohiuddin-abdul-kader 4 4 Tags: default, quantity, default quantity, woocommerce quantity, minimum 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.3 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 13 14 The eas y way to set default quatities inWooCommerce.14 The easiest way to set up default quantities for WooCommerce. 15 15 16 16 == Description == … … 58 58 Fix fatal error 59 59 60 = 1.0. 2=60 = 1.0.3 = 61 61 Fix missing admin directory 62 63 = 1.0.3 = 64 Tested on latest WordPress and WooCommerce -
default-quantity-for-woocommerce/trunk/uninstall.php
r2478448 r2768273 5 5 * 6 6 * 7 * @link https:// www.thenextwp.co7 * @link https://github.com/beyond88 8 8 * @since 1.0.0 9 9 *
Note: See TracChangeset
for help on using the changeset viewer.