Hey guys,
I was struggling with the update for a few minutes until I realized something:
The plugin automatically adds <?php
at the beginning, but it’s failing to add ?>
at the end. I added ?>
to the end of my code (manually) and it works.
Prior to doing that, I was getting “Unexpected end of file.”