This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add/features-module
* main: Updated tested up to wp version Bump deactivation module 1.1.2 update wordpress versions in cypress matrix Skip ecomm tests when the env is less than wp 6.4 Bump npm package version Resolve conflicts Fix tests Fix tests update lock file Update Onboarding to 2.3.0 update ecommerce version bump and lock files updated Bump ecommerce npm package Bump version bump ecommerce, onboarding and patterns modules # Conflicts: # composer.json # composer.lock
- Loading branch information
Showing
8 changed files
with
331 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,9 +29,9 @@ jobs: | |
- '8.2' | ||
- '8.3' | ||
wpVersion: | ||
- '6.2' | ||
- '6.3' | ||
- '6.4' | ||
- '6.5' | ||
|
||
steps: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,13 @@ | |
"only": [ | ||
"newfold-labs/*" | ||
] | ||
}, | ||
"instawp": { | ||
"type": "vcs", | ||
"url": "[email protected]:InstaWP/connect-helpers.git", | ||
"only": [ | ||
"instawp/*" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
|
@@ -70,22 +77,22 @@ | |
"newfold-labs/wp-module-coming-soon": "^1.2.3", | ||
"newfold-labs/wp-module-context": "^1.0.0", | ||
"newfold-labs/wp-module-data": "^2.4.24", | ||
"newfold-labs/wp-module-deactivation": "^1.1.1", | ||
"newfold-labs/wp-module-ecommerce": "^1.3.28", | ||
"newfold-labs/wp-module-deactivation": "^1.1.2", | ||
"newfold-labs/wp-module-ecommerce": "^1.3.30", | ||
"newfold-labs/wp-module-features": "dev-main", | ||
"newfold-labs/wp-module-global-ctb": "^1.0.11", | ||
"newfold-labs/wp-module-help-center": "^1.0.24", | ||
"newfold-labs/wp-module-loader": "^1.0.10", | ||
"newfold-labs/wp-module-marketplace": "^2.2.4", | ||
"newfold-labs/wp-module-notifications": "^1.3.0", | ||
"newfold-labs/wp-module-onboarding": "^2.1.9", | ||
"newfold-labs/wp-module-patterns": "^0.1.18", | ||
"newfold-labs/wp-module-onboarding": "^2.3.0", | ||
"newfold-labs/wp-module-patterns": "^1.0.0", | ||
"newfold-labs/wp-module-performance": "^1.4.1", | ||
"newfold-labs/wp-module-runtime": "^1.0.10", | ||
"newfold-labs/wp-module-secure-passwords": "^1.1.1", | ||
"newfold-labs/wp-module-sso": "^1.0.5", | ||
"newfold-labs/wp-module-staging": "dev-develop", | ||
"newfold-labs/wp-module-staging": "dev-add/staging-feature", | ||
"wp-forge/wp-update-handler": "^1.0.2", | ||
"wp-forge/wp-upgrade-handler": "^1.0" | ||
} | ||
} | ||
} |
Oops, something went wrong.