Releases: brianfreytag/ultipro-sdk-php
Releases · brianfreytag/ultipro-sdk-php
v2.0.0
What's Changed
- Upgrade Dependencies for Symfony 8 by @brianfreytag in #22
Full Changelog: v1.3.2...v2.0.0-rc1
v1.3.2
- Fixes for PHP 8.4 Deprecations
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
trimthe value, assuming it's a string.
v1.1.1 - Login Service Bugfix
- The
UltiproSoapClientuses$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