mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Add placeholder and breaking-change information
This commit is contained in:
@@ -2,6 +2,23 @@
|
|||||||
|
|
||||||
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.37.0
|
||||||
|
|
||||||
|
### What changed?
|
||||||
|
|
||||||
|
To make it possible to support also Rocketchat on-premise the credentials had to be changed.
|
||||||
|
The `subdomain` parameter had to get renamed to `domain`.
|
||||||
|
|
||||||
|
### When is action necessary?
|
||||||
|
|
||||||
|
When you currently use the Rocketchat-Node.
|
||||||
|
|
||||||
|
### How to upgrade:
|
||||||
|
|
||||||
|
Open the Rocketchat credentials and fill the parameter `domain`. If you had previously the
|
||||||
|
subdomain "example" set you have to set now "https://example.rocket.chat".
|
||||||
|
|
||||||
|
|
||||||
## 0.19.0
|
## 0.19.0
|
||||||
|
|
||||||
### What changed?
|
### What changed?
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ export class RocketchatApi implements ICredentialType {
|
|||||||
name: 'domain',
|
name: 'domain',
|
||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
default: '',
|
default: '',
|
||||||
|
placeholder: 'https://n8n.rocket.chat',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user