Changeset 3257222
- Timestamp:
- 03/17/2025 02:53:23 PM (12 months ago)
- Location:
- add-quantity-field-on-shop-page-for-woocommerce
- Files:
-
- 13 added
- 2 edited
-
tags/1.0.17 (added)
-
tags/1.0.17/add-quantity-field-on-shop-page.php (added)
-
tags/1.0.17/includes (added)
-
tags/1.0.17/includes/admin (added)
-
tags/1.0.17/includes/admin/assets (added)
-
tags/1.0.17/includes/admin/assets/img (added)
-
tags/1.0.17/includes/admin/assets/img/wvpd-icon.gif (added)
-
tags/1.0.17/includes/admin/class-aqf_plugin_installer.php (added)
-
tags/1.0.17/includes/plugin_compatibility.php (added)
-
tags/1.0.17/index.php (added)
-
tags/1.0.17/languages (added)
-
tags/1.0.17/languages/add-quantity-field-on-shop-page.pot (added)
-
tags/1.0.17/readme.txt (added)
-
trunk/add-quantity-field-on-shop-page.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
add-quantity-field-on-shop-page-for-woocommerce/trunk/add-quantity-field-on-shop-page.php
r3010750 r3257222 5 5 * Description: Display quantity field on the Shop / Archive page of WooCommerce. 6 6 * Author: Tanvirul Haque 7 * Version: 1.0.1 67 * Version: 1.0.17 8 8 * Author URI: http://wpxpress.net 9 9 * Text Domain: add-quantity-field-on-shop-page … … 11 11 * Requires PHP: 7.4 12 12 * Requires at least: 4.8 13 * Tested up to: 6. 413 * Tested up to: 6.7 14 14 * WC requires at least: 4.5 15 * WC tested up to: 8.415 * WC tested up to: 9.7 16 16 * License: GPLv2+ 17 17 */ … … 34 34 * @var string 35 35 */ 36 public $version = '1.0.1 6';36 public $version = '1.0.17'; 37 37 38 38 /** … … 126 126 127 127 // add_shortcode( 'aqf_quantity_field', array( $this, 'quantity_field_shortcode' ) ); 128 } 129 130 // Add 3rd party compatibility131 require_once AQF_INCLUDES . '/plugin_compatibility.php'; 128 129 // Add 3rd party compatibility 130 require_once AQF_INCLUDES . '/plugin_compatibility.php'; 131 } 132 132 } 133 133 -
add-quantity-field-on-shop-page-for-woocommerce/trunk/readme.txt
r3010750 r3257222 4 4 Requires PHP: 7.4 5 5 Requires at least: 4.8 6 Tested up to: 6. 46 Tested up to: 6.7 7 7 WC requires at least: 4.5 8 WC tested up to: 8.49 Stable tag: trunk8 WC tested up to: 9.7 9 Stable tag: 1.0.17 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.