Releases: recurly/recurly-client-php
Releases · recurly/recurly-client-php
Version 2.4.1
Version 2.4.0
- Force cURL to validate SSL certificates #122
- Reverted #64, removing
balance_in_cents_invoiced
andbalance_in_cents_uninvoiced
fromRecurly_Account
. They were never added to the API. - Added
tax_code
toRecurly_Plan
,Recurly_Addon
andRecurly_Adjustment
#120 - Added invoice previews:
Recurly_Invoice::previewPendingCharges($accountCode)
#112 - Added
terms_and_conditions
andcustomer_notes
toRecurly_Invoice
#115 - Added
vat_location_valid
field toRecurly_Account
#127 - Added
updateNotes()
andvat_reverse_charge
toRecurly_Subscription
. #128 - Added
vat_reverse_charge_notes
toRecurly_Invoice
. #128 - Added
invoice_number_prefix
andinvoiceNumberWithPrefix()
toRecurly_Invoice
. This is to be used with the Country Invoice Sequencing feature. #130
Version 2.3.1
- Added remaining billing cycles to subscriptions:
subscription->remaining_billing_cycles
91 - Added subscription change preview for existing subscriptions:
subscription->preview()
94 - Remove readme reference to recurlyjs v2 private key 97
- Addding bulk parameter to subscription creation 98
- Added account entity use code:
account->entity_use_code
100 - Added PHP 5.6 and HHVM to travis.yml (thanks to Nyholm) 101
- Update branch alias to 2.3.x-dev (thanks to bangpound) 102
- Bump phpunit to 4.2 103
- Adds PayPal and Amazon support to Recurly_BillingInfo 104
- Adding bulk parameter to
$subscription->postpone()
105
Version 2.3.0
Version 2.2.6
Version 2.2.5
- Explictly call
Recurly_Resource
's constructor #67 - More tests for coupons #77
- Document where new releases are announced in the README #78
- Fixed error where where
Recurly_Addon
was not found #79 by baxevanis - Fixed bug setting account address #80 by deviantintegral
Version 2.2.4
- Fixed error when trying to redeem expired or maxed out coupons (thanks to @jeffchannell)
- Improved documentation of
Recurly_PushNotification
(thanks to @richardkmiller) - Updated XML in test fixtures
- Better tests for
Recurly_Adjustment
Version 2.2.3
- Use PHPUnit for testing
- Remove old
taxable
parameter fromRecurly_Adjustment
- Send
null
attributes becauseRecurly_PlanTest
needstotal_billing_cycles
to be set tonull
for unlimited renewals.
2.2.2
Version 2.2.1
- Fixed invalid XML errors when saving subscriptions with add-ons.
- Added support for manual payments
- Added support for account level address
- Moved VAT number to Account