💥 Fix one more node name

This commit is contained in:
Jan Oberhauser
2020-05-12 16:26:51 +02:00
parent 1dc18e8968
commit 5123f2bf71
3 changed files with 5 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ This list shows all the versions which include breaking changes and how to upgra
### What changed?
The names of the following nodes were not set correctly and got fixed:
- AMQP Sender
- Bitbucket-Trigger
- Coda
- Eventbrite-Trigger
@@ -38,6 +39,7 @@ There are two ways to upgrade the workflows and to make them work in the new ver
**Advanced**
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.amqpSender" -> "n8n-nodes-base.amqp"
- "n8n-nodes-base.bitbucket" -> "n8n-nodes-base.bitbucketTrigger"
- "n8n-nodes-base.Coda" -> "n8n-nodes-base.coda"
- "n8n-nodes-base.eventbrite" -> "n8n-nodes-base.eventbriteTrigger"