Skip to content

Releases: strangerstudios/pmpro-ccbill

1.0.2 - 2025-07-10

10 Jul 14:20

Choose a tag to compare

  • ENHANCEMENT: Improved support for Paid Memberships Pro 3.5+ and payment gateway settings. (@JarrydLong)

1.0.1 - 2025-05-07

07 May 09:00

Choose a tag to compare

  • BUG FIX: Fixed an issue where checkout would not complete orders from "token" status even if payments are successful.
  • BUG FIX: Better support for sandbox mode checkouts, to work with subscriptions and one-time payments.

1.0 - 2025-04-14

14 Apr 13:31

Choose a tag to compare

  • ENHANCEMENT: Added refund logic for CCBill. This allows you to process refunds directly from the Paid Memberships Pro dashboard.
  • ENHANCEMENT: Added support for "Sync with Gateway" functionality.
  • BUG FIX: Fixed an issue where cancellations would always cancel immediately. This now correctly gives the member the remaining days of their membership when cancelling.
  • BUG FIX: Fixed minor warnings for PHP 8.0+ environments.
  • REFACTOR: Refactored Add On code to work how other gateways work and utilize the newer Paid Memberships Pro codebase.

0.5.1 - 2024-08-14

14 Aug 08:20

Choose a tag to compare

  • BUG FIX: Fixed an issue where recurring orders would show an incorrect date. (Thanks @misfist)

0.5 - 2024-07-15

15 Jul 14:25

Choose a tag to compare

  • ENHANCEMENT: Added improved support for renewals and renewal failures. (Thanks @misfist for your contribution)
  • ENHANCEMENT: Added support for "Expired" webhook event types, when a subscription has expired. (@andrewlimaza)
  • REFACTOR: Adjusted the HTML for the checkout button to support newer versions of PMPro and improved accessibility. (@kimcoleman)

v0.4.2 - 2023-10-05

05 Oct 09:40

Choose a tag to compare

  • BUG FIX: Fixed an issue where the initialPeriod was incorrectly set for levels with an expiration.

v0.4.1 - 2023-08-15

15 Aug 07:35

Choose a tag to compare

  • BUG FIX: Fixes an issue where webhooks would not process correctly.

0.4 - 2023-07-27

27 Jul 14:38

Choose a tag to compare

  • ENHANCEMENT/SECURITY: Fixed a minor issue to verify the webhook received is related to the correct CCBill account.

0.3 - 2023-05-05

05 May 16:42

Choose a tag to compare

  • BUG FIX: Fixed issue where cancellations in PMPro were not being sent to CCBill.
  • BUG FIX: Fixed issue where "failed cancellation" emails may be incorrectly sent.
  • BUG FIX: Handling undefined variable in cancellation webhook code.

0.2 - 2023-04-09

09 Apr 18:24

Choose a tag to compare

  • BUG FIX: Only cancel relevant URL on sub cancellation.
  • BUG FIX: Fixed calculation of the initialPeriod value passed to CCBill.
  • BUG FIX: Fixed errors in the webhook code.