You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release_notes/v3.7.0.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,16 @@ Feature/Bugfix release
16
16
- profile
17
17
- vomanage
18
18
19
-
* BACKLOG-540 Browser caching issues after updating WAYF
19
+
* BACKLOG-1078 Browser caching issues after updating WAYF
20
20
During the making of a release the CSS and JS files are minified and concatenated. The minified cs.min.cs and js.min.js files are placed in the
21
21
generated folder and the location (there is a timestamp in the folder name) is placed in assets.json. For the environments demo / dev and test the regular - not minified - files are served form the usual location. For all other environments (e.g. acc and prod) the pre-compiled files are served.
22
22
23
23
The change has only be implemented for EngineBlock (not Profile and VoManage) as there is conflicting css between EngineBlock and Profile / VoManage.
24
24
25
-
The list of CSS and JS files that are being used is DRY and located in OpenConext-engineblock/bin/assets_pipelines.php
25
+
The list of CSS and JS files that are being used is DRY and located in OpenConext-engineblock/bin/assets_pipelines.php
26
+
27
+
* BACKLOG-1095 Consent screen improvements
28
+
The Consent screen was refactored / updated. See https://wiki.surfnetlabs.nl/display/conextdocumentation/Consent+screen+improvements.
0 commit comments