Greetings!
We grab info from the calendar for print via csv and a formatting script. Recently we noticed something strange- various listings were missing the venue name but including the address and city. Long-story-short, we eventually found that our script was looking for the “VenueVenue” field, which stopped being recorded sometime between Feb. 18 and 21. It appears “VenueVenue” and “wp_post_title” were identical so instead we can use “wp_post_title” for the venue name.
So I don’t really have a problem now, although it took a while to figure that out. I didn’t see it in the release notes for the updates around that time. Was it an intentional change? Of course it makes sense not to have two fields with identical info. Did VenueVenue previously have a different role from post title?
In the future do let us know if any of the fields are changed đŸ™‚