Plugin Directory

Changeset 3257222


Ignore:
Timestamp:
03/17/2025 02:53:23 PM (12 months ago)
Author:
tanvirul
Message:

Release 1.0.17

Location:
add-quantity-field-on-shop-page-for-woocommerce
Files:
13 added
2 edited

Legend:

Unmodified
Added
Removed
  • add-quantity-field-on-shop-page-for-woocommerce/trunk/add-quantity-field-on-shop-page.php

    r3010750 r3257222  
    55 * Description: Display quantity field on the Shop / Archive page of WooCommerce.
    66 * Author: Tanvirul Haque
    7  * Version: 1.0.16
     7 * Version: 1.0.17
    88 * Author URI: http://wpxpress.net
    99 * Text Domain: add-quantity-field-on-shop-page
     
    1111 * Requires PHP: 7.4
    1212 * Requires at least: 4.8
    13  * Tested up to: 6.4
     13 * Tested up to: 6.7
    1414 * WC requires at least: 4.5
    15  * WC tested up to: 8.4
     15 * WC tested up to: 9.7
    1616 * License: GPLv2+
    1717*/
     
    3434         * @var  string
    3535         */
    36         public $version = '1.0.16';
     36        public $version = '1.0.17';
    3737
    3838        /**
     
    126126
    127127                // add_shortcode( 'aqf_quantity_field', array( $this, 'quantity_field_shortcode' ) );
    128             }
    129 
    130             // Add 3rd party compatibility
    131             require_once AQF_INCLUDES . '/plugin_compatibility.php';
     128
     129                // Add 3rd party compatibility
     130                require_once AQF_INCLUDES . '/plugin_compatibility.php';
     131            }
    132132        }
    133133
  • add-quantity-field-on-shop-page-for-woocommerce/trunk/readme.txt

    r3010750 r3257222  
    44Requires PHP: 7.4
    55Requires at least: 4.8
    6 Tested up to: 6.4
     6Tested up to: 6.7
    77WC requires at least: 4.5
    8 WC tested up to: 8.4
    9 Stable tag: trunk
     8WC tested up to: 9.7
     9Stable tag: 1.0.17
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.