Skip to content

Releases: adeprimo/payway-wordpress-sso2

1.2.3.4 - Minor update release

22 May 19:08
Compare
Choose a tag to compare
Pre-release

Based on 1.2.3.3, adds 2 new methods for fetching the "Payway Portal Base Url":

  • Tulo_Payway_Server_Public::get_myaccount_url()
  • Tulo_Payway_Server_Public::get_portal_base_url() - alias for get_myaccount_url()

Not a mandatory update, will be merged into main in the next release.

1.2.3.2 Logged in as a permission - beta

26 Apr 09:31
Compare
Choose a tag to compare

Update fixes actual check for logged in user.

From 1.2.3.1:
With this beta release it is possible to add a restriction to an article/post that only requires the user to be logged in to be able to view the article/post content.

1.2.2.3 - Session identification option - beta

16 Apr 06:08
Compare
Choose a tag to compare

This update adds a new config option for SSO, making it possible to select if an SSO session only should be identified when visitor accesses restricted content.

Leaving the setting "SSO session for restricted content only?" to off, which is the standard behavior, every visitor to the website (except crawlers and bots) will be identified with a SSO session. Setting this setting to "on" will only identify an SSO session if the visitor accesses restricted content.

1.2.3.1 Logged in as a permission - beta

15 Apr 17:28
Compare
Choose a tag to compare

With this beta release it is possible to add a restriction to an article/post that only requires the user to be logged in to be able to view the article/post content.

1.2.2.2 Paywall checkout

14 Mar 13:57
Compare
Choose a tag to compare

Sometimes Wordpress throws you a curveball, this is a bugfix release for 1.2.2 fixing generating the "Ticket Login Url" needed for Klarna checkout paywalls.

From 1.2.2
This release brings the Paywall functionality in the plugin up to par with the actual production release of Tulo Paywall with Klarna checkout.

The last missing piece in functionality this version adds is autologin of the user after a completed purchase, which makes it possible for the user to click "Read article" in the confirmation dialog and read the article directly as a logged in user.

1.2.2.1 - Paywall checkout

14 Mar 13:08
Compare
Choose a tag to compare

This release is only a version bump, no other changes since 1.2.2

From 1.2.2
This release brings the Paywall functionality in the plugin up to par with the actual production release of Tulo Paywall with Klarna checkout.

The last missing piece in functionality this version adds is autologin of the user after a completed purchase, which makes it possible for the user to click "Read article" in the confirmation dialog and read the article directly as a logged in user.

1.2.2 - Paywall checkout

14 Mar 13:03
Compare
Choose a tag to compare

This release brings the Paywall functionality in the plugin up to par with the actual production release of Tulo Paywall with Klarna checkout.

The last missing piece in functionality this version adds is autologin of the user after a completed purchase, which makes it possible for the user to click "Read article" in the confirmation dialog and read the article directly as a logged in user.

1.2.1.2 - Paywall checkout

13 Mar 08:54
Compare
Choose a tag to compare

Minor changes to rendering of a Paywall with "checkout" capabilities, the Paywall was not rendered due to issue where the "tcid" parameter was missing in generation of signature.

This fix will render the Paywall but the ticket authentication process is scheduled to be added in a future release, which means that autologin is not currently not supported in this version for Paywall with "checkout" option.

1.2.1.1 - Bugfix paywall

06 Mar 15:35
Compare
Choose a tag to compare

This is a bugfix release for 1.2.1, which corrects a bug concerning rendering of Tulo Paywall.

Production update

06 Mar 13:18
Compare
Choose a tag to compare
  • Updated Tulo Paywall support
  • Extended IP restriction support, no session is established for visitors originating from a registered IP address.