| @@ -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 ); |