The Events Calendar
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.
