Releases: adeprimo/payway-wordpress-sso2
1.2.5.3 - session
Updates:
- Fix, catches a scenario when user still has a tpw_id login-cookie in browser but session is logged out, which might occur if session data is cleared.
- Update tpw_id cookie expiry upon session refresh.
1.2.5.2 - session
This version adds a new file to the plugin "logout_login.php", redirecting a user to this page will automatically logout a user if already logged in, then redirect to the login page in Tulo. After successful login, user will be redirected to startpage of site, unless a different redirectUrl is specified.
1.2.5.1 - cookie clearing 2
Update to previous version that makes sure all cookies are cleared in the case where no current SSO session could be detected.
1.2.5.1 - cookie
This version adds a new file to the plugin "logout_login.php", redirecting a user to this page will automatically logout a user if already logged in, then redirect to the login page in Tulo. After successful login, user will be redirected to startpage of site, unless a different redirectUrl is specified.
1.2.5.0 - cookie beta 2
Updates to handling of session errors on landing page.
1.2.5.0 - session
This version fixes a bug concerning session status checks that in some cases have affected old sessions not to be handled properly, causing users not to be considered logged in by the plugin.
This version also marks a split in the packaging of the plugin, which from now on will have two flavors:
- A session based plugin which relies on PHP sessions
- A cookie based plugin which relies on cookies
The reason for this being that In some cases PHP sessions are not available in a production environment.
Up until now, all plugin updates have been PHP session based and this is an update to the last session based plugin, if unsure what to use please use this flavor.
The cookie based version is still in development.
1.2.5.1 - session
Further improvements for cache-busting and triggering a refresh of session and user data after purchase.
1.2.5.0 - cookie beta 1
First beta of plugin that is not dependant on PHP sessions.
1.2.4.1-beta12
v.1.2.4.1-beta12 Fix session id check
1.2.4.1-beta11
v.1.2.4.1-beta11 Updates for managing logout and regenerating session cookies if corrupt