Skip to content

Commit

Permalink
Merge pull request #622 from openkfw/bump-to-1.16.0
Browse files Browse the repository at this point in the history
Bump to 1.16.0
  • Loading branch information
Stezido authored Nov 16, 2020
2 parents 567153a + 1c8f9dd commit 961980d
Show file tree
Hide file tree
Showing 15 changed files with 87 additions and 50 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

- The export of the excel file is now available in all TruBudget languages [#567](https://github.com/openkfw/TruBudget/issues/567)
- Added a validator for workflowitems which represents the assignee for all workflowitems within a subproject. The validator has to be set in the creation dialog of a subproject and cannot be edited afterwards [#572](https://github.com/openkfw/TruBudget/issues/572)
- Added an option to permanently set the workflowitem type within a subproject. The workflowitem type has to be set in the creation dialog of a subproject and cannot be edited afterwards [#572](https://github.com/openkfw/TruBudget/issues/572)
- Added a validator field on the subproject level [#572](https://github.com/openkfw/TruBudget/issues/572)
- Added an option to set a fixed worklowitem type on subproject level [#572](https://github.com/openkfw/TruBudget/issues/572)

### Changed

- Update french translations [#588](https://github.com/openkfw/TruBudget/pull/588)
- Removed the close permissions for projects, subprojects and workflowitems. Now, only the specific assignee is permitted to close these. [#572](https://github.com/openkfw/TruBudget/issues/572)
- Removed the close permissions on all levels. Now only the specific assignee is permitted to close these. [#572](https://github.com/openkfw/TruBudget/issues/572)

### Fixed

Expand Down Expand Up @@ -535,7 +535,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated translation keys and language-specific formatting.
- Fixed bug where the subproject permissions dialog would break the details view of another project.

[unreleased]: https://github.com/openkfw/TruBudget/compare/v1.15.0...master
[unreleased]: https://github.com/openkfw/TruBudget/compare/v1.16.0...master
[1.16.0]: https://github.com/openkfw/TruBudget/compare/v1.15.0...v1.16.0
[1.15.0]: https://github.com/openkfw/TruBudget/compare/v1.14.0...v1.15.0
[1.14.0]: https://github.com/openkfw/TruBudget/compare/v1.13.0...v1.14.0
[1.13.0]: https://github.com/openkfw/TruBudget/compare/v1.12.0...v1.13.0
Expand Down
20 changes: 10 additions & 10 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-api",
"version": "1.15.0",
"version": "1.16.0",
"private": true,
"repository": {
"type": "git",
Expand Down
40 changes: 20 additions & 20 deletions blockchain/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-blockchain",
"version": "1.15.0",
"version": "1.16.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion e2e-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trubudget-e2e-test",
"version": "1.15.0",
"version": "1.16.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion email-notification/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion email-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "email-notification",
"description": "Sends notification-emails to provided SMTP server to identities saved in a database of choice.",
"version": "1.15.0",
"version": "1.16.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion excel-export/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion excel-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excel-export",
"version": "1.15.0",
"version": "1.16.0",
"private": true,
"description": "Export TruBudget data to Excel",
"main": "src/index.js",
Expand Down
Loading

0 comments on commit 961980d

Please sign in to comment.