Skip to content

2.4.1

Compare
Choose a tag to compare
@yusuftor yusuftor released this 26 Aug 15:36
· 1604 commits to master since this release

Enhancements

  • Adds Paywall.preloadAllPaywalls() and Paywall.preloadPaywalls(forTriggers:). Use this with Paywall.options.shouldPreloadPaywall = false to have more control over when/what paywalls are preloaded.

Fixes

  • Paywall options specified prior to config are now respected, regardless of whether you pass an options object through to config or not.
  • Ensures /config's request and response is always handled on the main thread