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

Releases: constantcontact/php-sdk

3.0.0-alpha

3.0.0-alpha Pre-release
Pre-release

Choose a tag to compare

@WoogieNoogie WoogieNoogie released this 03 Jun 22:11
  • 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

Choose a tag to compare

@WoogieNoogie WoogieNoogie released this 17 Feb 14:21
  • Added a standalone zip into this version for users who cannot use Composer

2.1.3

Choose a tag to compare

@WoogieNoogie WoogieNoogie released this 02 Feb 19:49
  • Some back end changes and versioning fixes

2.1.2

Choose a tag to compare

@WoogieNoogie WoogieNoogie released this 14 Sep 15:48
  • Fixes to LibraryService
  • Added the ability to create a Folder

2.1.1

Choose a tag to compare

@WoogieNoogie WoogieNoogie released this 07 Aug 19:39
  • Less constrained Composer versioning for Guzzle

2.1.0

Choose a tag to compare

@WoogieNoogie WoogieNoogie released this 10 Jul 22:46
  • Fixed an issue with the update contact method
  • Added Campaign Preview methods
  • Fixed an error in an example

2.0.0

Choose a tag to compare

@WoogieNoogie WoogieNoogie released this 30 Jun 18:15
  • 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

Choose a tag to compare

@WoogieNoogie WoogieNoogie released this 30 Jun 17:02

Finalizing some fixes for birthday and anniversary fields.

1.3.1

Choose a tag to compare

@WoogieNoogie WoogieNoogie released this 29 Jun 18:59

Minor updates and fixes.

1.3.0

Choose a tag to compare

@WoogieNoogie WoogieNoogie released this 14 Jan 22:46
  • 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