All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- WSS2S class with support for callRequestTokenS2S and callRequestTokenS2S methods
1.3.0 - 2015-11-06
- add certificate peer validation on php < 5.6
1.2.1 - 2015-10-23
- toXML method returns formatted XML
1.2.0 - 2015-10-23
- toXML method on Response
1.1.2 - 2015-10-13
- Use triple equal sign in Response->isOK()
- Removed old code from .styleci.yml file
1.1.1 - 2015-05-11
- Fixed PSR2 compatibility and code cleanup
1.1.0 - 2015-05-11
- Remove exception if Response is not OK
- Five more tests to Response/DecryptResponse
- Missing PHPdoc
- Typo on PHPdoc of Response/Response
__set
method
1.0.0 - 2015-03-31
- PHPDoc private method getStreamContext
- Documented
crypt
anddecrypt
methods in readme
- Bump user agent version to 1.0
0.1.0 - 2015-03-31
- Data abstract class for managing constant data (Currency id, Language id)
- Parameter abstract class to be extended in EncryptParameter and DecryptParameter
- Response abstract class to be extended in EncryptResponse and DecryptResponse
- WSCryptDecrypt class
- WSCryptDecryptSoapClient class
- PHPUnit Test Suite