2.0.2
- Prevent new row being created on single event save
2.0.1
- Fixed minor bugs related to templates
- Add shortlink to events
- Add 'start date' arguments to eo_get_event_fullcalendar() & fullCalendar shortcode
2.0
- Launch of Event Organiser Pro
- Added 'system info' page for debugging (visible in the admin menu only when
WP_DEBUG is set to true)
- Fixes 'events' menu position becoming lost when updating settings
- Configure the event expire option via the
eventorganiser_events_expire_time filter
- Corrected Spanish translation
- Corrected potential duplication of ID in the event meta list. Props @fusion2004
1.8.5
- Fixes venue/category 'no events found' error when Events are excluded from search. Introduced in 1.8.
- Fixes uninstall routine typo
- Corrected documentation
- Ensured backwards compatibility for 3.3
- Added filters
1.8.4
- Fixes bug with the widget calendar (see this post)
1.8.3
- Fixes bugs relating to cross-post-type queries. (see #65
- Fixes bug with Event feed introduced in 1.8, (see #69
- Resolves conflict with WPML
- Adds filters to event date functions (see #67
- Resolve conflicts with jQuery 1.9
1.8.2
- Fixes event taxonomy sorting bug introduced in 1.8
- Adds finish translation
1.8.1
- Fixes fatal error on activation introduce in 1.8
1.8
- Added venue & category widgets
- Added multi-site support.
- Improved event query handling (see #58
- Added %venue_city% and %venue_shortcode% tags (see #42
- Added fullCalendar title options
- Fixes bug with deleting expired events
- Fixes event importer truncating details with some ics files
1.7.4
- Adds venue state & city shortcode/widget tags See #42.
- Fixes breaking series looses end date. See #45.
- Work around for a bug introduced by "Comprehensive Google Map Plugin". See #49.
- Fixes category permalink option missing. Fixes See #50.
- Work-around for php5.2 cache bug
- Adds 'buffer' function to pre_get_posts. See #55.
1.7.3
- Use home_url instead of site_url.
- Fixes EO not recognising event template in theme. Props James Andrews.
- Fixes bug when event-tag is not registered. Props James Andrews.
1.7.2
- Fixes template bug introduced in 1.7.1
- Check permissions before adding 'add new venue' button.
- Fixes fullCalendar 'category' attribute bug.
1.7.1
- Fixes archive bug. See ticket
- Remove 'with_front' from archive links.
- Removes obsolete event_allday column.
1.7
1.6.3
1.6. 2
1.6.1
1.6
A special thanks to kuemerle and csaba-erdei.
1.5.7
- Fixes ICS related bugs
- Minor UI improvements
- Adds Danish translation
1.5.6
- Add filter for formatting datetime objects
- Minor UI improvements
- Added Russian translation
- Depreciate use of 'occurrence' for date functions. Use occurrence ID instead. See http://wp-event-organiser.com/documentation/function/eo_get_the_start/
- Custom schedule is considered a recurring event
- Fixed import ICS bug
- Fixed calendar feed posts_per_page_rss bug
- Fixed shortcode bug for tooltip excerpts
1.5.5
- Fixes IE7/8-fullCalendar bug experienced on some themes
- Fixed timezone bug when creating events in the calendar.
- Corrects tooltip date/time formatting
- Fixes venue bulk/quick edit bug
- Fixes venue link for shortcode/widget tags
1.5.4
- Fixes monthly recurring event creation bug
1.5.3
- Fixes 'group by series' bug
- Fixes event creation bug (occurs on some servers)
- Fixes eo_get_schedule_end bug
1.5.2
- Fixes event widget/shortcode url bug
- Fixes php 5.2 duration bug
1.5.1
- Fixes permissions not added on new installs
1.5
- Caching and other performance improvements
- Adding tooltips for the fullcalendar
- Select/deselect individual occurrences
- Options added for event agenda
- Adds classes to event list
- Separate event and archive permalink structure
- Improved UI see http://core.trac.wordpress.org/ticket/18909
- Improved fullCalendar look
- Adds support for hiding/minimizing venue post boxes
- Adds retina support for screen icons (thanks to numeeja (http://cubecolour.co.uk/))
- Fixes 'trying to add extra pimary key' (on activation) bug
- Fixes some locales using comma in floats
- Fixes GROUP BY bug
1.4.2
- Fixes event list widget past events, and template not saving correctly bugs
- Fixes 'add new venue' error message
- Fixes shortcode error message when retrieving url of non-existant venue
1.4.1
- Fixes a weekly schedule bug, occurs for some users.
1.4
- A big update: venue address data migrated to new venue meta table
- Introduces support for venue meta data and custom metaboxes (see )
- Improved venue admin page UI
1.3.6
1.3.5
- Fixed events export bug.
- Cached timezone object, improved performance.
1.3.4
%cat_color% now works
- Fixed IE8+ calendar and agenda bugs
- Fixed shortcode calendar bug
- Fixed timezone for 'add to google' link
1.3.3
- Added 'no events' option for event list widget
- Added template tags for widget/shortcode:
%cat_color% and %event_excerpt%
- Added hook
eventorganiser_calendar_event_link to alter full calendar event link
- Added
eo_has_event_started, eo_has_event_finished, eo_event_color,eo_get_blog_timezone functions
- Fixed the following bugs
- Widget calendar (affecting some themes)
- Agenda date 'undefined' (affecting some browsers)
- HTML in widget template breaking form
- Fullcalendar in IE6/7
- Event-tag template not loading
*Other minor bugs
1.3.2
- Fixes permalink bug introduced in 1.3.1
1.3.1
- 'Clever' template hierarchy. Recognises templates for specific venues, categories or tags. E.g.
taxonomy-event-venue-myvenueslug.php
- Fixed menu related bugs
- Fixed bulk/quick edit errors
- Fixed numeric venue slug bug
- Widget calendar - added class 'today' to current date and 'show past events' option
- Fixed calendar key (chrome browser) bug
- Pretty Permalinks can now be turned off
1.3
- Converted venues to event-venue taxnomy terms
- Improved add events link to menu option
- Import Categories and Venues
- Break a reoccurring event
- Templates for widgets (syntax as for event list shortcode)
- Time format option for full calender shortcode
- Quick/Bulk edit event venue
- Category key option for full calendar shortcode
- Set zoom level on venue map shortcode
- Full calendar shortcode attribute to restrict events to a specific venue / category
- Fixed 'daylight saving' bug for php5.2
- Fixed IE7 Widget calendar bug (thanks to Fej )
1.2.4
- Fixed bugs concerning
- Relatve date formats
- Child-theme templates
- Localisation
- Calendar shortcode on php5.2
1.2.3
- Corrected potential 'class does not exist' bug
1.2.2
- Event list shortcode,
[eo_events], now supports templates which can be enclosed in the shortcode. See the documenation.
eo_get_events and the event list shortcode now support relative date formats for data parameters (e.g. event_start_before='+1 week',event_end_after='now'`). See the documenation.
eo_format_date now supports relative date formats
- Added
eo_get_category_color function.
- Added German and Spanish translations
- Fixed PHP 5.2 related bugs affecting calendars and events export
- Fixed event permissions bug
- Fixed other minor bugs reported here
1.2.1
- Fixed permalink bug
- Venue map marker can be manually dragged to a specific location
- Event Organiser is now compatible with PHP 5.2+
- Fixed minor calendar icon bug in IE
1.2
- Public events feed
- Delete individual occurrences
- Color-coded event categories
- Event tags
- (Optionally) automatically delete expired events
- Custom permalink structure
- Added
eo_subscribe shortcode to create a subscribe link
- Agenda widget
- Venue descriptions now support shortcodes
- Custom navigation menu title for events
- Option to decide when event is past
- Show all occurrences of an event or 'group occurrences'
- Improved user-interface
- Added template functions:
eo_get_the_occurrences, eo_get_the_venues, eo_event_venue_dropdown, eo_event_category_dropdown, eo_is_allday, eo_get_the_GoogleLink, eo_get_events_feed. See template functions documentation
- Localisation (currently translations for French and Portugese (Brazil) are included)
- Improved default templates
- Fixed bugs reported here
1.1.1
A minor update, fixing a few bugs and improving the (admin and public) calendars' performance. The bug which meant calendars and the calendar widget couldn't be displayed together is now fixed. For a full list of alterations see here.
1.1
Improved admin calendar navigation, with category/venue filters. Public version of the 'admin calendar' now available as a shortcode. You can now import events from an ICAL file. Further details included in the ics export file. The venue content editor is now fully featured. Venue descriptions now understand shortcodes. Fixed a few bugs.
1.0.5
Fixed export bug.
1.0.4
Introduced warning messages for unsupported PHP / WP versions and missing tables. Updated templates to work with more themes. Updated event table install.
1.0.3
Fixed 'blank screen of death' for unsupported versions (WP < 3.3). The plug-in will still not operate correctly for versions before 3.3.
1.0.2
Fixed ics exporter and deactivation/uninstall
1.0.1
Minor bug fixes and readme update.
1.0.0
Initial release