Skip to content

Releases: EncoreDigitalGroup/planningcenter-php-sdk

0.9.0

13 Nov 20:55
Compare
Choose a tag to compare

Change

  • Person is now type hinted with PHP Doc

0.8.0

09 Nov 04:13
Compare
Choose a tag to compare

Added

  • Email::get() and Email::update()
  • Documentation Coming Soon

0.7.1

21 Oct 18:56
Compare
Choose a tag to compare

#Added

  • PCOClient now returns the JSON Error Message from Planning Center in addition to the standard error messages generated by the PCOClient.

Fixed

  • Person::update now functions as expected

0.7.0

21 Oct 01:15
Compare
Choose a tag to compare

#Adds

  • Person::class

0.6.2

19 Sep 21:15
ce7b748
Compare
Choose a tag to compare

Change

  • composer.json updated to rely on git tags for versions

0.6.0

08 Sep 18:58
a25b25d
Compare
Choose a tag to compare

License Updated

0.5.2

02 Sep 16:51
Compare
Choose a tag to compare

Fix

  • Fixed an issue where the client sometimes threw an error claiming insufficient arguments were passed when they were. This issue occurred when a Class method did not require a query modifier and failed to provide a fall back value of NULL. This fallback value has been moved to the Client Class method directly.

0.5.1

01 Sep 04:01
Compare
Choose a tag to compare

Fix

  • Retry logic was not properly included in the 0.5.0 release

2023-08-31 (0.5.0)

31 Aug 23:17
Compare
Choose a tag to compare

Add

  • Response JSON now has an SDK key containing metadata to allow for easy error-catching.

2023-08-29 (0.4.0)

30 Aug 04:40
Compare
Choose a tag to compare

Add

  • Person->all()
  • Person->get()