Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Oct 16, 2023
1 parent 29bf330 commit 35612d3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ We will continue to post relevant release notes on the GitHub release page. More

More information about our release strategy can be found in the [Development Guidelines](https://github.com/OpenConext/OpenConext-engineblock/wiki/Development-Guidelines#release-notes) on the EngineBlock wiki.

## 6.13.0

* Move most HTML from translatable strings into Twig templates, where it
belongs. This makes the code more robust and predictable, and reduces
the chances of cross site scripting injections. Some translatable strings
were changed, see upgrade notes.
* Install a NPM package update.

## 6.12.2

* Add optional configurable environment-specific ribbon to top-right of UI.
Expand Down
14 changes: 14 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# UPGRADE NOTES

## 6.12 -> 6.13

Some translatable strings have been changed and "raw" use of HTML in
translations mostly reduced.

If you override translation strings, the following strings have been
replaced:

* `serviceprovider_link`, `terms_of_service_link` and `logout_information_link`. They are now replaced by separate `serviceprovider_link_text` (the words) and `serviceprovider_link_target` (the URL to link to), same for the other variants.
* `request_access_instructions` is split into `request_access_instructions_head` (the heading line) and `request_access_instructions_text` (the body text).

If you've overridden other translatable strings, note that use of HTML may not be possible
anymore where it was before, and you would need to remove it.

## 6.7 -> 6.8
The consent removal feature was introduced in release 6.8. This means that consent that is deleted from the profile
application will result in the soft deletion of the consent row for that person, for the service they requested the
Expand Down

0 comments on commit 35612d3

Please sign in to comment.