Releases: recurly/recurly-client-php
Releases · recurly/recurly-client-php
Version 2.7.1
Version 2.7.0
- Upgraded to API V2.4: https://dev.recurly.com/v2.4/docs
- Fix for client not being passed from
Recurly_Pager
to its items (thanks to cyruscollier) #265 - Adding missing require for
account_balance
#273 - Allow credit adjustments (
Recurly_Adjustment
) to specify anorigin
ofexternal_gift_card
#263 - Added
Recurly_AccountAcquisition
#259 - Added support for automated exports #260
- Added support for shipping addresses #269
- Added filters to
Recurly_Stub
allowing$account->invoices->get(array('state' => 'past_due'))
(thanks to developer-devPHP) #270
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