-
Notifications
You must be signed in to change notification settings - Fork 93
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
Sync updates not ported from 3.x client #590
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates array syntax to modern format
Null checking variable before calling property_exists to prevent Warning
Latest Changes for 2019-10-10 (usage, measured units, etc)
[Full Changelog](3.4.0...HEAD) **Implemented enhancements:** - Latest Changes for 2019-10-10 \(usage, measured units, etc\) [\#527](#527) ([bhelx](https://github.com/bhelx)) **Fixed bugs:** - Warning in recurly\_resource.php @ line 113 [\#524](#524) **Merged pull requests:** - Null checking variable before calling property\_exists to prevent Warning [\#525](#525) ([douglasmiller](https://github.com/douglasmiller)) - Updates array syntax to modern format [\#521](#521) ([douglasmiller](https://github.com/douglasmiller)) - Mon Jul 6 14:54:15 UTC 2020 Upgrade API version v2019-10-10 [\#515](#515) ([douglasmiller](https://github.com/douglasmiller))
Release 3.5.0
Fri Aug 21 16:27:03 UTC 2020 Upgrade API version v2019-10-10
# Changelog ## [Unreleased](https://github.com/recurly/recurly-client-php/tree/HEAD) [Full Changelog](3.5.0...HEAD) **Implemented enhancements:** - Fri Aug 21 16:27:03 UTC 2020 Upgrade API version v2019-10-10 [\#532](#532) ([douglasmiller](https://github.com/douglasmiller))
Release 3.6.0
Mon Aug 31 19:51:28 UTC 2020 Upgrade API version v2019-10-10
Code of Conduct
# Changelog ## [Unreleased](https://github.com/recurly/recurly-client-php/tree/HEAD) [Full Changelog](3.6.0...HEAD) **Implemented enhancements:** - Mon Aug 31 19:51:28 UTC 2020 Upgrade API version v2019-10-10 [\#535](#535) ([douglasmiller](https://github.com/douglasmiller)) **Merged pull requests:** - Code of Conduct [\#534](#534) ([bhelx](https://github.com/bhelx))
Release 3.7.0
Latest Changes for 2019-10-10 (Automated Exports, additional resource data methods)
Fixing casting for list types that are not in pagers
Latest Changes for 2019-10-10
Latest Changes for 2019-10-10
Update readme to include memo on headers
Latest Changes for 2019-10-10
# Changelog ## [Unreleased](https://github.com/recurly/recurly-client-php/tree/HEAD) [Full Changelog](3.10.0...HEAD) **Implemented enhancements:** - Latest Changes for 2019-10-10 [\#577](#577) ([douglasmiller](https://github.com/douglasmiller)) - Latest Changes for 2019-10-10 [\#569](#569) ([douglasmiller](https://github.com/douglasmiller)) **Merged pull requests:** - Update readme to include memo on headers [\#571](#571) ([joannasese](https://github.com/joannasese))
Release 3.11.0
Replace empty() with is_null()
Adding phpdocumentor/reflection to dev deps
douglasmiller
force-pushed
the
sync-2019
branch
3 times, most recently
from
March 10, 2021 03:23
4d131cb
to
5e605b3
Compare
douglasmiller
force-pushed
the
sync-2019
branch
from
March 10, 2021 17:13
5e605b3
to
ef72cc8
Compare
douglasmiller
force-pushed
the
sync-2019
branch
from
March 10, 2021 17:26
de346a3
to
f0df774
Compare
chrissrogers
approved these changes
Mar 10, 2021
douglasmiller
added a commit
that referenced
this pull request
Mar 22, 2021
# Changelog ## [Unreleased](https://github.com/recurly/recurly-client-php/tree/HEAD) [Full Changelog](4.0.0...HEAD) **Merged pull requests:** - Generated Latest Changes for v2021-02-25 [\#595](#595) ([recurly-integrations](https://github.com/recurly-integrations)) - Sync updates not ported from 3.x client [\#590](#590) ([douglasmiller](https://github.com/douglasmiller)) - Replace empty\(\) with is\_null\(\) [\#588](#588) ([joannasese](https://github.com/joannasese)) - Replace empty\(\) with is\_null\(\) [\#587](#587) ([joannasese](https://github.com/joannasese))
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some updates added to the 3.x client were missed when creating the 4.x client.