Skip to content

Releases: adeprimo/payway-wordpress-sso2

1.2.5.3 - session

21 Oct 13:17
Compare
Choose a tag to compare

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

18 Oct 11:25
Compare
Choose a tag to compare

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

16 Oct 16:11
Compare
Choose a tag to compare

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

16 Oct 11:57
Compare
Choose a tag to compare

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

19 Jul 10:02
Compare
Choose a tag to compare
Pre-release

Updates to handling of session errors on landing page.

1.2.5.0 - session

25 Jun 07:47
Compare
Choose a tag to compare

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

25 Jun 14:01
Compare
Choose a tag to compare

Further improvements for cache-busting and triggering a refresh of session and user data after purchase.

1.2.5.0 - cookie beta 1

25 Jun 09:29
Compare
Choose a tag to compare
Pre-release

First beta of plugin that is not dependant on PHP sessions.

1.2.4.1-beta12

17 Jun 09:21
Compare
Choose a tag to compare
1.2.4.1-beta12 Pre-release
Pre-release
v.1.2.4.1-beta12

Fix session id check

1.2.4.1-beta11

14 Jun 16:54
Compare
Choose a tag to compare
1.2.4.1-beta11 Pre-release
Pre-release
v.1.2.4.1-beta11

Updates for managing logout and regenerating session cookies if corrupt