diff --git a/includes/class-freemius.php b/includes/class-freemius.php index fd10929a..c5a03fdd 100755 --- a/includes/class-freemius.php +++ b/includes/class-freemius.php @@ -23505,7 +23505,7 @@ function _fs_pricing_ajax_action_handler() { $params['plugin_public_key'] = $this->get_public_key(); } - $result = $api->get( 'pricing.json?' . http_build_query( $params ) ); + $result = $api->get( $this->add_show_pending( 'pricing.json?' . http_build_query( $params ) ) ); break; case 'start_trial': $trial_plan_id = fs_request_get( 'plan_id' ); diff --git a/start.php b/start.php index 9b02a1f2..a86d7ae8 100644 --- a/start.php +++ b/start.php @@ -15,7 +15,7 @@ * * @var string */ - $this_sdk_version = '2.12.1'; + $this_sdk_version = '2.12.1.1'; #region SDK Selection Logic --------------------------------------------------------------------