Skip to content

Releases: voceconnect/wp-multisite-sso

1.1.2

Choose a tag to compare

@kevinlangleyjr kevinlangleyjr released this 23 Apr 16:34
d4ae271

Fix url scheme mismatch in SSO login and out

Release 1.1.1

Choose a tag to compare

@kevinlangleyjr kevinlangleyjr released this 04 Apr 21:45

mcrypt is deprecated in PHP 7.1+, we've switched to using openssl instead of mcrypt. The usage of hash_equals() bumps the PHP requirement to 5.6. Utilizes AES-128-ECB for the cipher.

Checking which sites user has access to before attempting to sign them in.

Allow filtering of redirect location

Choose a tag to compare

@smccafferty smccafferty released this 07 Sep 15:55
1.0.3

Incrementing version number

1.0.2

Choose a tag to compare

@smccafferty smccafferty released this 01 May 19:25

Testing with WP 4.2.1 and escaping urls with possible user input.