Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down
2 changes: 1 addition & 1 deletion backend/plugin/plugin.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pluginGroupId=com.ritense.valtimoplugins
pluginArtifactId=slack
pluginVersion=5.0.0
pluginVersion=6.0.0
4 changes: 2 additions & 2 deletions documentation/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand All @@ -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"
}
}
```
Expand Down
19 changes: 19 additions & 0 deletions documentation/release-notes.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion frontend/projects/plugin/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 0 additions & 2 deletions frontend/projects/plugin/plugin.properties

This file was deleted.

Loading