| @@ -5,9 +5,9 @@ | ||
| 5 | 5 | /** |
| 6 | 6 | * |
| 7 | 7 | * Plugin Name: WooCommerce Tiered Price Table |
| 8 | 8 | * Description: Allow set price for certain quantity of product. Shows pricing table. Supports displaying pricing table in tooltip |
| 9 | - * Version: 2.1 | |
| 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,8 +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.6.2 | |
| 17 | 18 | * |
| 18 | 19 | */ |
| 19 | 20 | |
| 20 | 21 | // If this file is called directly, abort. |