| @@ -48,8 +48,15 @@ | ||
| 48 | 48 | /** |
| 49 | 49 | * @var bool Set to true if the free version of the module is hosted on WordPress.org. Defaults to true. |
| 50 | 50 | */ |
| 51 | 51 | public $is_wp_org_compliant = true; |
| 52 | + /** | |
| 53 | + * @author Leo Fajardo (@leorw) | |
| 54 | + * @since 2.2.5 | |
| 55 | + * | |
| 56 | + * @var int | |
| 57 | + */ | |
| 58 | + public $premium_releases_count; | |
| 52 | 59 | |
| 53 | 60 | #region Install Specific Properties |
| 54 | 61 | |
| 55 | 62 | /** |
| @@ -86,8 +93,23 @@ | ||
| 86 | 93 | * |
| 87 | 94 | * @var bool |
| 88 | 95 | */ |
| 89 | 96 | public $is_live; |
| 97 | + /** | |
| 98 | + * @since 2.2.3 | |
| 99 | + * @var null|number | |
| 100 | + */ | |
| 101 | + public $bundle_id; | |
| 102 | + /** | |
| 103 | + * @since 2.3.1 | |
| 104 | + * @var null|string | |
| 105 | + */ | |
| 106 | + public $bundle_public_key; | |
| 107 | + /** | |
| 108 | + * @since 2.5.4 | |
| 109 | + * @var null|array | |
| 110 | + */ | |
| 111 | + public $opt_in_moderation; | |
| 90 | 112 | |
| 91 | 113 | const AFFILIATE_MODERATION_CUSTOMERS = 'customers'; |
| 92 | 114 | |
| 93 | 115 | #endregion Install Specific Properties |