Skip to content

Releases: silinternational/ssp-base

Updated config-shim to v1.1.0

25 Nov 00:35
8d021d8
Compare
Choose a tag to compare

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)

Fix announcement layout

08 Nov 00:37
3163915
Compare
Choose a tag to compare

Fixed

  • Fix announcement layout

Full Changelog: 10.1.5...10.1.6

10.1.5 - Update names and contact info in the code

30 Oct 14:22
4d69dea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.1.4...10.1.5

resolve minor warnings

13 Oct 23:27
54fe050
Compare
Choose a tag to compare

Fixed

  • Resolve some of the lint warnings identified by PhpStorm

Release 10.1.3 --Push for ghcr.io image

11 Oct 08:29
c27ccdf
Compare
Choose a tag to compare

Added

-Push for ghcr.io image

fix type error in expirychecker

10 Oct 15:00
625a845
Compare
Choose a tag to compare

IDP-1249 Clicking "Yes" when prompted to reset password (by expirychecker) triggers an error


Fixed

  • Add a null coalesce to prevent a type error.

Fix updateUserLastLogin is called regardless of validity of rememberMeToken

09 Oct 04:18
6664fdc
Compare
Choose a tag to compare

Fixed

  • fix updateUserLastLogin is called regardless of validity of rememberMeToken by @hobbitronics in #282

Full Changelog: 10.1.0...10.1.1

Update last_login_utc

07 Oct 08:35
2d8f4dd
Compare
Choose a tag to compare

Fixed

  • fix functional_testing docs by @briskt in #280
  • fix updating last_login_utc after successful authentication from inside mfa by @hobbitronics in #281

Full Changelog: 10.0.3...10.1.0

semantic image tags

18 Sep 01:37
0f3f515
Compare
Choose a tag to compare

Added

  • Added semantic version tags to Docker image (e.g. 1.2 for tag 1.2.3).

fix missing controller values

17 Sep 09:11
bb978d0
Compare
Choose a tag to compare

IDP-1043 ssp-base #203: nag.php expects array entries which aren't always being set

Fixed

  • Assign all values needed in the state by the nag.php page.

Changed

  • Refactor ProfileReview.php redirectToProfileReview and redirectToNag methods to pass fewer parameters and reduce code duplication.