Hi Andy,
Could you please let me know what the error is that you recieved, it’s seems a bit strange that you have to remove ?> from the files since that is the propper way to close a php file. To check if it was indeed a update glitch you could try to download the zip manually and overwrite the plugin folder by uploading the files there.
Looking forward to your feedback.
Regards,
Niels
You have trailing new lines after the ?> at the bottom of each file, this causes a blank line to be emitted before header are sent and causes huge problems for other code.
Best practice is to never close the php code block so spurious new lines don’t break things!
Hi Larry,
I feel quite stupid now, thanks for the information. The changes are rolling out now in v1.8.7.1
Regards, Niels
Yeah php can be weird 😂 Thanks Aphotrax this plugin rocks!