v1.8.1
·
272 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
$_SERVERinshibboleth_getenv()to handle use cases wheregetenv()doesn't return data; thanks to @jmdemuth for reporting.