v1.8
·
278 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_userfilter; 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.