Skip to content

Releases: FacturAPI/facturapi-php

3.1.0

15 Oct 16:17
64d041c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.1.0

3.0.1

30 Aug 16:26
f6e64ae
Compare
Choose a tag to compare

What's Changed

  • fix(execute_post): accept and validate nullish body in execute post m… by @raul-facturapi in #32
  • Fix to solve draft methods, now the function execute_JSON_post_request will accept null as parameter

Full Changelog: 3.0.0...3.0.1

3.0.0

02 Jul 18:14
957765b
Compare
Choose a tag to compare

Added

Breaking changes

  • Throw error object in unsuccesful responses by @raul-facturapi in #30:
    Add exceptions for all responses methods (GET, POST, PUT, DEL) if range status is >= 400. Instead of validate an error with the field ok=false, you'll be able to catch the exceptions with try-catch. The object error is returned purely without destructuring as it was before with POST method.

Full Changelog: 2.7.1...3.0.0

2.6.0

27 Mar 22:24
7d5a596
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.6.0

2.4.0

14 Dec 22:48
Compare
Choose a tag to compare

Added

  • New methods: Receipts.send_by_email and Receipts.download_pdf

CFDI 4.0

31 Jan 21:26
Compare
Choose a tag to compare
  • Support CFDI 4.0
  • Now the default API version is v2

v1.2.0

04 Oct 16:48
Compare
Choose a tag to compare

Allow sending an invoice to a custom email address

v1.1.0

22 Aug 20:02
Compare
Choose a tag to compare
  • Added Organizations API

v1.0.1

24 Jul 17:34
Compare
Choose a tag to compare

Bug fixes