« Back to Downloads

MCAPI PHP Wrapper Change log

Below is a general overview of changes made to our MCAPI class over time. This is not meant to be a svn or cvs commit log, rather a straightforward description of the overall changes you will notice when working with our MCAPI wrapper as we make updates.

Be sure to check the API changelog for details on additions/changes inherent to anything using it.

2010-07-13 (Tue, 13 July 2010)
====================================================
* released v1.2.7 of the MCAPI wrapper supporting the changes in v1.2.7 of the API

2010-05-06 (Thu, 06 May 2010)
====================================================
* released v1.2.6 of the MCAPI wrapper supporting the changes in v1.2.6 of the API

2010-02-01 (Mon, 1 Feb 2010)
====================================================
* released v1.2.5 of the MCAPI wrapper supporting the changes in v1.2.5 of the API
* remove the login method and completely disabling support for it in the MCAPI wrapper

2009-10-26 (Mon, 26 Oct 2009)
====================================================
* released v1.2.4 of the MCAPI wrapper supporting the changes in v1.2.4 of the API
* adds support for campaignShareReport()
* adds proper options for Data Transfer timeouts - connection timeouts are hard-coded back to 30 seconds
    ** thanks to Robie for the correction: http://eepurl.com/etLe

2009-08-20 (Thu, 17 Aug 2009)
====================================================
* released v1.2.3 of the MCAPI wrapper supporting the changes in v1.2.3 of the API
* Currently available v1.1 and v1.2 of are now datacenter aware
* adds support for listInterestGroupUpdate()

2009-08-17 (Mon, 17 Aug 2009)
====================================================
* released v1.2.2 of the MCAPI wrapper supporting the changes in v1.2.2 of the API

2009-07-13 (Mon, 13 Jul 2009)
====================================================
* released v1.2.1 of the MCAPI wrapper supporting the addition on the "send_welcome" flag to listSubscribe()

2009-06-08 (Mon, 08 Jun 2009)
====================================================
* released v1.2.1 of the MCAPI wrapper supporting additions to v1.2 of the API

2009-03-29 (Sun, 29 Mar 2009)
====================================================
* released v1.2 of the MCAPI wrapper to support the v1.2 API release
* released v1.1.4 of the MCAPI wrapper supporting v1.1 of the API

2008-11-21 (Fri, 21 Nov 2008)
====================================================
* released v1.1.3 of the MCAPI wrapper
* add new methods included in the v1.1.2 API release.

2008-10-10 (Fri, 10 Oct 2008)
====================================================
* released v1.1.2 of the MCAPI wrapper
* add new methods included in the v1.1.1 API release.

2008-08-29 (Fri, 29 Aug 2008)
====================================================
* released v1.1.1 of the MCAPI wrapper
* fixed bug that caused any calls after the 1st one to an MCAPI object to fail.

2008-08-08 (Fri, 8 Aug 2008)
====================================================
* released v1.1 of the MCAPI wrapper to correspond w/ the v1.1 release of our API.
* Significant changes to be aware of when upgrading to v1.1
    - The campaignCreate() method was completely overhauled and changed from the initial 1.0 
      version released. Read the docs on it before making the jump
    - API Keys were introduced. 
        - If you login() everytime and use the Key returned by login(), this will not affect you
        - If you have hardcoded the previous API Key returned, it will no longer work. We are 
          not backporting this and will not make old API Keys work with v.1.1
    - Error Codes/Messages were revamped. What you have now *should* work, but the recommended way
      now will be to check the numerical code we return and act on it

------------------------------------------------------------------------
API 1.0 frozen, work on API 1.1 begins
------------------------------------------------------------------------

2008-05-19 (Mon, 19 May 2008)
====================================================
* v.1.0.1 release - No significant changes were made to function calls that worked in v1.0
* added several new methods included in the API release:
    - add Injector methods for creating and sending campaigns via the API :
	    - campaignCreate()
	    - campaignTemplates()
	    - campaignSendTest()
	    - campaignSendNow()
	    - campaignSchedule()
    - deprecated campaignBounces(), added replacements:
	    - campaignHardBounces()
	    - campaignSoftBounces() to replace campaignBounces()

    - added paging with lower default sizes and hard upper limits to avoid errors when attempting 
      to handle very large data sets to:
	    - listMembers()
	    - campaignOpenedAIM()
	    - campaignNotOpenedAIM()
	    - campaignClickDetailAIM()
	    - campaignAbuseReports()
	    - campaignUnsubscribes() 

2007-11-14  (Wed, 14 Nov 2007)
====================================================
* Initial v.1.0 release to support v1.0 of the API