Skip to content

Releases: michaelryanmcneill/shibboleth

v2.4.3

31 Oct 16:25
01aae2d
Compare
Choose a tag to compare
  • Compatibility: Check for Shibboleth username instead of Shib-Session-ID; thanks @spfncer #97
  • CI: Update GitHub Action workflows and code for WordPress coding standard v3 #94
  • Cleanup: Reduced duplication via a logging helper function #95

v2.4.2

07 Apr 20:27
012fdcc
Compare
Choose a tag to compare
  • Documentation: Updated Shibboleth documentation external links #92
  • Accessibility: Improve labels and heading structure on admin pages #92
  • Security: Improve input sanitization and use of nonces #92
  • CI: Switch GitHub Action workflows to check against WordPress coding standard #92

v2.4.1

20 Mar 21:38
Compare
Choose a tag to compare
  • Compatibility: Fix redirect_to issues on WordPress 6; thanks @masteradhoc, @caosborne89, @jakeparis #88
  • Accessibility: Improve color contrast on login page #89
  • Fix user profile to only show account link button to the user themself; thanks @jakeparis #90
  • CI: Add GitHub Action workflows to check against WordPress-Core coding standard #91

v2.4

27 Aug 21:11
f9bae44
Compare
Choose a tag to compare
  • Added hooks for hopefully rare cases where user overrides are necessary; thanks @dsXLII #74
  • Better login form support for WordPress 5.3; thanks @jakeparis #76
  • Spelling fixes; thanks @junaidkbr #72
  • General cleanup to better align with the WordPress Coding Standards #80

v2.3

17 Aug 14:58
1de7a25
Compare
Choose a tag to compare

Changes include:

  • Implementing a fallback option for the "Shibboleth Attribute Access Method". For example, if your web server returns redirected environment variables, but occasionally returns standard environment variables, you would want to enable this option.
  • Removing deprecated create_function() from use.
  • Bumped minimum PHP and WordPress versions to 5.6 and 4.0 respectively.
  • Greatly improved the handling of managed fields and cleaned up options-user.php.

v2.2.2

22 Jun 14:59
5089e46
Compare
Choose a tag to compare

Changes include:

  • Re-implementing conditional for .htaccess to protect against the Shibboleth Apache module not being installed; thanks to @jrchamp for reporting. This change includes conditionals for mod_shib, mod_shib.c, and mod_shib.cpp. If you run into issues related to this change, please open an issue on GitHub.

v2.2.1

18 Jun 20:27
971115c
Compare
Choose a tag to compare

Changes include:

v2.2

17 Jun 18:55
37fb390
Compare
Choose a tag to compare

Changes include:

  • Implementing conditional for .htaccess to protect against the Shibboleth Apache module not being installed; thanks to @jrchamp for reporting.
  • Added an option to disable account creation if no mapped roles or default roles exist; props @dandalpiaz.
  • Improve the Shibboleth login link so that when it shows up on a normal request it will correctly still be a login link and will redirect back to the page that showed the login link; props @Alhrath.

v2.1.1

16 May 22:07
06096f2
Compare
Choose a tag to compare

Changes include:

  • Minor code cleanup for disabling authentication and passsword resets; props @jrchamp.
  • Resolved a minor problem where setting the SHIBBOLETH_LOGGING constant on PHP 5.5 or below would not work in the administrative interface; props @jrchamp.
  • Resolved an issue with the default to shibboleth login option in the admin; thanks to @trandrew for reporting.

v2.1

16 May 19:57
Compare
Choose a tag to compare

Changes include: