Skip to content

Releases: phpcfdi/sat-ws-descarga-masiva

Version 0.2.1

20 Aug 17:59
fc6eccb
Compare
Choose a tag to compare
  • 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

14 Aug 02:01
eb3f33c
Compare
Choose a tag to compare

Breaking changes:

  • CodeRequest::isNotFound is replaced by CodeRequest::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 on phpcfdi/credentials.

Other changes:

  • Fix & improve composer/phpunit/travis/scrutinizer calls.
  • Fix documentation typos.

Version 0.1.0

09 Aug 22:14
Compare
Choose a tag to compare

Fist functional release