diff --git a/bootstrap.php b/bootstrap.php index 915667e..753bbee 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -22,7 +22,7 @@ function () { 'callback' => function ( Container $container ) { if ( ! defined( 'NFD_MIGRATION_MODULE_VERSION' ) ) { - define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.5' ); + define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.6' ); } $brand = $container->plugin()->id; if ( 'atomic' === getContext( 'platform' ) ) { diff --git a/build/index.asset.php b/build/index.asset.php index df5d318..494014d 100644 --- a/build/index.asset.php +++ b/build/index.asset.php @@ -1 +1 @@ - array('react', 'wp-api-fetch', 'wp-i18n'), 'version' => '5984a9e5a2eec310162a'); + array('react', 'wp-api-fetch', 'wp-i18n'), 'version' => 'f41b874a5c7024d964a3'); diff --git a/includes/Services/InstaMigrateService.php b/includes/Services/InstaMigrateService.php index b2a3d84..00227bf 100644 --- a/includes/Services/InstaMigrateService.php +++ b/includes/Services/InstaMigrateService.php @@ -27,7 +27,8 @@ class InstaMigrateService { * Set required api keys for insta to initiate the migration */ public function __construct() { - $this->insta_api_key = UtilityService::get_insta_api_key( BRAND_PLUGIN ); + // comment this out so we don't hammer the key service anymore + // $this->insta_api_key = UtilityService::get_insta_api_key( BRAND_PLUGIN ); } /** diff --git a/package-lock.json b/package-lock.json index 67bb5be..d4535d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newfold-labs/wp-module-migration", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@newfold-labs/wp-module-migration", - "version": "1.0.5", + "version": "1.0.6", "license": "GPL-2.0-or-later", "dependencies": { "@heroicons/react": "^2.0.18", diff --git a/package.json b/package.json index cebf749..75ab576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newfold-labs/wp-module-migration", - "version": "1.0.5", + "version": "1.0.6", "description": "", "main": "build/index.js", "scripts": {