Skip to content

Releases: EncoreDigitalGroup/planningcenter-php-sdk

v1.0.0-rc2

18 Dec 03:17
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release

Full Changelog: v1.0.0-rc1...v1.0.0-rc2

v1.0.0-rc1

18 Dec 03:17
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

Full Changelog: 0.9.0...v1.0.0-rc1

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