-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array and string offset access syntax with curly braces is deprecated #10
Comments
Any updates on this issue? Plugin is unusable like this… |
Sorry about that. I've pushed an update with the updated requirement. Let me know how that works? |
It breaks everything I'm afraid. Apparently CM requires now to send a ConsentToTrack field, see https://www.campaignmonitor.com/api/subscribers/ |
I quickly added that to v1.1.11. Does that fix it? |
yes, of course it has to be 'yes' not true like I tried ... too many hours behind my screen .. |
Can you push a new version to make sure ? |
Great! v1.1.11 is the new version. You should see that as an available update via Composer. Do you think consent to track should be a configurable setting or parameter rather than defaulted to 'yes'? |
yes, I just noticed it was already a new version ... great & thanks |
On PHP 7.4.x curly braces are no longer supported, resulting in an error when using this component.
The problem actually occurs in one of the dependencies, being campaignmonitor/createsend-php
The issue over there is solved since version 6.1.1 of that component, see campaignmonitor/createsend-php#101
But this component still uses version 5.1.3 of the mentioned dependency. Could you please update the composer.json?
This is related to clearbold/craft-campaignmonitor-service#3 (and might be to all your components using campaignmonitor/createsend-php)
The text was updated successfully, but these errors were encountered: