v1.8
michaelryanmcneill
released this
13 Sep 20:19
·
221 commits
to master
since this release
The Shibboleth plugin is now being maintained by michaelryanmcneill. Contributions are welcome on GitHub!
Changes include:
- Adding the ability to disable .htaccess modifications with a wp-config.php constant (
SHIBBOLETH_DISALLOW_FILE_MODS
). - Added
shibboleth_getenv()
to support various prefixed environment variables from Shibboleth, includingREDIRECT_
andHTTP_
; props @cjbnc and @jrchamp. - Update various deprecated WordPress functions, including
update_usermeta()
andget_userdatabylogin()
; props @skoranda. - Resolved undefined index when calling
shibboleth_session_initiator_url()
; props @skoranda. - Added support for PHP 7.x; props to many people.
- Added
shibboleth_authenticate_user
filter; props @boonebgorges. - Resolved undefined index on
admin-options.php
; props @HirotoKagotani, @jrchamp, and @stepmeul. - Resolved HTML markup mistake; props @HirotoKagotani.
- Adds an update success message to let user's know their settings were saved, using the Settings API.