PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 2.7.3
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v2.7.3
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.php +9 -11 1.3.22.7.3 View file →
@@ -7,29 +7,27 @@
7 7 if ( ! isset( $blockspare_fs ) ) {
8 8 // Include Freemius SDK.
9 9 require_once dirname(__FILE__) . '/freemius/start.php';
10 10
11 +
12 +
11 13 $blockspare_fs = fs_dynamic_init( array(
12 - 'id' => '5840',
13 - 'slug' => 'blockspare',
14 + 'id' => '9379',
15 + 'slug' => 'blockspare-pro',
14 16 'premium_slug' => 'blockspare-pro',
15 17 'type' => 'plugin',
16 - 'public_key' => 'pk_d67f7ce3f4642fcd5999502d0ac11',
18 + 'public_key' => 'pk_29829adcdce7852dbe329f64cd6f3',
17 19 'is_premium' => false,
18 - 'premium_suffix' => 'Pro',
19 - 'has_premium_version' => true,
20 + 'has_premium_version' => true,
20 21 'has_addons' => false,
21 22 'has_paid_plans' => true,
22 23 'menu' => array(
23 - 'slug' => 'blockspare',
24 - 'first-path' => 'admin.php?page=blockspare',
24 + 'slug' => 'blockspare',
25 + 'first-path' => 'admin.php?page=blockspare',
25 26 'account' => true,
26 27 'pricing' => true,
27 28 'contact' => true,
28 - ),
29 - // Set the SDK to work in a sandbox mode (for development & testing).
30 - // IMPORTANT: MAKE SURE TO REMOVE SECRET KEY BEFORE DEPLOYMENT.
31 - 'secret_key' => 'sk_6~#*wZ3r~OBg=n01{1HY-#vGeiw[7',
29 + )
32 30 ) );
33 31 }
34 32
35 33 return $blockspare_fs;