Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Releases: hochstrasserio/wirecard

v1.1.0

13 Mar 10:57
@CHH CHH
Compare
Choose a tag to compare

Changes:

  • Use yes and no for risk_suppress option (thanks @bensbox)
  • Make additional options work with fingerprinting in the RecurPaymentRequest (thanks @tomolas)

v1.0.0

05 Dec 17:51
@CHH CHH
Compare
Choose a tag to compare

Changes:

  • Add hashing_method parameter to Context with the new constants Context::HASHING_HMAC (for the new hashing behavior) and Context::HASHING_SHA (for the legacy behavior) (thanks @rieschl)
  • Rework basket parameters (thanks @Estigy)

v0.2.0

22 Apr 11:35
@CHH CHH
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes:

  • Library now requires at least PHP 5.5
  • Add PHP 7 properly to build matrix and not allow it to fail, this means PHP 7 is now officially supported
  • Add the WirecardHelper class to reduce boilerplate code when making requests
  • Add MessageFactory to Context for ability to change Request/Response class
  • Add some decoupling from Guzzle PSR7, this is still an ongoing effort
  • Better examples in the documentation
  • Fix bugs in Backend requests (thanks @WebentwicklerAt)

Experimental Changes (use with care):

  • Implement all backend requests (untested as I lack a proper testing environment for these)

v0.1.0

01 Sep 20:29
@CHH CHH
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

v0.1.0 contains all the necessary code to make payments and implement the foundational patterns. Later releases will aspire to keep these patterns and don’t break them. Please take a look at this release and tell me what you think by opening an issue in the Github issue tracker.

The next release will focus on implementing Backend Operations, like listing, or refunding payments.