Skip to content

Releases: brianfreytag/ultipro-sdk-php

v1.3.2

01 Apr 17:17
5746fb9
Compare
Choose a tag to compare
  • Fixes for PHP 8.4 Deprecations

v1.3.1

21 Mar 16:31
daa9df3
Compare
Choose a tag to compare
  • [UPDATE] Allow Guzzle 7

v1.3.0

20 Mar 18:09
737506d
Compare
Choose a tag to compare
  • Allows Symfony 6 and 7

v1.2.1

16 Oct 17:36
6de3d32
Compare
Choose a tag to compare
  • [FIX] Use Variables instead of hardcoded URLs

v1.2.0 - Defer SOAP Client Building

18 Jun 19:54
379e0c2
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.0.4 - Fix ReflectionExtractor call in Query Parser

14 Feb 19:11
74c788e
Compare
Choose a tag to compare
  • [FIX] Missed a ReflectionException::getProperties() call to convert the argument from an object to a string #9