Skip to main content

Change Log

info

Check the wordpress plugin page for the latest changes (this page is not updated on every single update).

3.0.6

  • Added revised German translation
  • Fixed ordering issue
  • Fixed old template tag attributes not being read
  • Changed map ballon wrapper id to class

3.0.5

  • Fixed 12pm bug
  • Re-added #_LOCATIONPAGEURL (although officially it's depreciated)
  • Added default order by settings in options page
  • Added default event list limits in options page
  • Added orderby attribute for shortcode
  • scope attribute now also allows searching between dates, e.g. "2010-01-01,2010-01-31"
  • Fixed booking email reporting bug

3.0.4

  • Title rewriting workaround for themes where main menus are broken on events pages
  • Added option to show lists on calendar days regardless of whether there is only one event on that day.
  • added spanish translation
  • fixed rsvp deletion issue
  • fixed potential phpmailer conflicts
  • CSS issue with maps fixed
  • optimized placeholders, adding new standard placeholders

3.0.3

  • RSS Showing up again
  • Fixed some reported fatal errors
  • Added locations widget
  • Adding location widget
  • optimizing EM_Locations and removing redundant code across objects
  • fixed locations_map shortcode attributes
  • harmonized search attributes for locations and events
  • rewrote recurrence code from scratch
  • got rid of most php notices

3.0.2

  • Recruccence bugfix

3.0.1

  • Fixed spelling typos
  • Fixed warnings for bad location image uploads (e.g. too big etc.)
  • Fixed error for #_EXCERPT not showing

3.0

  • Refactored all the underlying achitecture, to make it object oriented. Now classes and templates are separate.
  • Merged the events and recurrences tables
  • Tables migration from dbem to em (to provide a fallback in case the previous merge goes wrong)
  • Bugfix: 127 limit increased (got rid of tinyint types)
  • Bugfix: fixed all major php bugs preventing the use with WordPress 3.0
  • Bugfix: fixed all major js bugs preventing the use with WordPress 3.0
  • Restyling of the Settings page
  • Added a setting to revert to 2.2
  • optimizing EM_Locations and removing redundant code across objects

## Previous Versions

1.0b1 Fixed a small bug which prevented the loading of default options in the plugin.

1.0b2 Added a `#_URL` placeholder.

1.0b3 Fixed a small ampersand bug which prevented validation.

1.0b4 Permalinks now properly working. Text now uses wordpress filters. Map #_NOTES bug fixed; maps better centred.

1.0b5 Fixed a bug that caused trouble in the new post page javascript

1.0 No changes, only made this plugin officially out of beta after weeks without any bug popping out.

1.0.1 Added the `dbem_is_events_page` `dbem_is_single_event_page`, `dbem_is_multiple_events_page()`, `dbem_are_events_available` conditional template tags. Added a "no events message option". Added two important FAQ items, to document how to prevent the "green screen on death" and how to resize the map. Fixed a bug that filtered `the_content` even in unrelated lists. Fixed CSS bug: enclosed list in Events page in "ul" elements, as it should be. Fixed a bug loaded the Google Maps Api when deleting events. Fixed a bug that prevented validation in the default widget list item format.

1.1b Added a javascript datepicker

2.0b1 Added locations support. Added RSVP and people management. Added repeated events. Added multiple map. Fixed a bug in calendars which displayed only the first events when more are present.

2.0b2 Fixed some bugs

2.0b3 Fixed some bugs affecting EM 1.0 users Added 2 settings: EM page as calendar and change EM page Added Swedish and German localisations

2.0b4 Fixed a bug in the RSS generator Added alternate start and end time selector for those installs not supporting the default system Removed "Mappa totale" from the gloabl map code Fixed a problem in the back button in the events table Removed some debug "echo" from the RSVP form Hopefully fixed a database scheme bug that some users signalled

2.0rc1 Added JS validation and fallback server-side validation Added a dbem\_is\_rsvpable() conditional template tag Fixed a css bug with some themes, preventing the correct visualisation of the map. Fixed MySql bugs in the main view and in the activation page Added the proper expanded PHP tags Fixed links in the RSS feed

2.0rc2 Marcus Sykes jumps in as a contributor Made the edit page WP 2.8 compatible (CSS tags) Added a "Duplicate Event", since your reoccurring event doesn't give perfect date flexibility Added a Category option, so you can categorize each event Manage categories with own subpanel DDM available in event page (like with people) Added shortcode option in event_list, so category=ID is an option now Added #_CATEGORY as a placeholder Added the TinyMCE of wordpress to the description of the event. That solves the problem of adding pictures! Added an end date option always on for multi-day events. Added a new placeholder format to deal with the end date. You can now wrap dates in #_{} or #@_{} . The values inside will have a format of date(). For example #_{Y-m-d} #@_{ \u\n\t\i\l Y-m-d} will show as "2009-03-23 until 2009-03-28" (only for end dates with no recurrence) or just "2009-03-23" for normal events.

2.1 Properly added Marcus Sykes as a contributor Added a full calendar Added an #_EDITEVENT placeholder Added Brazialian Portuguese localization and some translatable strings Added a today scope for events lists Increased to 3 te default lists limit Categories are now displayed in the events table Now weeks starts according to WP settings Moved the hide page option up for better access Attributes column was not created when the plugin was upgraded, fixed Added comment field to the RSVP form and #_COMMENT placeholder in RSVP email templates Added customizable title to small calendar Removed php short tags Changed RVSP 'no seats available message' for better English Bugfix: there was a time bug Bugfix: event_time not taken into consideration in ordering events, fixed Bugfix: on calendar for days after 28 on the event calendar view Bugfix: for events in days with single digit Bugfix: events link in the calendar now work with permalink Bugfix: today in next mont was not matched in the calendar Bugfix: _RESPPHONE was not matched in emails Bugfix: fixed security vulnerability, which could lead to sql inject attacks Bugfix: locations with apostrophe were duplicated Bugfix: bloginfo('wpurl') instead of bloginfo('url') Bugfix: now loading textdomain in the new (not deprecated) way

2.2 Adding a option to get events through a select Closed many bugs causing a notices/warning visible only in debug mode Closed a critical security hole discovered by Danilo Massa (to be released on May 10th)

2.2.1 newtweblogic fixed a bug in the install routine

2.2.2 small fix that stopped custom fields from showing up in events lists.