Skip to content

Releases: brianfreytag/ultipro-sdk-php

v2.0.0

25 Nov 19:05
540a1c5

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v2.0.0-rc1

v1.3.2

01 Apr 17:17
5746fb9

Choose a tag to compare

  • Fixes for PHP 8.4 Deprecations

v1.3.1

21 Mar 16:31
daa9df3

Choose a tag to compare

  • [UPDATE] Allow Guzzle 7

v1.3.0

20 Mar 18:09
737506d

Choose a tag to compare

  • Allows Symfony 6 and 7

v1.2.1

16 Oct 17:36
6de3d32

Choose a tag to compare

  • [FIX] Use Variables instead of hardcoded URLs

v1.2.0 - Defer SOAP Client Building

18 Jun 19:54
379e0c2

Choose a tag to compare

  • [PERFORMANCE] Instead of building the SOAP Client (which makes an active connection) each time UltiproSoapClient is instantiated, defer the building of the client until it's needed for operations.

v1.1.2 - ReportAsService Array Value Handling

09 May 17:13
9366ea2

Choose a tag to compare

  • [FIX] Fix for situations where a Report returns an array for a column value and breaks when trying to trim the value, assuming it's a string.

v1.1.1 - Login Service Bugfix

26 Apr 17:47
04330ba

Choose a tag to compare

  • The UltiproSoapClient uses $this->getClient()-> but had leftover $client-> in the error logging section.

v1.1.0 - Add Reports as a Service

23 Mar 20:47
1d4cd97

Choose a tag to compare

  • Adds Reports as a Service to pull down BI Reports

v1.0.5 - Add Level As Org Level Query Parameter

12 Jan 15:39
dc16ed7

Choose a tag to compare

  • [FEAT] Allow users to add a level to the organization level query so that they can pull the code and the level or just all of the orgs for the level. #11 11