PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.3.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/templates/checkout.php +4 -7 2.6.11.3.3 View file →
@@ -59,9 +59,8 @@
59 59 'public_key' => $fs->get_public_key(),
60 60 'plugin_version' => $fs->get_plugin_version(),
61 61 'mode' => 'dashboard',
62 62 'trial' => fs_request_get_bool( 'trial' ),
63 - 'is_ms' => ( fs_is_network_admin() && $fs->is_network_active() ),
64 63 );
65 64
66 65 $plan_id = fs_request_get( 'plan_id' );
67 66 if ( FS_Plugin_Plan::is_valid_id( $plan_id ) ) {
@@ -277,10 +276,9 @@
277 276 });
278 277
279 278 FS.PostMessage.receiveOnce('pending_activation', function (data) {
280 279 var requestData = {
281 - user_email : data.user_email,
282 - support_email_address: data.support_email_address
280 + user_email: data.user_email
283 281 };
284 282
285 283 if (true === data.auto_install)
286 284 requestData.auto_install = true;
@@ -285,12 +283,11 @@
285 283 if (true === data.auto_install)
286 284 requestData.auto_install = true;
287 285
288 286 $.form('<?php echo fs_nonce_url( $fs->_get_admin_page_url( 'account', array(
289 - 'fs_action' => $fs->get_unique_affix() . '_activate_new',
290 - 'plugin_id' => $plugin_id,
291 - 'pending_activation' => true,
292 - 'has_upgrade_context' => true,
287 + 'fs_action' => $fs->get_unique_affix() . '_activate_new',
288 + 'plugin_id' => $plugin_id,
289 + 'pending_activation' => true,
293 290 ) ), $fs->get_unique_affix() . '_activate_new' ) ?>', requestData).submit();
294 291 });
295 292
296 293 FS.PostMessage.receiveOnce('get_context', function () {