diff --git a/README.md b/README.md index 090246c..cf6b317 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -# Slack Plugin +# Slack-plugin Berichten versturen naar Slack-kanalen. -## Documentation +## Documentatie -- [Getting Started](documentation/getting-started.md) — setup, running, and development instructions -- [Plugin Documentation](documentation/plugin.md) — plugin details and configuration +- [Aan de slag](documentation/getting-started.md) — installatie, draaien en ontwikkelinstructies +- [Plugin-documentatie](documentation/plugin.md) — details en configuratie van de plugin +- [Release notes](documentation/release-notes.md) — versiegeschiedenis en wijzigingen ## Contact diff --git a/backend/app/src/main/resources/config/case/example/1-0-0/process-link/example-process.process-link.json b/backend/app/src/main/resources/config/case/example/1-0-0/process-link/example-process.process-link.json index bb9867f..c753d5f 100644 --- a/backend/app/src/main/resources/config/case/example/1-0-0/process-link/example-process.process-link.json +++ b/backend/app/src/main/resources/config/case/example/1-0-0/process-link/example-process.process-link.json @@ -10,7 +10,7 @@ "activityType": "bpmn:ServiceTask:start", "processLinkType": "plugin", "pluginActionDefinitionKey": "post-message", - "pluginConfigurationId": "4ac9a49f-4aeb-4f91-86d9-853fd95a1b33", + "pluginConfigurationId": "8661ca7e-9ae7-4688-90be-68c3ca828de1", "actionProperties": { "channel": "valtimo-data", "message": "Hello World!" diff --git a/backend/plugin/plugin.properties b/backend/plugin/plugin.properties index 1c08e85..340747b 100644 --- a/backend/plugin/plugin.properties +++ b/backend/plugin/plugin.properties @@ -1,3 +1,3 @@ pluginGroupId=com.ritense.valtimoplugins pluginArtifactId=slack -pluginVersion=5.0.0 +pluginVersion=6.0.0 diff --git a/documentation/plugin.md b/documentation/plugin.md index 0352e1e..368cdc4 100644 --- a/documentation/plugin.md +++ b/documentation/plugin.md @@ -25,7 +25,7 @@ The following Gradle dependency can be added to your `build.gradle` file: ```kotlin dependencies { - implementation("com.ritense.valtimoplugins:slack:5.0.0") + implementation("com.ritense.valtimoplugins:slack:6.0.0") } ``` @@ -38,7 +38,7 @@ The following dependency can be added to your `package.json` file: ```json { "dependencies": { - "@valtimo-plugins/slack": "5.0.1" + "@valtimo-plugins/slack": "6.0.0" } } ``` diff --git a/documentation/release-notes.md b/documentation/release-notes.md new file mode 100644 index 0000000..5c8e56d --- /dev/null +++ b/documentation/release-notes.md @@ -0,0 +1,19 @@ +# Release notes + +Overzicht van wijzigingen per versie van de Slack-plugin. + +## 6.0.0 — 2026 + +Geschikt gemaakt voor Valtimo 13.24.0 en ondergebracht in een eigen repository, met voorbeeldapplicatie en aparte documentatie. + +## 5.0.1 — 2025-08-26 + +Geschikt gemaakt voor Valtimo 13.1.2 en zichtbaar in de Valtimo Configurator. + +## 5.0.0 — 2025-06-06 + +Geschikt gemaakt voor Valtimo 13.0.0. + +## 1.0.0 — 2024-11-13 + +Eerste publieke release: berichten en bijlagen versturen naar een Slack-kanaal. diff --git a/frontend/projects/plugin/package.json b/frontend/projects/plugin/package.json index ae04ae3..cabca03 100644 --- a/frontend/projects/plugin/package.json +++ b/frontend/projects/plugin/package.json @@ -1,7 +1,7 @@ { "name": "@valtimo-plugins/slack", "license": "EUPL-1.2", - "version": "5.0.1", + "version": "6.0.0", "peerDependencies": { "@angular/common": "^17.2.2", "@angular/core": "^17.2.2" diff --git a/frontend/projects/plugin/plugin.properties b/frontend/projects/plugin/plugin.properties deleted file mode 100644 index 6f24ffb..0000000 --- a/frontend/projects/plugin/plugin.properties +++ /dev/null @@ -1,2 +0,0 @@ -pluginArtifactId=slack -pluginVersion=5.0.1