Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 2.12.0 / API version 2.19 #401

Merged
merged 6 commits into from
Mar 12, 2019
Merged

Release version 2.12.0 / API version 2.19 #401

merged 6 commits into from
Mar 12, 2019

Conversation

aaron-junot
Copy link

@aaron-junot aaron-junot commented Mar 12, 2019

Version 2.12.0 (March 12th, 2019)

This brings us up to API version 2.19

  • Adds support for Account Hierarchy PR
  • Ensure that the client can only connect to recurly domains to improve security 878e844

Upgrade Notes

If you are using the Recurly_ExportFile class, you must now use getDownloadUrl() to get the download url rather than accessing this property directly.

# if you are accessing the download url directly
$url = $export_file->download_url;
# you'll now need to use a getter
$url = $export_file->getDownloadUrl();

If you are using $export_file->download($fp) and not accessing the url directly, you should not be affected.

@aaron-junot aaron-junot requested a review from bhelx March 12, 2019 19:06
Copy link
Contributor

@bhelx bhelx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bhelx bhelx merged commit 5f758e1 into master Mar 12, 2019
@bhelx bhelx deleted the api_version_2_19 branch March 12, 2019 22:37
@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants