Skip to content

Releases: IntVent/eboekhouden-php

v2.1.0

19 Jul 06:43
c87eb7b
Compare
Choose a tag to compare
  • Make EboekhoudenRelatie model arrayable
  • Remove return type :void of the Client for PHP 8.1+ support

v2.0.0

25 Jul 15:51
Compare
Choose a tag to compare
  • Removed toArray() in the client response

v1.0.4

25 Jul 15:00
Compare
Choose a tag to compare

Changes

  • Added missing fields on the Relation model and enabled it to allow interaction with 'Ledenadministratie'.
  • Allow working with the 10 optional custom fields on the Relation model. I made sure the changes are backwards compatible.

Thanks for the PR @robmeijerink - https://github.com/robmeijerink

v1.0.3

03 Jan 09:23
547b094
Compare
Choose a tag to compare
  • Includes new GetSaldi feature
  • Updated PHP CS Fixer

v1.0.2

20 Apr 07:19
07a0596
Compare
Choose a tag to compare

Changes

  • Support for PHP 8.x
  • Destructor for the client to close the SOAP connection

v1.0.1

30 Dec 14:40
481b386
Compare
Choose a tag to compare
Merge pull request #2 from tofra/AddMutation

Added method addMutation to add mutations to e-boekhouden

v1.0.0

26 Jul 14:49
Compare
Choose a tag to compare

initial release

  • autoLogin
  • getAdministrations
  • getCostPlacements
  • getArticles
  • getRelations
  • getOutstandingPosts
  • getLedgers
  • getSaldo
  • getInvoices
  • getMutations
  • addInvoice
  • addLedger
  • updateLedger
  • addRelation
  • updateRelation
  • addMutation

v0.1.3

16 Jul 14:57
Compare
Choose a tag to compare
Code is string on relation not an id

v0.1.2

15 Jul 13:30
Compare
Choose a tag to compare
Bugfix get the property not itself.

v0.1.1

14 Jul 15:49
Compare
Choose a tag to compare
return [] when there are no relations