2.4.1
Enhancements
- Adds
Paywall.preloadAllPaywalls()
andPaywall.preloadPaywalls(forTriggers:)
. Use this withPaywall.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