Skip to content

Commit

Permalink
Merge pull request #650 from newfold-labs/update/ecommerce-version-bu…
Browse files Browse the repository at this point in the history
…mp-1.3.38

Ecommerce Version bump to 1.3.38 and Added Sales Channel menu option
  • Loading branch information
wpalani authored Jul 25, 2024
2 parents 3111ef0 + a23bc1d commit 15ecbf1
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "WordPress/WordPress#tags/6.6",
"core": "WordPress/WordPress#tags/6.6.1",
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"newfold-labs/wp-module-context": "^1.0.1",
"newfold-labs/wp-module-data": "2.5.3",
"newfold-labs/wp-module-deactivation": "^1.2.3",
"newfold-labs/wp-module-ecommerce": "^1.3.37",
"newfold-labs/wp-module-ecommerce": "^1.3.38",
"newfold-labs/wp-module-features": "^1.4.2",
"newfold-labs/wp-module-global-ctb": "^1.0.13",
"newfold-labs/wp-module-help-center": "^2.0.1",
Expand Down
30 changes: 15 additions & 15 deletions composer.lock

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

8 changes: 4 additions & 4 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
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@newfold-labs/wp-module-ecommerce": "^1.3.37",
"@newfold-labs/wp-module-ecommerce": "^1.3.38",
"@newfold-labs/wp-module-runtime": "^1.0.11",
"@newfold/ui-component-library": "^1.1.0",
"@reduxjs/toolkit": "^2.2.6",
Expand Down
7 changes: 7 additions & 0 deletions src/app/data/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ export const routes = [
),
}
: null,
NewfoldRuntime.hasCapability( 'hasYithExtended' ) &&
NewfoldRuntime.hasCapability( 'hasEcomdash' )
? {
name: '/store/sales_channel',
title: __( 'Sales Channel', 'wp-plugin-hostgator' ),
}
: null,
NewfoldRuntime.isWoo
? {
name: '/store/payments',
Expand Down

0 comments on commit 15ecbf1

Please sign in to comment.