PluginProbe
Tiered Pricing Table for WooCommerce / 2.2.2
Tiered Pricing Table for WooCommerce v2.2.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 2.3.4 All 90 releases
← All changes | tier-pricing-table.php +4 -4 2.3.32.2.2 View file →
@@ -3,11 +3,11 @@
3 3 use TierPricingTable\TierPricingTablePlugin;
4 4
5 5 /**
6 6 *
7 - * Plugin Name: WooCommerce Tiered Price Table
8 - * Description: Allow set price for certain quantity of a product. Shows pricing and product summary table. Supports displaying pricing table in tooltip.
9 - * Version: 2.3.3
7 + * Plugin Name: WooCommerce Tiered Price Table
8 + * Description: Allow set price for certain quantity of product. Shows pricing table. Supports displaying pricing table in tooltip
9 + * Version: 2.2.2
10 10 * Author: bycrik
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
@@ -13,9 +13,9 @@
13 13 * Text Domain: tier-pricing-table
14 14 * Domain Path: /languages/
15 15 *
16 16 * WC requires at least: 3.0
17 - * WC tested up to: 3.8.0
17 + * WC tested up to: 3.6.2
18 18 *
19 19 */
20 20
21 21 // If this file is called directly, abort.