| @@ -7,24 +7,28 @@ | ||
| 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 | 14 | 'id' => '9379', |
| 13 | - 'slug' => 'blockspare', | |
| 15 | + 'slug' => 'blockspare-pro', | |
| 14 | 16 | 'premium_slug' => 'blockspare-pro', |
| 15 | 17 | 'type' => 'plugin', |
| 16 | 18 | 'public_key' => 'pk_29829adcdce7852dbe329f64cd6f3', |
| 17 | - 'coupon' => 'ReadyMadeWebistes', | |
| 18 | 19 | 'is_premium' => false, |
| 19 | - 'is_premium_only' => false, | |
| 20 | + 'has_premium_version' => true, | |
| 20 | 21 | 'has_addons' => false, |
| 21 | 22 | 'has_paid_plans' => true, |
| 22 | 23 | 'menu' => array( |
| 23 | 24 | 'slug' => 'blockspare', |
| 24 | 25 | 'first-path' => 'admin.php?page=blockspare', |
| 25 | - 'support' => false, | |
| 26 | - ), | |
| 26 | + 'account' => true, | |
| 27 | + 'pricing' => true, | |
| 28 | + 'contact' => true, | |
| 29 | + 'support' => false, | |
| 30 | + ) | |
| 27 | 31 | ) ); |
| 28 | 32 | } |
| 29 | 33 | |
| 30 | 34 | return $blockspare_fs; |