Skip to content

Commit

Permalink
Merge pull request #12 from newfold-labs/connect-helper-version-update
Browse files Browse the repository at this point in the history
Updated `connect-helpers` version to 1.0.0
  • Loading branch information
diwanshuster authored May 3, 2024
2 parents dc195de + 00418eb commit 06bef1f
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 79 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function () {
'callback' => function ( Container $container ) {

if ( ! defined( 'NFD_MIGRATION_MODULE_VERSION' ) ) {
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.0' );
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.1' );
}
$brand = $container->plugin()->id;
if ( 'atomic' === getContext( 'platform' ) ) {
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@
},
{
"type": "vcs",
"url": "[email protected]:InstaWP/connect-helpers.git"
"url": "[email protected]:InstaWP/connect-helpers.git",
"only": [
"instawp/*"
]
}
],
"require": {
"newfold-labs/wp-module-loader": "^1.0.10",
"instawp/connect-helpers": "dev-main"
"instawp/connect-helpers": "1.0.0"
},
"require-dev": {
"newfold-labs/wp-php-standards": "^1.2"
Expand Down
97 changes: 62 additions & 35 deletions composer.lock

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

43 changes: 3 additions & 40 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.0",
"version": "1.0.1",
"description": "",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 06bef1f

Please sign in to comment.