| @@ -3,11 +3,11 @@ | ||
| 3 | 3 | /** |
| 4 | 4 | * Plugin Name: WooCommerce Tiered Price Table |
| 5 | 5 | * Requires Plugins: woocommerce |
| 6 | 6 | * Description: Quantity-based discounts with nice-looking reflection on the product page. |
| 7 | - * Version: 6.4.0 | |
| 7 | + * Version: 8.0.2 | |
| 8 | 8 | * Author: U2Code |
| 9 | - * Author URI: https://u2code.com | |
| 9 | + * Author URI: https://tiered-pricing.com/ | |
| 10 | 10 | * Plugin URI: https://tiered-pricing.com/ |
| 11 | 11 | * License: GPLv2 or later |
| 12 | 12 | * License URI: http://www.gnu.org/licenses/gpl-2.0.txt |
| 13 | 13 | * Text Domain: tier-pricing-table |
| @@ -12,10 +12,12 @@ | ||
| 12 | 12 | * License URI: http://www.gnu.org/licenses/gpl-2.0.txt |
| 13 | 13 | * Text Domain: tier-pricing-table |
| 14 | 14 | * Domain Path: /languages/ |
| 15 | 15 | * |
| 16 | + * Requires PHP: 7.4 | |
| 17 | + * | |
| 16 | 18 | * WC requires at least: 9.0 |
| 17 | - * WC tested up to: 11.0 | |
| 19 | + * WC tested up to: 11.1 | |
| 18 | 20 | */ |
| 19 | 21 | use TierPricingTable\TierPricingTablePlugin; |
| 20 | 22 | // If this file is called directly, abort. |
| 21 | 23 | if ( !defined( 'WPINC' ) ) { |