diff --git a/includes/class-freemius.php b/includes/class-freemius.php index 79439c8e..08589d64 100755 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -7098,7 +7098,6 @@ private function add_sticky_optin_admin_notice() { */ function _enqueue_connect_essentials() { wp_enqueue_script( 'jquery' ); - wp_enqueue_script( 'json2' ); fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' ); fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' ); diff --git a/start.php b/start.php index 25a76054..976db305 100644 --- a/start.php +++ b/start.php @@ -15,7 +15,7 @@ * * @var string */ - $this_sdk_version = '2.13.0.2'; + $this_sdk_version = '2.13.0.3'; #region SDK Selection Logic -------------------------------------------------------------------- diff --git a/templates/checkout/frame.php b/templates/checkout/frame.php index 22379dd4..5c89aea9 100755 --- a/templates/checkout/frame.php +++ b/templates/checkout/frame.php @@ -35,7 +35,6 @@ } wp_enqueue_script( 'jquery' ); - wp_enqueue_script( 'json2' ); fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' ); fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' ); fs_enqueue_local_script( 'fs-form', 'jquery.form.js', array( 'jquery' ) ); diff --git a/templates/checkout/process-redirect.php b/templates/checkout/process-redirect.php index fec4f398..d66dacc1 100644 --- a/templates/checkout/process-redirect.php +++ b/templates/checkout/process-redirect.php @@ -25,7 +25,6 @@ $fs_checkout->verify_checkout_redirect_nonce( $fs ); wp_enqueue_script( 'jquery' ); - wp_enqueue_script( 'json2' ); fs_enqueue_local_script( 'fs-form', 'jquery.form.js', array( 'jquery' ) ); $action = fs_request_get( '_fs_checkout_action' ); diff --git a/templates/contact.php b/templates/contact.php index e23f94a6..de5b4fe8 100755 --- a/templates/contact.php +++ b/templates/contact.php @@ -44,7 +44,6 @@ } wp_enqueue_script( 'jquery' ); - wp_enqueue_script( 'json2' ); fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' ); fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' ); fs_enqueue_local_style( 'fs_checkout', '/admin/common.css' ); diff --git a/templates/pricing.php b/templates/pricing.php index af2fe84b..f7d5abf2 100644 --- a/templates/pricing.php +++ b/templates/pricing.php @@ -11,7 +11,6 @@ } wp_enqueue_script( 'jquery' ); - wp_enqueue_script( 'json2' ); fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' ); fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' ); fs_enqueue_local_style( 'fs_common', '/admin/common.css' );