Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Releases: smith-carson/prosperworks-sdk

Improved stability

02 Feb 14:04
Compare
Choose a tag to compare
  • Removed the incorrect management or relations inside the sdk, it was responsibility of the application using the sdk
  • Added small catches of some Exceptions that doesn't really mean something's wrong so it doesn't break the app

Fixes for company creation with null contact type

24 Jan 17:50
Compare
Choose a tag to compare
1.0.16

don't throw errors if the contact id is null

Several hotfixes for production use

21 Jan 05:30
Compare
Choose a tag to compare
Added hotfixes when checking base ids for relations so there are no e…

…rrors or exceptions that break synchronization

1.0.14

15 Dec 12:49
Compare
Choose a tag to compare

Fixed and used the batch related endpoint for entities relations
Fixed notice when the custom field comes with no value from prosperworks

1.0.12

30 Nov 14:44
Compare
Choose a tag to compare
Fixed and used the batch related endpoint for entities relations

1.0.11: Removed the type hinting for the exception as there were 2 different …

23 Nov 13:38
Compare
Choose a tag to compare

Bug fixes

23 Nov 01:13
Compare
Choose a tag to compare
Fixed errors when importing people due to a generator being closed wh…

…en used with a foreach

Improved relations management by the sdk

21 Nov 21:50
Compare
Choose a tag to compare

Improved the sdk hability to manage relations, by passing them in the payload json
Fixed a couple of bugs in the base id selection for the relations requests

Updated dependencies

06 Nov 15:39
Compare
Choose a tag to compare
Updated requirements to avoid some issues with the doctrine inflector…

… version

Observer function in custom fields

13 Oct 18:00
Compare
Choose a tag to compare
Some cleanup

Added observer function for custom fields (works better)