Releases: simplificator/datatrans
Releases · simplificator/datatrans
v5.2.0
Added
- Support for Ruby 3.3 and Rails 7.1 (@andyundso #47)
- Support for Merchant Initiated Payments (@visini #48, #52, #53, #56)
Changed
- Reformatted code with standardrb (@andyundso #57)
- Marked XML APIs and Web APIs as deprecated (@andyundso #60)
- Renamed
Datatrans::JSON::Transaction::Authorize
toDatatrans::JSON::Transaction::Init
.::Authorize
will still work until the next major release (@andyundso #60)
v5.1.0
Added
- Test against Ruby 3.2 (@andyundso #43)
- Add support for Datatrans JSON API (@TatianaPan #45). Check Readme for details on how to use it.
XML API is deprecated by Datatrans and will not be supported by them after June 3rd, 2024. Consider to moving to a new JSON API.
v5.0.0
What's Changed
- Authenticate requests with Basic Auth by @crackofdusk in #41
Full Changelog: v4.0.1...v5.0.0
v4.0.1
Fixed
- Check for successful transaction depends on status and not on response_message that can be different for different payment methods (@schmijos #8 and @TatianaPan #39)
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Long time no see! Sorry for the silence on our side, but happy to announce we have a team again at Simplificator that will maintain this gem. We will have a look at the remaining pull requests in the upcoming weeks. If you made a fork with changes interesting for other users of this gem, feel free to open a PR as well.
Changes:
- We bumped the minimum Ruby version to 2.6 and Rails to 5.2.
- @rgisiger updated the URLs the gem will use to interact with datatrans. Thank you very much for the contribution!
Upgrading to v4.0.0 is recommended as the old URLs the last releases use will be discontinued by datatrans on the 1st of March 2022.