Released 1.5.0
-
I just released 1.5.0, which brings you small improvements and bugfixes, but also loads of new features and 1 incompatibility change in the CSS file for the google maps.
The complete list of added features:* Incompatible change: due to some changes in the code, 2 CSS id’s changed too: no longer using a container id but using a real css class name:
#eme_global_map img becomes .eme_global_map
#eme_locations_list becomes .eme_locations_list
* Feature: added template functionality to the calendar as well (new option template_id to the shortcode eme_calendar, for templating entries in the full calendar)
* Feature: support tls when sending mail via smtp by prepending ‘tls://’ to the hostname (typically for port 587)
* Feature: new placeholders #_HOURS_TILL_START and #_HOURS_TILL_END
* Feature: new shortcode eme_add_multibooking_form that lets you use either a comma-seperated list of event id’s or a recurrence id for which you want to do multiple bookings in one go. It also has a template id for the header, entry and footer of the form list. More info in the doc.
* Feature: new rsvp placeholder #_MULTIBOOKING_DETAILS_TEMPLATE{xx} (with xx a template id): parses the template for each booking in a multibooking scenario, all regular booking and event placeholders can be used in the template
* Feature: new rsvp placeholder #_MULTIBOOKING_TOTALPRICE (the total price of all bookings in a multibooking scenario)
* Feature: new rsvp placeholder #_MULTIBOOKING_SEATS (the total seats of all bookings in a multibooking scenario)
* Feature: new rsvp placeholder #_IS_MULTIBOOKING (conditional tag you can use in rsvp mails)
* Feature: new event placeholder #_EVENTATT, taking 2 arguments: eventid and attribute key. This allows to get the non-default value for an attribute from another event. E.g, for eventid 3 and attribute “my_att”: #_EVENTATT{3}{my_att}
* Feature: added the possibility to define an extra charge when paying via a payment provider. Also added an extra rsvp placeholder so you can show the extra cost being added per payment provider: #_CHARGE{google}, #_CHARGE{fdgg}, #_CHARGE{2co}, #_CHARGE{paypal}, #_CHARGE{webmoney}
* Feature: now more than one global map can be shown on the same page
* Feature: added event placeholders #_STARTDATE, #_STARTTIME, #_ENDDATE and #_ENDTIME, resulting in a easy way to get the start/end date and time for the event in the current WP settings format, without needed to use the other possible date/time placeholders
* Feature: 2 new event scopes: ++YYYY-MM-DD (all events starting later than YYYY-MM-DD) and –YYYY-MM-DD (all events ending before YYYY-MM-DD)
* Feature: mail subjects for the contact person can now also be changed in the settings
* Feature: you can now select multiple categories in the widget. Multiple selected categories will be OR’d together (see the events placeholder)
* Feature: added new filter eme_event_preupdate_filter, taking place just before the event is updated in the DB (the update companion of eme_event_preinsert_filter)
* Feature: added a global option to ignore pending users when using the #_ATTENDEES or #_BOOKINGS placeholders.
* Feature: you can now also send mails about a new event to all WP users, or to all WP users that did not yet register
- The topic ‘Released 1.5.0’ is closed to new replies.