| @@ -8,26 +8,22 @@ | ||
| 8 | 8 | // Include Freemius SDK. |
| 9 | 9 | require_once dirname(__FILE__) . '/freemius/start.php'; |
| 10 | 10 | |
| 11 | 11 | $blockspare_fs = fs_dynamic_init( array( |
| 12 | - 'id' => '5840', | |
| 12 | + 'id' => '9379', | |
| 13 | 13 | 'slug' => 'blockspare', |
| 14 | 14 | 'premium_slug' => 'blockspare-pro', |
| 15 | 15 | 'type' => 'plugin', |
| 16 | - 'public_key' => 'pk_d67f7ce3f4642fcd5999502d0ac11', | |
| 17 | - 'is_premium' => true, | |
| 18 | - 'premium_suffix' => 'Pro', | |
| 19 | - 'has_premium_version' => false, | |
| 16 | + 'public_key' => 'pk_29829adcdce7852dbe329f64cd6f3', | |
| 17 | + 'is_premium' => false, | |
| 18 | + 'is_premium_only' => false, | |
| 20 | 19 | 'has_addons' => false, |
| 21 | 20 | 'has_paid_plans' => true, |
| 22 | 21 | 'menu' => array( |
| 23 | - 'slug' => 'blockspare', | |
| 24 | - 'first-path' => 'admin.php?page=blockspare', | |
| 25 | - 'account' => true, | |
| 26 | - 'pricing' => false, | |
| 27 | - 'contact' => true, | |
| 22 | + 'slug' => 'blockspare', | |
| 23 | + 'first-path' => 'admin.php?page=blockspare', | |
| 24 | + 'support' => false, | |
| 28 | 25 | ), |
| 29 | - | |
| 30 | 26 | ) ); |
| 31 | 27 | } |
| 32 | 28 | |
| 33 | 29 | return $blockspare_fs; |