Table of Contents
- Changelog for 7.1.0-rc.2
Changes in 7.1.0-rc.2
Summary
- Bugfix - Fix the mail notifications for the user light: #10864
- Bugfix - Fix filtering of PostprocessingStepFinished events: #10868
- Bugfix - Prevent empty email body for grouped email notifications: #10869
- Bugfix - Consistently name roles: #10871
- Bugfix - Fix grouped email notifications store key: #10873
- Bugfix - Fix missing newline in grouped email: #10883
- Bugfix - Fix email templates white spaces & new lines: #10884
- Enhancement - Add tests for grouped emails: #10885
- Enhancement - Use maintained forks: #10886
- Enhancement - Bump Reva: #10887
Details
-
Bugfix - Fix the mail notifications for the user light: #10864
Fix the default bundle-list for mail notification settings for the user light.
-
Bugfix - Fix filtering of PostprocessingStepFinished events: #10868
-
Bugfix - Prevent empty email body for grouped email notifications: #10869
-
Bugfix - Consistently name roles: #10871
BundleUUIDRoleGuest has been renamed to BundleUUIDRoleUserLight for consistency
reasons -
Bugfix - Fix grouped email notifications store key: #10873
Interval and user id is now separated by
_
(key schema:
${INTERVAL}_${USER_ID}
). -
Bugfix - Fix missing newline in grouped email: #10883
\n
is now replaced by<br>
in the HTML email body -
Bugfix - Fix email templates white spaces & new lines: #10884
Email templates now contain no unwanted white spaces & new lines if
.CallToAction is nil -
Enhancement - Add tests for grouped emails: #10885
-
Enhancement - Use maintained forks: #10886
Switches away from unmainatained forks.
-
Enhancement - Bump Reva: #10887
Bumps the reva version