All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Add support for
apikey
parameter - Add
~
to invalid chars in string
- Remove support for EOL PHP version: PHP 5.6.7 required
- Update sandbox urls
1.3.1 - 2018-02-09
- Update sandbox urls
- Fixed crypto_method for soap stream context since php 5.6.7 and above
- Fixed missing parameters name for DecryptResponse
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