Hello Craig,
Thanks for reaching out and I’m really sorry about this issue.
This query will list you the Event Costs for all the events.
SELECT * FROM wp_postmeta WHERE meta_key="_EventCost"
You can do easy database updates if you have one or two phrases repeating (e.x. donation), like this:
UPDATE wp_postmeta SET meta_value="0" WHERE meta_key="_EventCost" AND meta_value="donation";
Good news is that a fix has been developed for this and if all goes well then it should be released later this week.
If you need a workaround solution – other than the database – until then, then downgrading to the previous version is the best solution at the moment.
Hang in there, fix is on its way.
I am going to set the status of this ticket to “pending fix” and we will update it once the fix is released. If you have ticked the “notify” checkbox, then you’ll get an email about it.
Cheers,
Andras