Releases: phpcfdi/sat-ws-descarga-masiva
Releases · phpcfdi/sat-ws-descarga-masiva
Version 0.2.1
- Make
PackageReader\MetadataContent
tolerant to non-strict CSV contents:- Ignore lead/inner/trail blank lines
- Include as
#extra-%02d
any extra value (not listed in headers) - Fill with empty strings if values are less than headers
Version 0.2.0
Breaking changes:
CodeRequest::isNotFound
is replaced byCodeRequest::isEmptyResult
Fiel
has been rewritten with other dependences.
To create a Fiel object use any of this:FielData::createFiel()
Fiel::create($certificateContents, $privateKeyContents, $passPhrase)
- XML SEC Signature now follow RFC 4514 on
X509IssuerName
node. - Removed dependence to
eclipxe/cfdiutils
, it depends now onphpcfdi/credentials
.
Other changes:
- Fix & improve composer/phpunit/travis/scrutinizer calls.
- Fix documentation typos.
Version 0.1.0
Fist functional release