diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index 6f57b5b6cb..545a482ff9 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -1,27 +1,27 @@ # n8n Breaking Changes -This list shows all the versions which include breaking changes and how to upgrade +This list shows all the versions which include breaking changes and how to upgrade. ## 0.67.0 ### What changed? -The name of the following nodes were not set correctly and got fixed: - - Bitbucket-Trigger - - Eventbrite -Trigger - - Gumroad-Trigger - - Jira - - Mailchimp-Trigger - - PayPal Trigger - - Read PDF - - Shopify - - Shopify-Trigger - - Stripe-Trigger - - Toggl-Trigger +The names of the following nodes were not set correctly and got fixed: + - Bitbucket-Trigger + - Eventbrite -Trigger + - Gumroad-Trigger + - Jira + - Mailchimp-Trigger + - PayPal Trigger + - Read PDF + - Shopify + - Shopify-Trigger + - Stripe-Trigger + - Toggl-Trigger ### When is action necessary? -If any of the above nodes is used in any workflow. +If any of the nodes mentioned above, are used in any of your workflows. ### How to upgrade: @@ -29,11 +29,12 @@ There are two ways to upgrade the workflows and to make them work in the new ver **Simple** -Delete the above nodes and totally recreate them (best write down the settings before upgrading) + - Note down the settings of the nodes before upgrading + - After upgrading, delete the nodes mentioned above from your workflow, and recreate them **Advanced** -After upgrading select the whole workflow in the editor, copy it, and paste it into a text-editor. In the appearing JSON change the node types manually by replacing the values for "type" as follows: +After upgrading, select the whole workflow in the editor, copy it, and paste it into a text editor. In the JSON, change the node types manually by replacing the values for "type" as follows: - "n8n-nodes-base.bitbucket" -> "n8n-nodes-base.bitbucketTrigger" - "n8n-nodes-base.eventbrite" -> "n8n-nodes-base.eventbriteTrigger" - "n8n-nodes-base.gumroad" -> "n8n-nodes-base.gumroadTrigger" @@ -46,7 +47,7 @@ After upgrading select the whole workflow in the editor, copy it, and paste it i - "n8n-nodes-base.stripe" -> "n8n-nodes-base.stripeTrigger" - "n8n-nodes-base.toggl" -> "n8n-nodes-base.togglTrigger" -Then delete all existing nodes, and then paste the changed JSON directly into n8n. It should then recreate all nodes and connections again this time again with working nodes. +Then delete all existing nodes, and then paste the changed JSON directly into n8n. It should then recreate all the nodes and connections again, this time with working nodes. ## 0.62.0