Skip to content

Releases: voceconnect/wp-multisite-sso

1.1.2

23 Apr 16:34
d4ae271
Compare
Choose a tag to compare

Fix url scheme mismatch in SSO login and out

Release 1.1.1

04 Apr 21:45
Compare
Choose a tag to compare

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

07 Sep 15:55
Compare
Choose a tag to compare
1.0.3

Incrementing version number

1.0.2

01 May 19:25
Compare
Choose a tag to compare

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