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

Fix collection of strings assuming complex objects #52

Merged
merged 2 commits into from
Aug 14, 2018

Conversation

will-in-wi
Copy link
Contributor

Fixes #30

custom_field_identifiers is an array of strings. Collections assume substructures right now, which isn't the case here.

@will-in-wi will-in-wi closed this Aug 13, 2018
@will-in-wi will-in-wi deleted the fix-string-lists branch August 13, 2018 19:53
@will-in-wi will-in-wi restored the fix-string-lists branch August 13, 2018 19:54
@will-in-wi will-in-wi reopened this Aug 13, 2018
@will-in-wi
Copy link
Contributor Author

Whoops, too aggressive branch cleanup.

@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[master]: https://github.com/DripEmail/drip-ruby/compare/v3.1.1...HEAD

- Allow `#create_or_update_subscriber` to work with Drip id. Fixes [#50](https://github.com/DripEmail/drip-ruby/issues/50)
- [#52](https://github.com/DripEmail/drip-ruby/pull/52): Fix `#custom_fields` to accept the API response without error. Fixes [#30](https://github.com/DripEmail/drip-ruby/issues/30)

Choose a reason for hiding this comment

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

Why not just release it as 3.1.2 in this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't like to mix features and releases.

@will-in-wi will-in-wi merged commit 6771252 into master Aug 14, 2018
@will-in-wi will-in-wi deleted the fix-string-lists branch August 14, 2018 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants