Releases: silinternational/ssp-base
Releases · silinternational/ssp-base
Fix remember me checkbox by adding cookie
fix email masking
Fixed
- Fixed email masking to handle subdomains correctly
fix raw ISO dates on review page; allow code download on Edge
Fixed
- Directly call the
disableUnsupportedFeatures
andprettifyDates
functions in theDOMContentLoaded
listener instead of usingaddEventListener
on thebody
. - Enable printable code download on Edge.
What's Changed
Full Changelog: 10.1.12...10.1.13
10.1.12
What's Changed
- Fix WebAuthn prompt by @forevermatt in #298
Details
Fixed
- Avoid waiting for a 2nd on-load event before calling
verifyWebAuthn()
Changed (non-breaking)
- Revise "Try again" button's ID for clarity
- Use "Try again" button's ID during
offerRetry()
, too
Full Changelog: 10.1.11...10.1.12
bugfix
SimpleSAMLphp security patch
Security
- Update to SimpleSAMLphp version 2.2.4
Changed
- Changed Makefile target names and get dependencies with default target
10.1.9
Fixed
- fix google analytics and replace inline onclick by @hobbitronics in #294
- Wrap calls to ga check for analytics_tracking_id by @jason-jackson in #290
Full Changelog: 10.1.8...10.1.9
Fixed startup bug with config-shim
Fixed
- Fixed the run.sh script so it doesn't try to use the
-u
and--strategy
flags on config-shim ifSTRATEGY_ID
is empty.
Updated config-shim to v1.1.0
Changed
- Updated config-shim to v1.1.0, allowing for config to be pushed to AppConfig, enabling credential rotation from GitHub Actions. (config-shim release notes)