This repository has been archived by the owner on May 4, 2020. It is now read-only.
Releases: hochstrasserio/wirecard
Releases · hochstrasserio/wirecard
v1.1.0
v1.0.0
v0.2.0
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
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.