Skip to content

Releases: pronamic/wp-pronamic-pay-restrict-content-pro

4.6.2

27 Sep 15:45
defd20f
Compare
Choose a tag to compare

Fixed

  • Fixed infinite loop when activating Restrict Content Pro subscription with past expiry date. (#26)

Full set of changes: 4.6.1...4.6.2

4.6.1

01 Aug 12:26
7b7849d
Compare
Choose a tag to compare

Fixed

  • Fixed time difference between membership and subscription next payment date. (2242a69)

Full set of changes: 4.6.0...4.6.1

4.6.0

24 Jul 14:54
b076fd1
Compare
Choose a tag to compare

Changed

Commits

  • Added support for payment method updates. (c056a4d)

Composer

  • Changed php from >=8.0 to >=8.1.

Full set of changes: 4.5.0...4.6.0

4.5.0

15 May 10:33
Compare
Choose a tag to compare

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

4.4.4

14 Mar 09:22
62d286c
Compare
Choose a tag to compare

Commits

  • Added wp-slug to Composer config. (1100c10)

Full set of changes: 4.4.3...4.4.4

v4.4.3

14 Mar 09:24
7e83f00
Compare
Choose a tag to compare

Fixed

  • Fixed setting Restrict Content Pro refunded payment status on refunds and chargebacks (#14). (09a28d8)
  • Fixed updating RCP membership status on subscription status update (#13). (7fe6938)

4.4.2

07 Feb 20:12
Compare
Choose a tag to compare

Changed

  • The code further complies with (WordPress) coding standards.

4.4.1

29 Sep 08:05
2eb4c1b
Compare
Choose a tag to compare

Fixed

  • Fixed duplicate payment status email.

Commits

  • Don't hook pronamic_pay_update_payment action to fix duplicate payment status updates. (8713ba4)

4.4.0

11 Sep 09:29
Compare
Choose a tag to compare

Commits

  • Merge pull request #9 from pronamic/8-restrict-content-pro-failed-payment-issues (517714b)
  • Don't use empty(). (f21433a)
  • Only update RCP payment failed/abandoned status for last payment. (fc9e0ac)
  • Updated membership status for failed payment if last payment ID meta does not yet exist. (10ec434)
  • Fixed phpcs. (9bbc53d)
  • Only update active Restrict Content Pro membership if it matches the last payment. (bf0c215)
  • Display Pronamic Pay payments in table view. (32c54c4)
  • Connect last Pronamic payment to RCP payment and membership. (9ec7fbc)
  • Redirect to account page if payment is not succesful. (6d02863)
  • Only store transaction ID in RCP payment if successful. (5348592)
  • Added new StellarWP GitHub link. (c3a1e40)
  • Change links list notation. (034587e)
  • Improve escaping in exception messages. (d792791)
  • phpcbf (eccb6a8)
  • Updated package.json (c012ee9)

4.3.6

18 Jul 07:43
Compare
Choose a tag to compare

Commits

  • Updated version documentation in Giropay gateway. (c6ce14d)
  • Added EPS payment method. (c6912de)