I was running a link checker today and noticed that a number of links generated in the grid view are missing their trailing slashes. The links aren’t broken, but they require a redirect and it slows things down.
The three functions that I found (at least initially) that need trailing slashes added are tribe_get_previous_month_link(), tribe_get_next_month_link(), and tribe_get_linked_day(). I can patch the output of the first two through the views, but the last one is trickier.
I thought I’d ask for a fix in the next update, since it’s an easy one and will clean things up a little. Thanks!