Skip to content

4.5.0

Compare
Choose a tag to compare
@remcotolsma remcotolsma released this 15 May 10:33
· 18 commits to main since this release

Changed

  • Restrict Content (Pro) memberships updates are now processed to the connected Pronamic Pay subscriptions.
  • A failed first payment will no longer result in an accumulation of the Pronamic Pay subscription phases.
  • The Pronamic Pay subscription ID is now processed in the Restrict Content (Pro) "Gateway Subscription ID" field for memberships.

Commits

  • Added rcp_gateway_subscription_id_url and upgrade old memberships with gateway subscription ID. (144ed86)
  • Enable support for price changes, fixes #19. (39c7cd0)
  • Reuse subscription updater class in gateway, more DRY. (80a8f5d)
  • Change PHP namespace RestrictContentPro to RestrictContent and group gateways in Gateways namespace. (991ce74)
  • Make library more type safe. (9ce8236)
  • Throw an exception if the Restrict Content data does not meet expectations. (b2516ff)
  • Reset the phases so they don't pile up. (b15a942)

Composer