Gutenberg Ready: The Events Calendar 4.7, Event Tickets 4.9, and Premium Add-ons!

We’re very pleased to announce that a new release of our plugins is now out, and that this release includes compatibility with the upcoming release of WordPress 5.0 and the new Block Editor (codename “Gutenberg”).

WordPress 5.0 is (almost) here, and with it are coming some pretty significant changes to the editing interface.

Our team has been working diligently to get our plugins ready for these changes, but aiming at any moving target is always more difficult than aiming at a static one. (And this target is definitely moving!)

Gutenberg and the changes that come with it are a big deal. Our goal is to help support you on your journey to adoption as it makes sense for you and your situation. In that spirit, here’s where we’re at when it comes to our own work and compatibility:

  • We’ve tested WordPress 4.9.8 + our plugins — good to go!
  • We’ve done limited testing with WP Beta + our plugins (which includes our Gutenberg work)
  • We stopped testing with the Gutenberg plugin when WordPress released the 5.0 Beta

Switching to Gutenberg?

If it’s your first time getting your hands on Gutenberg we recommend you go through our step-by-step checklist to get your site ready to start testing the new block editor.

We also have a free WordPress 5.0 eBook available for download that covers all of the major changes the newest version introduces.

Not ready to make the switch to Gutenberg yet?

Don’t worry, our block editor interface for creating events will be disabled by default and we have included a setting to activate it when you are ready.

Remember you can also Disable Gutenberg and Keep the Classic WordPress Editor while you still get more familiar with it and test things out before you go live.

Ready to see what else we’ve added under the hood? On to the details!

The Events Calendar 4.7

  • Feature – added new setting to activate the block editor on events for users running the WordPress 5.0 beta.
  • Feature – added an Event Date Time block to add and display the event date and time
  • Feature – added an Event Price block to add and display the event price and optional event description
  • Feature – added an Event Organizer block to add and display an organizer on an event single
  • Feature – added an Event Venue block to add and display the event venue information including optional link or map
  • Feature – added an Event Website block to add and display an external website link as a button with custom label
  • Feature – added an Event Sharing block to display event export options and allow for more customization
  • Feature – added an Event Details Classic block to maintain a combined content display as in the classic editor
  • Feature – added a Featured Image block to display an event’s featured image in the editor content
  • Feature – added a Tags block to display an event’s tags in the editor content
  • Feature – added an Event Categories block to display an event’s categories in the editor content
  • Feature – added a new Events Blocks section to the block inserter
  • Tweak – Added filters:
    • tribe_blocks_editor_update_classic_content_params
    • tribe_blocks_editor_update_classic_content
    • tribe_events_editor_default_classic_template
    • tribe_events_editor_default_template, tribe_events_google_maps_api
    • tribe_events_editor_assets_should_enqueue_frontend
    • tribe_events_single_map_zoom_level
    • tribe_events_single_event_time_formatted
    • tribe_events_single_event_time_title
    • tribe_events_event_block_datetime_use_yearless_format
    •  tribe_get_event_website_link_target, tribe_events_single_event_time_formatted
    • tribe_events_single_event_time_title
  • Tweak – Added actions:
    • tribe_blocks_editor_flag_post_classic_editor
    • tribe_events_editor_register_blocks
    • tribe_events_single_event_meta_primary_section_start
    • tribe_events_single_event_meta_primary_section_end
    • tribe_events_single_event_meta_secondary_section_start
    • tribe_events_single_event_meta_secondary_section_end
    • tribe_events_single_meta_details_section_start
    • tribe_events_single_meta_details_section_end
    • tribe_events_single_meta_map_section_start
    • tribe_events_single_meta_map_section_end
    • tribe_events_single_meta_organizer_section_start
    • tribe_events_single_meta_organizer_section_end
    • tribe_events_single_meta_venue_section_start
    • tribe_events_single_meta_venue_section_end
  • Tweak – Changed views:
    • blocks/classic-event-details
    • blocks/event-category
    • blocks/event-datetime
    • blocks/event-links
    • blocks/event-organizer
    • blocks/event-price
    • blocks/event-tags
    • blocks/event-venue
    • blocks/event-website
    • blocks/featured-image
    • blocks/parts/details
    • blocks/parts/map
    • blocks/parts/organizer
    • blocks/parts/venue, silence
    • single-event-blocks
    • single-event
    • single-event/back-link
    • single-event/comments
    • single-event/content
    • single-event/footer
    • single-event/notices
    • single-event/title
  • Language – 11 new strings added, 0 updated, 0 fuzzied, and 30 obsoleted

Events Calendar PRO 4.5

  • Feature – added recurring events support to the Events Date Time block
  • Feature – added default content support to the Organizer and Venue blocks
  • Feature – any configured Additional Field now has a corresponding block in the block editor
  • Feature – added option to Additional Fields settings to include configured fields blocks on new events by default
  • Tweak – exclusion rules and now called exceptions when configuring recurring events in the block editor
  • Fix – Style regression for series end element with gutenberg style override
  • Tweak – Changed views:
    • blocks/additional-fields/checkbox
    • blocks/additional-fields/dropdown
    • blocks/additional-fields/radio
    • blocks/additional-fields/text
    • blocks/additional-fields/textarea
    • blocks/additional-fields/url
  • Language – 2 new strings added, 50 updated, 0 fuzzied, and 0 obsoleted

Event Tickets 4.9

  • Feature – added new Tickets block for adding, managing, and displaying tickets
  • Feature – added new RSVP block for adding and displaying an RSVP (independently from tickets listings)
  • Feature – added new Attendee List block for displaying event attendees (replaces attendee list setting)
  • Tweak – limited RSVP block to a single RSVP except in cases of legacy configurations
  • Tweak – admin can now disable Not Going responses for RSVPs via the RSVP block
  • Fix – Adjust some permissions checks to ensure that RSVPs can be created by Subscriber-level users via the Community Tickets submission form [118598]
  • Tweak – Added filters:
    • tribe_tickets_attendee_registration_checkout_url
    • tribe_tickets_rewrite_base_slugs
    • tribe_tickets_rewrite_i18n_domains
    • tribe_tickets_rewrite_i18n_slugs_raw
    • tribe_tickets_rewrite_i18n_slugs
    • tribe_tickets_attendee_registration_page_title
    • tribe_tickets_tickets_in_cart
    • tribe_tickets_attendee_registration_has_required_meta
    • tribe_tickets_attendee_registration_is_meta_up_to_date
    • tribe_tickets_commerce_paypal_gateway_add_to_cart_redirect
    • tribe_tickets_rsvp_send_mail
    • tribe_tickets_event_attendees_skip_empty_post
    • tribe_tickets_tickets_in_cart
    • tribe_tickets_rsvp_form_email
    • tribe_tickets_rsvp_form_full_name
    • tribe_tickets_plus_hide_attendees_list_optout
  • Tweak – Added actions:
    • tribe_tickets_pre_rewrite
    • tribe_tickets_commerce_paypal_gateway_pre_add_to_cart
    • tribe_tickets_rsvp_before_order_processing
    • event_tickets_rsvp_tickets_generated
    • tribe_tickets_ticket_deleted
    • tribe_tickets_ticket_added
    • tribe_tickets_tickets_hook
  • Tweak – Changed views:
    • blocks/attendees
    • blocks/attendees/description
    • blocks/attendees/gravatar
    • blocks/attendees/order-links
    • blocks/attendees/title
    • blocks/rsvp, blocks/rsvp/content
    • blocks/rsvp/details
    • blocks/rsvp/details/availability
    • blocks/rsvp/details/description
    • blocks/rsvp/details/title
    • blocks/rsvp/form
    • blocks/rsvp/form/email
    • blocks/rsvp/form/error
    • blocks/rsvp/form/form
    • blocks/rsvp/form/name
    • blocks/rsvp/form/opt-out
    • blocks/rsvp/form/quantity-input
    • blocks/rsvp/form/quantity-minus
    • blocks/rsvp/form/quantity-plus
    • blocks/rsvp/form/quantity
    • blocks/rsvp/form/submit-button
    • blocks/rsvp/form/submit-login
    • blocks/rsvp/form/submit
    • blocks/rsvp/icon-svg
    • blocks/rsvp/icon
    • blocks/rsvp/loader-svg
    • blocks/rsvp/loader
    • blocks/rsvp/messages/success
    • blocks/rsvp/status
    • blocks/rsvp/status/full
    • blocks/rsvp/status/going-icon
    • blocks/rsvp/status/going
    • blocks/rsvp/status/not-going-icon
    • blocks/rsvp/status/not-going
    • blocks/tickets
    • blocks/tickets/commerce/fields-edd
    • blocks/tickets/commerce/fields-tpp
    • blocks/tickets/commerce/fields-woo
    • blocks/tickets/commerce/fields
    • blocks/tickets/content-description
    • blocks/tickets/content-title
    • blocks/tickets/content
    • blocks/tickets/extra-available-quantity
    • blocks/tickets/extra-available-unlimited
    • blocks/tickets/extra-available
    • blocks/tickets/extra-price
    • blocks/tickets/extra
    • blocks/tickets/icon-svg
    • blocks/tickets/icon
    • blocks/tickets/item
    • blocks/tickets/quantity-add
    • blocks/tickets/quantity-number
    • blocks/tickets/quantity-remove
    • blocks/tickets/quantity-unavailable
    • blocks/tickets/quantity
    • blocks/tickets/registration/attendee/content
    • blocks/tickets/registration/attendee/fields
    • blocks/tickets/registration/attendee/fields/checkbox
    • blocks/tickets/registration/attendee/fields/radio
    • blocks/tickets/registration/attendee/fields/select
    • blocks/tickets/registration/attendee/fields/text
    • blocks/tickets/registration/content
    • blocks/tickets/registration/summary/content
    • blocks/tickets/registration/summary/description
    • blocks/tickets/registration/summary/ticket-icon
    • blocks/tickets/registration/summary/ticket-price
    • locks/tickets/registration/summary/ticket-quantity,
    • locks/tickets/registration/summary/ticket-title
    • blocks/tickets/registration/summary/ticket
    • blocks/tickets/registration/summary/tickets
    • blocks/tickets/registration/summary/title
    • blocks/tickets/submit-button
    • blocks/tickets/submit-login
    • blocks/tickets/submit
    • registration/attendees/content
    • registration/attendees/error
    • registration/attendees/fields
    • registration/attendees/fields/checkbox
    • registration/attendees/fields/radio
    • registration/attendees/fields/select
    • registration/attendees/fields/text
    • registration/button-cart
    • registration/button-checkout
    • registration/cart-empty
    • registration/content
    • registration/summary/content
    • registration/summary/description
    •  registration/summary/icon-svg
    • registration/summary/registration-status
    • registration/summary/ticket/content
    • registration/summary/ticket/icon
    • registration/summary/ticket/price
    • registration/summary/ticket/quantity
    • registration/summary/ticket/title
    • registration/summary/tickets-header
    • registration/summary/tickets
    • registration/summary/title
    • registration/summary/toggle-handler
    • tickets/rsvp
  • Language – 35 new strings added, 121 updated, 0 fuzzied, and 0 obsoleted

Event Tickets Plus 4.9

  • Feature – added new registration page for collecting attendee registration information as part of the check out process.
  • Tweak – Changed views:
    • eddtickets/tickets.php
    • wootickets/tickets.php
  • Language – 0 new strings added, 19 updated, 0 fuzzied, and 0 obsoleted

Not Updated this Release

The following plugins have not been updated this release and will remain at the version numbers specified here:

  • Community Events 4.5.14
  • Community Tickets 4.5.6
  • Eventbrite Tickets 4.5.6
  • Filter Bar 4.5.8
  • Image Widget 4.4.7
  • Image Widget Plus 1.0.2
  • GigPress 2.3.22
  • Advanced Post Manager 4.4