mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
🔀 Improve Breaking Changes:
commit a6b3feb786585dc262ad99db918ee887b057f431 Author: Jan Oberhauser <jan.oberhauser@gmail.com> Date: Tue May 12 15:38:23 2020 +0200 ⚡ Fix indentation commit8c56a377bd
Author: Tanay Pant <tanaypant@protonmail.com> Date: Tue May 12 15:31:11 2020 +0200 One more edit to Breaking Changes commitda125d4dab
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:
parent
9c66a652fc
commit
15c7331e43
|
@ -1,27 +1,27 @@
|
||||||
# n8n Breaking Changes
|
# 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
|
## 0.67.0
|
||||||
|
|
||||||
### What changed?
|
### What changed?
|
||||||
|
|
||||||
The name of the following nodes were not set correctly and got fixed:
|
The names of the following nodes were not set correctly and got fixed:
|
||||||
- Bitbucket-Trigger
|
- Bitbucket-Trigger
|
||||||
- Eventbrite -Trigger
|
- Eventbrite -Trigger
|
||||||
- Gumroad-Trigger
|
- Gumroad-Trigger
|
||||||
- Jira
|
- Jira
|
||||||
- Mailchimp-Trigger
|
- Mailchimp-Trigger
|
||||||
- PayPal Trigger
|
- PayPal Trigger
|
||||||
- Read PDF
|
- Read PDF
|
||||||
- Shopify
|
- Shopify
|
||||||
- Shopify-Trigger
|
- Shopify-Trigger
|
||||||
- Stripe-Trigger
|
- Stripe-Trigger
|
||||||
- Toggl-Trigger
|
- Toggl-Trigger
|
||||||
|
|
||||||
### When is action necessary?
|
### 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:
|
### 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**
|
**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**
|
**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.bitbucket" -> "n8n-nodes-base.bitbucketTrigger"
|
||||||
- "n8n-nodes-base.eventbrite" -> "n8n-nodes-base.eventbriteTrigger"
|
- "n8n-nodes-base.eventbrite" -> "n8n-nodes-base.eventbriteTrigger"
|
||||||
- "n8n-nodes-base.gumroad" -> "n8n-nodes-base.gumroadTrigger"
|
- "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.stripe" -> "n8n-nodes-base.stripeTrigger"
|
||||||
- "n8n-nodes-base.toggl" -> "n8n-nodes-base.togglTrigger"
|
- "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
|
## 0.62.0
|
||||||
|
|
Loading…
Reference in a new issue