v1.8.1
michaelryanmcneill
released this
13 Sep 20:22
·
215 commits
to master
since this release
Changes include:
- Use sanitize_title rather than sanitize_user to sanitize user_nicename; props @jrchamp.
- Changed activation and deactivation hooks to use
__FILE__
; props @jrchamp. - Reverted to using
$_SERVER
inshibboleth_getenv()
to handle use cases wheregetenv()
doesn't return data; thanks to @jmdemuth for reporting.