PluginProbe
Tiered Pricing Table for WooCommerce / 8.0.2
Tiered Pricing Table for WooCommerce v8.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | tier-pricing-table.php +6 -4 6.1.0 → 8.0.2 View file →
@@ -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.1.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 - * WC requires at least: 7.0
17 - * WC tested up to: 10.9
16 + * Requires PHP: 7.4
17 + *
18 + * WC requires at least: 9.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' ) ) {