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 | src/TierPricingTablePlugin.php +2 -6 6.5.0 → 8.0.2 View file →
@@ -30,19 +30,15 @@
30 30 use ServiceContainerTrait;
31 31
32 32 /**
33 33 * License instance
34 - *
35 - * @var Freemius
36 34 */
37 - private $licence;
35 + private Freemius $licence;
38 36
39 - const VERSION = '6.5.0';
37 + const VERSION = '8.0.2';
40 38
41 39 /**
42 40 * TierPricingTablePlugin constructor.
43 - *
44 - * @param string $mainFile
45 41 */
46 42 public function __construct( string $mainFile ) {
47 43
48 44 $this->licence = new Freemius( $mainFile );