• Resolved Joe McGill

    (@joemcgill)


    I recently upgraded the plugin version I was using to 2.0.8 and encountered a bug with the date/venue information not saving properly. After doing some digging, I can confirm that this bug began in version 2.0.6 and is related to a function in my theme that turns on revision support for tribe_events posts:


    add_action('init', 'my_custom_init');

    function my_custom_init() {
    add_post_type_support( 'tribe_events', 'revisions' );
    }

    It’s been really handy to be able to track post revisions with The Events Calendar. Any ideas what might be causing this bug? Thanks!

    https://www.ads-software.com/extend/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Revision support would be great. I screwed up an edit this morning and went looking for revisions…

    Nick Froome

    Thanks for the ideas, guys. We’ve had 3 requests for revisions within the past few weeks so it does sound like there is demand for it. I’ve passed your ideas back to the devs as a vote for including revisions sooner rather than later.

    Joe, what’s the bug you referenced? Does it have to do with duplicate venues/organizers, or something else?

    Everybody set here? Sounds like it, so I’m going to mark this RESOLVED. But let me know if either of you gentlemen disagree.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: The Events Calendar] Date/Venue bug starting in 2.0.6’ is closed to new replies.