Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Releases: constantcontact/php-sdk

3.0.0-alpha

03 Jun 22:11
Compare
Choose a tag to compare
3.0.0-alpha Pre-release
Pre-release
  • Support for Guzzle 6
  • Minimum version of PHP required is 5.5
  • Various improvements and fixes associated with the migration to Guzzle 6

2.1.4

17 Feb 14:21
Compare
Choose a tag to compare
  • Added a standalone zip into this version for users who cannot use Composer

2.1.3

02 Feb 19:49
Compare
Choose a tag to compare
  • Some back end changes and versioning fixes

2.1.2

14 Sep 15:48
Compare
Choose a tag to compare
  • Fixes to LibraryService
  • Added the ability to create a Folder

2.1.1

07 Aug 19:39
Compare
Choose a tag to compare
  • Less constrained Composer versioning for Guzzle

2.1.0

10 Jul 22:46
Compare
Choose a tag to compare
  • Fixed an issue with the update contact method
  • Added Campaign Preview methods
  • Fixed an error in an example

2.0.0

30 Jun 18:15
Compare
Choose a tag to compare
  • Completely rewritten back-end implementation using GuzzlePHP
  • Instead of one giant ConstantContact object, calls are now broken out into services
  • New file upload methods for Library
  • Bugfixes

1.3.2

30 Jun 17:02
Compare
Choose a tag to compare

Finalizing some fixes for birthday and anniversary fields.

1.3.1

29 Jun 18:59
Compare
Choose a tag to compare

Minor updates and fixes.

1.3.0

14 Jan 22:46
Compare
Choose a tag to compare
  • Expanded on account service methods
    • Update Account Info
    • Get verified email addresses
    • Create a new verified email address
  • Created a Library Service - get files and folders hosted in the account
  • Bugfixes