🔀 Improve Breaking Changes:

commit a6b3feb786585dc262ad99db918ee887b057f431
Author: Jan Oberhauser <jan.oberhauser@gmail.com>
Date:   Tue May 12 15:38:23 2020 +0200

     Fix indentation

commit 8c56a377bd
Author: Tanay Pant <tanaypant@protonmail.com>
Date:   Tue May 12 15:31:11 2020 +0200

    One more edit to Breaking Changes

commit da125d4dab
Author: Tanay Pant <tanaypant@protonmail.com>
Date:   Tue May 12 15:27:44 2020 +0200

    Edits to the Breaking Changes
This commit is contained in:
Jan Oberhauser 2020-05-12 15:41:20 +02:00
parent 9c66a652fc
commit 15c7331e43

View file

@ -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