Skip to content

Version 2.3.0

Compare
Choose a tag to compare
@eclipxe13 eclipxe13 released this 25 Jan 19:00
· 1085 commits to master since this release
  • Add a client \CfdiUtils\ConsultaCfdiSat\WebService for the SAT WebService
    https://consultaqr.facturaelectronica.sat.gob.mx/ConsultaCFDIService.svc?singleWsdl
  • Fix bug, must use children() method instead of children property.
    Did not appears before because the variable using the property was always
    a Node but other implementation of NodeInterface would cause this to break.
  • Add a lot of fixes in docblocks to move @param $var to @param type $var.
  • Add extensions requirements to composer.json: libxml, openssl & soap.
  • Upgrade phpstan/phpstan-shim to version 0.9.1, the not-simple-to-see bug fixed
    in this version was found by phpstan - https://github.com/phpstan/phpstan