Changeset 3453633
- Timestamp:
- 02/04/2026 09:11:53 AM (7 weeks ago)
- Location:
- disable-variable-product-price-range-show-only-lowest-price-in-variable-products
- Files:
-
- 15 added
- 2 edited
-
tags/1.2.3 (added)
-
tags/1.2.3/includes (added)
-
tags/1.2.3/includes/admin (added)
-
tags/1.2.3/includes/admin/class-woo-variation-price-display-settings.php (added)
-
tags/1.2.3/includes/admin/js (added)
-
tags/1.2.3/includes/admin/js/scripts.js (added)
-
tags/1.2.3/includes/admin/settings.php (added)
-
tags/1.2.3/includes/class-woo-variation-price-display-backend.php (added)
-
tags/1.2.3/includes/class-woo-variation-price-display-frontend.php (added)
-
tags/1.2.3/includes/class-woo-variation-price-display.php (added)
-
tags/1.2.3/index.php (added)
-
tags/1.2.3/languages (added)
-
tags/1.2.3/languages/woo-variation-price-display.pot (added)
-
tags/1.2.3/readme.txt (added)
-
tags/1.2.3/woo-variation-price-display.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/woo-variation-price-display.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disable-variable-product-price-range-show-only-lowest-price-in-variable-products/trunk/readme.txt
r3360865 r3453633 4 4 Requires PHP: 7.4 5 5 Requires at least: 4.8 6 Tested up to: 6. 86 Tested up to: 6.9 7 7 WC requires at least: 4.5 8 WC tested up to: 10. 19 Stable tag: 1.2. 28 WC tested up to: 10.4 9 Stable tag: 1.2.3 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
disable-variable-product-price-range-show-only-lowest-price-in-variable-products/trunk/woo-variation-price-display.php
r3360865 r3453633 5 5 * Description: Disable Price Range and shows only the lowest price and sale price in the WooCommerce variable products. 6 6 * Author: Tanvirul Haque 7 * Version: 1.2. 27 * Version: 1.2.3 8 8 * Author URI: https://wpxpress.net 9 9 * Text Domain: woo-variation-price-display … … 11 11 * Requires PHP: 7.4 12 12 * Requires at least: 4.8 13 * Tested up to: 6. 813 * Tested up to: 6.9 14 14 * WC requires at least: 4.5 15 * WC tested up to: 10. 115 * WC tested up to: 10.4 16 16 * License: GPLv2+ 17 17 */ … … 20 20 21 21 if ( ! defined( 'WOO_VARIATION_PRICE_DISPLAY_PLUGIN_VERSION' ) ) { 22 define( 'WOO_VARIATION_PRICE_DISPLAY_PLUGIN_VERSION', '1.2. 2' );22 define( 'WOO_VARIATION_PRICE_DISPLAY_PLUGIN_VERSION', '1.2.3' ); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.