Event Organiser Pro 1.7 Released

1.7 marks a massive improvement to the plug-in’s handling of booking forms (though there should be no major alterations to the mark-up produced). Event Organiser Pro now provides a robust API for modifying forms and form elements. This is all with the view of putting in place a strong foundation for some more advanced features …

Read more »

Booking form template changes in 1.8

At the time of writing, Event Organiser 1.7.0 is in beta. In 1.8 the booking form template is changing. If you’ve customised the booking form by editing the booking form template (eo-booking-form.php) then there are a few things that you should do before updating (to 1.8.0). If you saw the following alert in your WordPress …

Read more »

Discount Codes 1.2

There has been a minor, but important, update to the Discount Codes extension. If you intend on updating to Event Organiser Pro 1.7.0, it’s recommended that you update Discount Codes first as it fixes some strict errors (which may appear) and a small loss of functionality in the booking form customiser that will occur otherwise. …

Read more »

Detecting when a booking changes status

You may wish to detect when a booking’s status changes, so that you can perform some action (for instance, e-mail the bookee that their booking has been cancelled). To detect when a booking changes status you can whose one of three hooks: {$old_status}_to_{$new_status} – to detect when a booking goes from one specific status to …

Read more »

Pro 1.6 released

Event Organiser Pro 1.6 has just been released. It contains a few major feature enhancements, as well as fixes for a number of minor bugs. Here’s a breakdown of this latest release: Booking Status API With 1.6 you can now create custom booking statuses to allow you to better organise or track the progress of …

Read more »

Event Organiser Discount Codes 1.1

The discount codes extension for Event Organiser was released earlier today. This is a fairly minor update which fixes a minor JavaScript bug and adds four filters (2 client site, 2 server side): eventorganiser.is_discount_valid – filters whether a discount is valid, client side eventorganiser_is_discount_code_valid – filters whether a discount is valid, server side eventorganiser.discount filters …

Read more »

Event Organiser Pro 1.6

Event Organiser Pro will be released shortly, and is now available for beta-testing. If you want to get hold of a copy early then fill out the form at the bottom of this page. Here’s a summary of what you can expect in 1.6: Booking Status API You can now easily create custom booking statuses …

Read more »

Hook Documentation

The Event Organiser codex now has a dedicated hook reference section. This details the actions and filters used in Event Organiser, along with their location, arguments and examples of their use. Currently there are 52 hooks documented with more being added, including from Pro and other extensions. The hook reference builds upon the substantial function …

Read more »

Event Organiser Pro 1.5.2

This is a minor bug-fix update. The most important bug-fix resolves a bug introduced in 1.5 where deactivating Event Organiser causes a fatal error if Event Organiser Pro is still activated. Pro requires the free version to function, but it’s nice to degrade gracefully. With this update, you won’t get an error, but instead you’ll …

Read more »

1.5.1 Pro Released

This release just contains the following bug-fixes: Fixed bug with (only) free bookings (see https://wp-event-organiser.com/forums/topic/error-some-fields-are-not-valid/). Fixed translation (textdomain) issues with event search shortcode. Fixed minor bug with settings page javascript. Ensure site url has trailingslash when using it for an IPN url. Fixed bug with German translation introduced in 1.5. Fixes bug with duplicated tickets …

Read more »