Skip to content

Releases: brianfreytag/ultipro-sdk-php

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

v1.0.3 - Symfony 5 and Bugfix

05 Feb 21:49
ea194a8
Compare
Choose a tag to compare
  • [FIX] Fix a bug in ReflectionExtractor #7
  • [COMPAT] Add support from Symfony 5 #8

V1.0.2 - Add New Parameters

26 Dec 17:18
902de17
Compare
Choose a tag to compare
  • [BC Break] - Ultipro added new parameters to their EmploymentDetails API Response. This adds them to the model so it doesn't throw exceptions
    • supervisorEmployeeNumber
    • supervisorCOID
    • supervisorCompanyCode
    • companyGLSegment
    • locationGLSegment

v1.0.1 - Bug Fixes

07 Jun 17:57
717dc75
Compare
Choose a tag to compare
  • [FIX] Update readme typos and grammatical errors (brianfreytag)
  • [FIX] Fix for error handling in Employee ID (brianfreytag)

V1.0 - Initial Release

21 May 19:14
Compare
Choose a tag to compare

This is the initial release of Ultipro SDK PHP (Unofficial). See CHANGELOG.md for what has changed and README.md for usage details.