Releases: sendwithus/sendwithus_ruby
Releases · sendwithus/sendwithus_ruby
v4.4.0
- #88 Fix problematic
render
implementation.template_data
serves two purposes, defining template data and specifying the optional API parameter forlocale
. Previously,locale
would be stripped out oftemplate_data
in the API request, preventing users from specifying variables namedlocale
in their own template data.
v4.3.0
- Add optional
preheader
andamp_html
fields to template calls
4.2.1
v4.2.0
v4.1.0
v4.0.1
3.1.0
2.0.0
Breaking Changes
Support for Customer Groups has been removed. It's no longer a supported Sendwithus feature.
Customer Details
Add support to get customer details: https://www.sendwithus.com/docs/api#get-a-specific-customer
Encoding Fix
Fixed an issue where returning an exception with mixed ASCII-8BIT/UTF-8 encoding would, in turn, throw an exception.