Hi Marcus,
Wow - this forum keeps you busy. Definitely one of the best-supported plugins.
Just drawing your attention to a tiny bug.
Using the #_LINKEDNAME placeholder seems to generate code like:
<a href='http://my.website/events/event/' title='Don't use apostrophe's here!'>Don't use apostrophe's here</a>
Hopefully you'll see what I'm getting at. Attributes should be escaped using esc_attr()
I think you fixed this recently for #_EVENTIMAGE, could you do the same for #_LINKEDNAME please?
Perhaps you need to review where you're creating markup and ensure that you're always escaping attributes - a good habit which I've yet to develop myself!
Ross