Skip to content

Commit

Permalink
Merge pull request #44 from newfold-labs/update/fix-p3-again
Browse files Browse the repository at this point in the history
Update/fix p3 again
  • Loading branch information
circlecube authored Jun 19, 2024
2 parents 44cf519 + 4e0acdd commit be8804c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-i18n'), 'version' => '5984a9e5a2eec310162a');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-i18n'), 'version' => 'f41b874a5c7024d964a3');
3 changes: 2 additions & 1 deletion includes/Services/InstaMigrateService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}

/**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newfold-labs/wp-module-migration",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit be8804c

Please sign in to comment.