Skip to content

Commit

Permalink
FORSLAG-74: Added mail notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi-itk committed Aug 10, 2023
1 parent ffc8d03 commit 505e1e6
Show file tree
Hide file tree
Showing 35 changed files with 1,180 additions and 69 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

* [PR-333](https://github.com/itk-dev/hoeringsportal/pull/333)
Sent notification mails on citizen proposal creation and publication

## [3.1.0] - 2023-08-04 - Citizen proposal

* [PR-331](https://github.com/itk-dev/hoeringsportal/pull/331)
Expand Down
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@
}
}
},
"drupal/hoeringsportal_citizen_proposal": {
"type": "path",
"url": "web/modules/custom/hoeringsportal_citizen_proposal",
"options": {
"symlink": false,
"versions": {
"drupal/hoeringsportal_citizen_proposal": "1.0-dev"
}
}
},
"drupal/hoeringsportal_citizen_proposal_archiving": {
"type": "path",
"url": "web/modules/custom/hoeringsportal_citizen_proposal_archiving",
Expand Down Expand Up @@ -100,6 +110,7 @@
"drupal/entityqueue": "^1.0@alpha",
"drupal/field_group": "^3.0",
"drupal/flag": "^4.0@alpha",
"drupal/hoeringsportal_citizen_proposal": "1.0-dev",
"drupal/hoeringsportal_citizen_proposal_archiving": "1.0-dev",
"drupal/hoeringsportal_data": "^1.0",
"drupal/hoeringsportal_deskpro": "^1.0",
Expand Down
Loading

0 comments on commit 505e1e6

Please sign in to comment.