Skip to content

Commit

Permalink
Merge branch 'master' into release/6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Jun 7, 2021
2 parents 722a6e2 + 08ceaa8 commit 5702165
Show file tree
Hide file tree
Showing 24 changed files with 929 additions and 423 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
./bin/securityChecker.sh && \
cd theme && \
echo -e "\nNPM Audit\n" && \
npm run audit
npm run audit --production
'
env:
SYMFONY_ENV: ci
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.6.1
**Bugfixes**
- style the no-attributes edge case #1144
- temporarily disable back to sp link to allow time for a full fix #1143
- ensure textual fallbacks in the error pages function correctly #1135

**Security**
- upgrade several dependencies to fix security vulnerabilities #1142, #1134, #1133, #1132

## 6.6.0
**Features and bugfixes**
- Add a global site notice #1128
Expand Down
Loading

0 comments on commit 5702165

Please sign in to comment.