Releases: brianfreytag/ultipro-sdk-php
Releases · brianfreytag/ultipro-sdk-php
v1.3.2
v1.3.1
- [UPDATE] Allow Guzzle 7
v1.3.0
- Allows Symfony 6 and 7
v1.2.1
- [FIX] Use Variables instead of hardcoded URLs
v1.2.0 - Defer SOAP Client Building
- [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
- [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
- The
UltiproSoapClient
uses$this->getClient()->
but had leftover$client->
in the error logging section.
v1.1.0 - Add Reports as a Service
- Adds Reports as a Service to pull down BI Reports
v1.0.5 - Add Level As Org Level Query Parameter
- [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
- [FIX] Missed a ReflectionException::getProperties() call to convert the argument from an object to a string #9