Fixes You Can Expect in 2.0.2

Home Forums Calendar Products Events Calendar PRO Fixes You Can Expect in 2.0.2

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • #12088
    Rob
    Member

    Hi Suzanne. For the 2.0 release, we broke it into two separate code bases (a business decision made based on where the industry is going and how we wanted to set our release pattern going forward): one for The Events Calendar, then an add-on that makes it Events Calendar PRO. Given how far we’ve come down this path we probably won’t be changing back to one code-base any time soon. Apologies for the inconvenience there.

    #12120
    Joe
    Member

    Hi Rob et al, I just updated to 2.0.2, but I’m still seeing a bug with my “next event” links. Every “next event” link just goes to the current event. Can you help?

    #12128
    Joe
    Member

    Sorry, after I updated “The Events Calendar” I saw the update prompt for “Events Calendar Pro.” With both of them updated to 2.0.2 the “next event” bug seems to be resolved. Thanks!

    #12147
    Rob
    Member

    Excellent to hear, Joe. If you ever encounter that issue again, another good method to resolve would be to go and resave the Permalinks page. Keeping release numbers consistent between free & PRO is definitely key though.

    #12551
    Dave
    Participant

    Hi Rob,

    In the list of bug fixes with 2.02 it says that “Deleting instances of recurrence now works within individual entries”.
    However, this does not seem to work for us. We delete one instance of a recurrence from the Events pages it moves all them to the trash. Any ideas on why this is?

    Great plugin. Just started using it.

    #12592
    Rob
    Member

    Thanks for the words, Dave – and for pointing that out. This issue was initially scheduled for 2.0.2 but was pushed to 2.1 when we couldn’t figure it out in time; I forgot to update the post accordingly here. I’ve done so now and stripped that reference out.

    This fix will definitely be in 2.1, which should be out sometime mid-to-late next month. Apologies for the inconvenience on this in the interim.

    #12598
    Dave
    Participant

    Thanks Rob, look forward to version 2.1. Will be a very convenient feature to have.

    #12613
    Rob
    Member

    Definitely – we’ll let you know if for some reason it gets bumped up to 2.0.3, which will hopefully be out next week sometime. Apologies again for the confusion…let us know if anything else comes up.

    #12631
    Dave
    Participant

    Thanks again Rob.

    I do have one question regarding the date format in the widget list. I want to change it (for space sake) from full day & month to the abbreviated forms…i.e. Mon. Jan 1, 2012. I know there is a post on this in support, but I still cannot seem to get it to work. I believe this is section of code I need to change: “echo tribe_get_start_date( $post->ID, $start );” I am having trouble figuring out how to get to work.

    Thanks again… Hope you have a great Christmas break.

    #12679
    Jonah
    Participant

    Hi Dave, I’m filling in for Rob while he’s away. All you need to do to pass in custom date parameters is to do like so:


    echo tribe_get_start_date( $post->ID, $start, 'D. M j, Y' );

    You can use any of the standard PHP date formatting params to adjust: http://php.net/manual/en/function.date.php

    I hope that helps,
    Jonah

    #12687
    Dave
    Participant

    Thanks Jonah. Got it.

    #12693
    Jonah
    Participant

    Glad that worked Dave!

Viewing 12 posts - 16 through 27 (of 27 total)
  • The topic ‘Fixes You Can Expect in 2.0.2’ is closed to new replies.