Releases: recurly/recurly-client-php
Releases · recurly/recurly-client-php
Version 2.6.0
- Upgraded to API V2.3: https://dev.recurly.com/v2.3/docs
- Added support for
original_transaction
toRecurly_Transaction
#238 - Added
Recurly_AccountBalance
#239 - Print warnings when using a deprecated version of the API. #250:
- Added support new pagination options #249:
sort
acceptscreated_at
orupdated_at
, defaults tocreated_at
.order
acceptsdesc
orasc
, defaults todesc
.begin_time
andend_time
accepts an ISO 8601 date or date and time.
- Changed
Recurly_AddonList::get()
andRecurly_NoteList::get()
to add$params
as the second parameter so sort, order and date filtering can be passed in #249 - Added support for
revenue_schedule_type
toRecurly_Addon
,Recurly_Adjustment
,Recurly_Plan
,Recurly_Subscription
andRecurly_SubscriptionAddOn
classes #257
Version 2.5.3
- Added support for setting
free_trial_amount
andfree_trial_unit
toRecurly_Coupon
#224 - Fix PHP 7 notice (thanks to davedevelopment) #235
- Fix for fetching
Recurly_NoteList
#236 - Fix for updating subscriptions with add-ons #242
- Fix for paginating
Recurly_CouponRedemptionList
andRecurly_UniqueCouponCodeList
#243 - Use standard PHPUnit configuration file name (thanks to davedevelopment) #234
- Removed old transparent post path constants #237
- Provide default implementation for
getRequiredAttributes()
#241
Version 2.5.2
Version 2.5.1
Version 2.5.0
Version 2.4.6
- Added
setup_fee_accounting_code
toPlan
#179 - Added
applies_to_non_plan_charges
toCoupon
#181 - Added
redemption_resource
toCoupon
#181 - Added
X-Api-Version
request header at 2.1 #181 - Added
uuid
toAccount
#181 - Added
redemptions
toAccount
#181 - Added
max_redemptions_per_account
toCoupon
#181 - Added
redemptions
toSubscription
#181 - Added
coupon_codes
toSubscription
#181 - Added
CACertPath
toRecurly_Client
#176
Version 2.4.5
- Added
duration
,temporal_unit
, &temporal_amount
toCoupon
#171
Version 2.4.4
Version 2.4.3
- Fixed bug where fetching an invoice PDF did not use the invoice number prefix #155
- Added bank account attributes to
Recurly_BillingInfo
, these include:name_on_account
account_type
(checking
orsavings
)last_four
routing_number
- #153
- Added
ip_address
attribute toRecurly_Transaction
#157 - Added
bank_account_authorized_at
toRecurly_Subscription
#156 - Add invoice node to
Recurly_PushNotification
to read data on *_invoice_notification (thanks to rikless) #159
Version 2.4.2
- Fixes encoding of values with ampersands #150