-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2041 from graphcommerce-org/fix/remove-deprecated
Remove legacyProductRoute functionality from GraphCommerce
- Loading branch information
Showing
20 changed files
with
43 additions
and
1,117 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@graphcommerce/magento-product": major | ||
--- | ||
|
||
Removed legacyProductRoute from GraphCommerce |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Upgrading from GraphCommerce 6 to 7 | ||
|
||
Depending on the amounts of customisations you've made, there are some manual | ||
steps. Please follow the regular [upgrade steps first](./readme.md). | ||
|
||
1. [`legacyProductRoute` is removed](#legacyproductroute-is-removed) | ||
2. [Upgrading your Hygraph schema](#upgrading-your-hygraph-schema) | ||
|
||
## `legacyProductRoute` is removed | ||
|
||
🟠 Only required if you've used the legacyProductRoute | ||
|
||
Remove all `/pages/product/*` routes. | ||
|
||
## Upgrading your Hygraph schema | ||
|
||
Upgrade your Hygraph schema with the [Hygraph migration cli](../hygraph/cli.md). | ||
Select `graphcommerce7to8` as version. |
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 was deleted.
Oops, something went wrong.
167 changes: 0 additions & 167 deletions
167
examples/magento-graphcms/pages/product/bundle/[url].tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.