The Events Calendar
Features
- Child Theme support.
- iCal Feed of all events now accessible using http://.com/?ical.
- Setting to include / exclude events from general loop.
- Subcategories in events now behave properly (and include some css for your creative endeavors).
- Get Events function no longer starts its own loop (significantly reduce conflicts with other plugins).
- Added class to current day.
- PHP versions older than 5.1 will fail gracefully.
- Uninstall file.
- Calendar grid view now honors 'posts_per_page' WordPress setting.
- Calendar grid view now has "previous" and "next" month links.
- Widget now has options to control behavior when there are no events to display.
- It is now possible to select no default country for events.
- Added a setting to control "pretty urls" to the events vs using query args (reduce conflicts with other rewrite rules).
- tec_event_address() added for easy echoing of the event address.
Tweaks
- Updates to widget layout (links to events and "read more").
- Default times for new event updated (all day, starting tomorrow).
Languages
- German translation from Felix Bartels.
- Brazilian Portuguese translation from Thiago Abdalla.
- Dutch translation from Sjoerd Boerrigter.
- Spanish translation from Los Jethrov.
- Updates to Swedish translation from Kaj Johansson.
- Updates to German translation from Andre Schuhmann.
- Danish translation from Carsten Matzon.
Fixes
- Improvements to field validation.
- Fixes Embedded Map HTML URL Encoding so its w3c compatible (Thanks azizur!).
- Usability issue: Is this post an event? Yes/No -- now you can click the text and it will select your choice (Thanks azizur!).
- Fixes drag/drop issue (Thanks azizur!).
- State vs Province meta values were not mutually exclusive.
- HTML was not properly escaped in the template.
- Fixes PHP short tag issue in one of the templates.
- In single.php, the Back to Events link no longer strictly goes to the grid view, but adheres to the default view option.
- Google map link is now produced with minimal information, complete address is no longer needed, W3C-compatible output.
- Improvement and debugging of entire error catching and displaying system.
- Fixes upcoming/past sorting issue (Thanks Elliot Silver for the support!).
Fixes
- Fixes date bug in the class method setOptions(), line 1188 in the-events-calendar.php.
Features
- Starting day in calendar view now reflects the start_of_week WordPress option.
- Widget view can now be overwritten in theme ([theme]/events/events-list-load-widget-display.php).
- Setting that enables "Feature on Event Date" - This option will bump an event to the top of the homepage loop on the day of the event (and then return it when over).
- Timezone to be set by WordPress settings.
- Class in calendar for current Day, past events and future events.
Fixes
- Fixed translation bugs (thanks to Kaj for catching).
- RSS broken with alternate permalinks.
- AM/PM time display bug.
- Issue of right float on right three cols on cal view for some themes.
Tweaks
- New .pot file available with more entries, covering more of the plugin (months are in there now).
Languages
- Polish translation from Maciej Swoboda.
- Czech translation from Tomas Vesely.
Languages
- Swedish translation provided by Kaj Johansson.
- French translation provided by Benjamin Nizet (Enseignons).
- Italian translation provided by Maurizio Lattanzio.
Fixes
- Fixed localization functions so that translation files work.
- Smarter date chooser provides only those dates which the month contains as choices, accounts for leap years - fixes multi-month event bug pointed out by coold78 on the forum.
- More robust path for the ajax that hides the donation button to fix non standard WordPress install locations.
Features
- New system for date and time formatting.
- Optional format string argument for event_start_date() or event_end_date(). Otherwise, the format set in WP options is used.
- Added comments to default event template + global on/off toggle in settings for comments on events posts.
Tweaks
- Time format is determined by WP options.
- Removed donate button from User Profile view.
- Cost now defaults to NULL.
- On front end, cost field disappears if its value is NULL.
- Set venue label to only display if there is a venue.
- Standardized ids and classes in bundled templates.
- Removed camelCase IDs and classes.
- Add "tec-" to the beginning of all ids and classes within the templates.
Compatibilitys
- Updated minimum php requirement to 5.1.
Fixes
- Fixed permalink issue on calendar.
- Removed limit of events shown on calendar view.
- Fixed conflicting namespace error with xml2array function.
- Curl support for (soon to be deprecated) safe_mode.
Tweaks
- Update minutes to increment by 5 rather than 1 and default to 00.
- Changed "Grid view" to "Calendar", "List view" to "Event List".
- Made significant headway on preparing translation - more to go.
- Clean up admin quite a bit to make it easier to navigate the events form.
Features
- Added a class per category to each event in the grid view: "cat_classname" to allow users more styling controls in the grid.
- Added embedded google maps integration & admin panel controls.
Tweaks
- Updated ticket display to hide after event end date.
Fixes
- Fix exception handling bugs.
Tweaks
- Updated single.php to improve dependency on eventbrite.
- Updated cost function to use filter.
Fixes
- Fixed a whole pile of small bugs.
Features
- Extract Eventbrite from the Events calendar into a stand alone plugin.
- Add donate links.
- Add settings panel.
- Default View (calendar or list) for categories.
- Default country for events.
- Donate toggle on/off.
Compatibilitys
- Upgrade for WP 2.9.
