campaignmonitor/createsend-php

Documentation on upgrading

Closed this issue · 2 comments

I've upgraded my PHP and need to stop using v4.1.1.
I downloaded the v5.1.3 release, but am wondering if there's any documentation on what I might need to migrate/update in our codebase to be compatible with that version.

Appreciate any help/guidance.
Thanks -

Hey @onassar whilst we don't have an exact step-by-step upgrade document, we do have the changes outlined in the HISTORY.md file. The changes were mostly on adding support for newer PHP versions, updating tests, adding support for a new API (behavioural events) and some logic & bug fixes.

If you have a specific issue whilst upgrading from v4.1.1 to v5.1.3 please post it here and we'll do our best to help you.

I should point out that version v6.0.0 which was released recently does contain some breaking changes to be compatible with our v3.2 API. Further info in the release notes.

Great thanks for the follow up; I'll make a note that v6.0.0 may introduce breaking changes. All the best!