PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / trunk
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites vtrunk
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
← All changes | freemius/includes/entities/class-fs-plugin.php +5 -0 1.2.2trunk View file →
@@ -103,8 +103,13 @@
103 103 * @since 2.3.1
104 104 * @var null|string
105 105 */
106 106 public $bundle_public_key;
107 + /**
108 + * @since 2.5.4
109 + * @var null|array
110 + */
111 + public $opt_in_moderation;
107 112
108 113 const AFFILIATE_MODERATION_CUSTOMERS = 'customers';
109 114
110 115 #endregion Install Specific Properties