Releases: strangerstudios/pmpro-ccbill
Releases · strangerstudios/pmpro-ccbill
1.0.2 - 2025-07-10
- ENHANCEMENT: Improved support for Paid Memberships Pro 3.5+ and payment gateway settings. (@JarrydLong)
1.0.1 - 2025-05-07
- 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
- 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
- BUG FIX: Fixed an issue where recurring orders would show an incorrect date. (Thanks @misfist)
0.5 - 2024-07-15
- 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
- BUG FIX: Fixed an issue where the initialPeriod was incorrectly set for levels with an expiration.
v0.4.1 - 2023-08-15
- BUG FIX: Fixes an issue where webhooks would not process correctly.
0.4 - 2023-07-27
- ENHANCEMENT/SECURITY: Fixed a minor issue to verify the webhook received is related to the correct CCBill account.
0.3 - 2023-05-05
- 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
- 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.