Skip to content

Releases: mollie/mollie-api-ruby

Release 4.1.1

10 Oct 15:45
Compare
Choose a tag to compare
  • Expose cancelable? helper method on payment (#94)

Release 4.1.0

08 Oct 07:55
Compare
Choose a tag to compare
  • Add Capture, Order, and Shipment APIs (#92)

Release 4.0.1

04 Sep 10:50
fd5333b
Compare
Choose a tag to compare
Merge pull request #89 from mollie/UpdatingCert

Updating Cert-file

Release 4.0.0

23 Jul 13:58
Compare
Choose a tag to compare

An all new version of the Mollie API Ruby client is here! Update to this version if you want to use the new Mollie V2 API, with as main feature support for multicurrency transactions.

Check the migration guide to see what is new in the V2 version of our API, and check out the examples to see how to use this API client.

Release 4.0.0-alpha.1

23 Jul 10:36
Compare
Choose a tag to compare
Release 4.0.0-alpha.1 Pre-release
Pre-release
v4.0.0-alpha.1

Release 4.0.0-alpha.1

Release 3.1.4

01 Jun 09:10
Compare
Choose a tag to compare
  • Added a migration guide from v2.2.x to v3.1.x.
  • Added issuers attr_accessor.
  • Updated cacert.pem

Release 3.1.4-beta

19 Mar 09:07
Compare
Choose a tag to compare
Release 3.1.4-beta Pre-release
Pre-release
  • Added a migration guide from v2.2.x to v3.1.x.
  • Added issuers attr_accessor.

Release 3.1.3

13 Feb 19:51
Compare
Choose a tag to compare
  • Added default configuration fixes #76

Release 3.1.2

13 Feb 19:48
Compare
Choose a tag to compare
  • Add ING Home’Pay to the payment methods

Release 3.1.1

29 Jan 10:27
Compare
Choose a tag to compare
  • All new API based on resource models
  • Support nested resources
  • Added relation model and configured relations for customers, payments
  • Added content type to client
  • Pass options array to get
  • Pass extra options to all method
  • Camelize get params closes #62
  • Added refunds resource and added more examples
  • Added gift card method
  • Added all new examples with swagger documentation
  • Add queued status and handy accessor to refunds