Skip to content

Releases: romanpitak/dotMailer-API-v2-PHP-client

v1.1.3

02 Jul 00:00
Compare
Choose a tag to compare
  • Fixed JSON_BIGINT_AS_STRING for older servers

Thanks @danbovey

v1.1.2

26 Oct 10:20
Compare
Choose a tag to compare
  • added ApiTransactionalDataImportFaultReason::JSON_NUMBER_VALUE_TOO_LARGE constant

Thanks @willitscale

Replace transactional data

14 Sep 22:11
Compare
Choose a tag to compare

New method Resources/Resources::PostContactsTransactionalDataUpdate(...) corresponding to api.dotmailer.com/v2/contacts/transactional-data/{collectionName}/{key}.

Thanks @RobertPlant and @willitscale for this improvement.

Programs and enrolments

09 Sep 15:20
Compare
Choose a tag to compare
  • Programs and enrolments added
    • DataTypes/ApiProgram
    • DataTypes/ApiProgramEnrolment
    • DataTypes/ApiProgramEnrolmentList
    • DataTypes/ApiProgramEnrolmentStatus
    • DataTypes/ApiProgramList
    • DataTypes/ApiProgramStatus
    • in Resources/Resources:
      • GetProgramById(XsInt $programId) -> ApiProgram
      • PostProgramsEnrolments(ApiProgramEnrolment $apiProgramEnrolment)
      • GetProgramsEnrolmentByEnrolmentId($enrolmentId) -> ApiProgramEnrolment
      • GetProgramsEnrolmentReportFaults($enrolmentId) -> ApiProgramEnrolment
      • GetProgramsEnrolmentByStatus($status, $select = 1000, $skip = 0) -> ApiProgramEnrolmentList
      • GetPrograms($select = 1000, $skip = 0) -> ApiProgramList
  • Minor formatting fixes.

All hail @Zifius, bringer of the code!

Fix issue #7 and issue #8

11 Jun 23:27
Compare
Choose a tag to compare
  • PostContactsTransactionalDataImport method parameters fixed
  • ApiTransactionalDataImportStatuses constants fixed

thanks @ishakuta

Bug fix #6

22 Apr 21:18
Compare
Choose a tag to compare

Resource::GetAddressBookContactsUnsubscribedSinceDate returns ApiContactSuppressionList now

Bug fix #5

22 Apr 13:10
Compare
Choose a tag to compare

Resources::GetAddressBookCampaigns returns ApiCampaignList
code cleanup
further README files added

PostCampaignsSend fixed

25 Nov 09:43
Compare
Choose a tag to compare

PostCampaignsSend fixed

Mixed::toJson() bug fix

24 Nov 13:31
Compare
Choose a tag to compare

Mixed::toJson() fixed

Rest client version update

15 Sep 08:31
Compare
Choose a tag to compare

New rest client. More examples added.