Skip to content

Releases: jolicode/forecast-php-api

v7.0.0

29 Mar 11:09
ee45e5c
Compare
Choose a tag to compare

What's Changed

  • Upgrade to janephp/open-api 7.6 (see #24)
  • drop support for PHP <8.1
  • switch to Castor for the project tooling

Full Changelog: v6.0.1...v7.0.0

v6.0.1

06 Oct 12:47
63addf1
Compare
Choose a tag to compare

What's Changed

  • fixed the updated_by_id property name in the Assignment model (see #23)

Full Changelog: v6.0.0...v6.0.1

v6.0.0

04 Aug 10:21
5d6d182
Compare
Choose a tag to compare

What's Changed

  • upgrade to janephp/open-api 7.3
  • drop support for PHP <7.4

Full Changelog: v5.2.0...v6.0.0

v5.2.0

10 Jan 14:14
fcda567
Compare
Choose a tag to compare
  • upgrade to janephp/open-api 7.1

v5.1.1

07 Jun 09:04
912e784
Compare
Choose a tag to compare
  • fixed a possible bug when the call to ListAssignments() returns an error

v5.1.0

26 Apr 11:17
84a1079
Compare
Choose a tag to compare
  • fixed error model
  • made the parameters end_date and start_date required for listAssignments()
  • bypass Forecast's restriction on the assignments selection timeframe (180 days max) - see #15

v5.0.0

11 Apr 15:44
8492283
Compare
Choose a tag to compare
  • upgrade to janephp/open-api 6.3
  • added more endpoints (create / edit / delete for Person, Placeholder, Role, RepeatedAssignmentSet, Assignment)

v4.1.0

21 Aug 10:42
987cffa
Compare
Choose a tag to compare
  • upgrade to janephp/open-api 6.1
  • regenerated SDK
  • fixed the jane-php/open-api-runtime dependency to a minor version, in order to avoid situations where a jane-php update would break things

v4.0.0

19 Aug 17:53
8a2eb67
Compare
Choose a tag to compare
  • fixed the /assignments "state" query parameter description
  • added the "state" query parameter on the /people endpoint - this changes the prototype of the client's listPeople() method

v3.0.0

05 Aug 22:04
cba667e
Compare
Choose a tag to compare
  • Upgrade to Jane 6.0