• Resolved Rob La Gatta

    (@roblagatta)


    Hey everyone! Hot on the heels of the?security updates we released earlier this week aimed to address a possible XSS exploit (news that you’ll see has been taking the WordPress community by storm in recent days), we’ve just pushed The Events Calendar 3.9.3. While we hate to make you update twice in one week…this small build addresses a couple minor integration issues with WordPress 4.2, which shipped yesterday. We encourage everyone to update when they can.

    None of our add-ons received an update this go around….the only?plugin to receive an update here?The Events Calendar. Specifically, this release addresses the following:

    The Events Calendar 3.9.3

    • Ensured that rewrite rules are flushed upon plugin activation so event pages do not 404
    • Fixed a bug that caused JavaScript-generated event pagination URLs to be malformed during day/month browsing when pagination anchor tags are absent from the page
    • Fixed a style bug where save/update notices for events in the dashboard had a colored border

    As always, we appreciate your support and thank you for using The Events Calendar. If you have problems with this latest release, let us know on the forums here at dot-org and we’ll do our best to get you sorted.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Am I correct that this release does not fix the issue of the calendar view, on mobile devices, showing incorrect dates? When I asked this question here about a month ago, I got this response:

    “This is indeed a bug and is fixed in 3.10 our next release. We are doing our final testing on the release and hope to have it soon, but I have no exact date to give out right now.”

    https://www.ads-software.com/support/topic/mobile-version-problem-2?replies=3#post-6740323

    Is there any update as to when this issue will be taken care of?

    Thread Starter Rob La Gatta

    (@roblagatta)

    Hi there JustDuckyDesigns! Thanks for the follow-up — you ask a totally legit question. 3.10 still hasn’t actually shipped…it’s a major release that requires a lot of QA before it can ship, and given how much the team caught we’re still in the testing phase at the moment (once the QA team signs off, we’ll be ready to ship). These smaller dot-releases we’ve been pushing in the interim have been done out of necessity, since they related to security concerns or other issues that do not have the luxury of waiting for the broader 3.10 build.

    Since we’re nearing the end of QA, I expect this to ship within a matter of weeks. As soon as it does I’m optimistic we’ll have this issue addressed, and I appreciate your patience as we’ve worked to get it out the door. If you have any other questions or want updates on anything else just let me know.

    Hi, guys, and first thank you for a great job!!! I usually use this plugin for all my sites, but now when i used it merge the tags with the WP built in system…

    How can i do to fix up?

    Hi marcialsoto! Thanks for the kind words. ??

    That indeed is a good question and we’d be happy to help you out. But first, would you mind posting this as a new topic? Since this post was originally geared toward announcing the release of a new version from a month ago, it would be super helpful to keep your topic separate from this one.

    We do check this forum every Wednesday. If you happen to have a license for one of our premium products, then you are certainly welcome to post your question to our premium support forum instead and we’ll follow-up much more quickly.

    Give us as much detail as you can when posting your question: what theme are you using? What other plugins do you have installed? What steps should be followed to replicate the issue? The answers to all of those will greatly improve the troubleshooting process. ??

    Cheers!
    Geoff

    It seems the list functionality is gone since the last upgrade.

    Please advise

    Thread Starter Rob La Gatta

    (@roblagatta)

    Hey markappeal! Thanks for the heads up there; I see you’ve posted a separate thread along those lines, and I’ve got someone checking it out very shortly. We appreciate your patience here.

    Hello, Since update today, translations are a bit messed up but that’s ok.

    But after the update, the snipet that I used to reverse display order when using Event Calendar in blog loop in screwed up.

    Also, the list plugin is not working anymore. Displaying “no upcoming events” even if there are some coming.

    Thanks

    Hi Le Georges! Are you using a snippet from one of our tutorials? If so, which one is it so we can test it out to make sure it’s all good?

    Cheers!
    Geoff

    Hi Geoff,

    Yes I am using a snippet from your tutorial from here: https://theeventscalendar.com/knowledgebase/order-events-in-main-blog-loop-by-post-date/

    code is

    add_action( 'pre_get_posts', 'tribe_post_date_ordering', 51 );
    
    function tribe_post_date_ordering( $query ) {
    	if ( ! empty( $query->tribe_is_multi_posttype ) ) {
    		remove_filter( 'posts_fields', array( 'Tribe__Events__Query', 'multi_type_posts_fields' ) );
    		$query->set( 'order', 'DESC' );
    	}
    }

    Brook

    (@brook-tribe)

    Howdy Le Georges,

    Thanks for keeping an eye out for any snippets that might have broken in 3.10. Please note that we did make a small change to that snippet since 3.9, so if you have not already updated to the latest version of the snippet then you might need to do so now.

    If that doesn’t work it sounds like you are experiencing a “conflict”. List view also should be working for you. In order to proceed you will need to test if a conflict is happening, and if so narrow it down so a fix can be found for it.?This guide?walks you through how to test for a conflict,?and then?identify what is conflicting.

    If you need further assistance please open a topic dedicated to your issue. The .org forum rules dictate that we stay on topic, and only have one person’s issue per thread.

    Cheers!
    – Brook

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Release: The Events Calendar 3.9.3’ is closed to new replies.