The Events Calendar
Features
- Incorporated get_tribe_custom('Field label') to code base.
Tweaks
- Code updated to account for additional translation strings.
- Made the $sep param of TribeEvents::maybeAddEventTitle() optional.
Fixes
- Organizer data can now be changed on an already-published entry in core.
- tribe_get_start_date() fixed.
- Future instances of custom recurrence no longer display inaccurate start/end times.
- In views/single.php on lines 58, 60 & 62, changed tag to <? instead of <?php.
- Required changes to WP_PLUGIN_URL (line 126) & WP_CONTENT_URL (line 930) in the.events.calendar.class.php.
- Deleting a single instance of recurrence in PRO (whether from the list or from within an entry) now works correctly with appropriate prompts/dialogue boxes.
- Attempting to change from a saved organizer/venue to no organizer/venue now works.
- Venue no longer behaves bizarrely when no address data added.
- Fixed issue where event links broke for recurring events whenever a site had permalinks set to default; also fixed general conflicts that occurred when URL rewriting was off.
- Customized defaults can now be turned off after being enabled under Settings -> The Events Calendar.
- Removed instances where organizer data displayed as event title for some users.
- Changes made to custom fields under Settings -> The Events Calendar now take effect upon save.
- Non-U.S. states and provinces now save correctly.
- General fixes to improve how default venues/organizers function and are modified.
- Addressed various PHP notices.
Features
- Added link to new user primer to the activation message.
- Added tribe_is_event_in_category conditional to plugin code base.
Tweaks
- Plugin now adds a default role when registering custom post types.
- General display tweaks to Calendar widget (wasn't showing future events previously, and CSS was screwy).
- Renamed the dashboard Tribe newsfeed widget to conform with rebranding efforts.
Languages
- Russian language files incorporated (free & PRO) from Mikhail Michouris.
- Dutch translation files incorporated (free only) from Rick van Dalen.
- Danish translation files incorporated (PRO only) from Christian Andersen.
- Italian translation files incorporated (free & PRO) from Stefano Castelli.
Fixes
- Months will now show appropriate day count, instead of 31 days as they were previously.
- Custom recurring events previously not showing start AND end time (just start time); now are showing both.
- Hack to include events in your main loop no longer causes event link to vanish.
- Fixed issue of recurrence settings changing upon publication.
- Fixed other bug related to recurrence details showing incorrect date/time.
- General bugs with weekly recurrence have been squashed.
- Admin page should no longer hang when updating a recurring event.
- Breadcrumbs will now show the correct slug info on Thesis.
- Not entering a name for an organizer or venue doesn't stop it from publishing, as it did previously.
- Admin events list now appears with soonest event at the top, not the bottom.
- Deleting instances of recurrence now works within individual entries.
- Unnamed venue/organizer now created when no venue or organizer name added.
- Featured image no longer overlaps the map on individual entries in the default 2011 theme.
- Custom recurrence events weren't previously showing end time on the frontend; they will now.
- Comments box now appears on the default page template (was previously only on default events template).
- Minor change to line 1835 of the-events-calendar.class.php.
- Incorporated patch to include file name in permalink for users running the plugin on shared IIS servers.
- Changes to incorrect tag on lines 58, 60 & 62 in views/single.php.
- Next/Previous link in recurring & standalone events both work fine.
- Worked to better display comments in Thesis & Genesis themes.
- General display bugs related to the WP 3.3 beta.
- Fixed general PHP notices that appeared with debug turned on in your wp-config file.
Features
- Enabled method to turn off event upsell messages on your site in wp-config.php - define( 'TRIBE_HIDE_UPSELL', true );
- Added a "View my events" link in the settings panel to help users find where the calendar lives.
Tweaks
- Updated migration message to help 1.6.5 users have an easier time when they upgrade to 2.0.
- Broke out advanced functions into their own file "advanced-functions.php".
- Added in line documentation to all template tags and moved them to separate files in the /public folder.
- Added and updated documentation on http://tri.be/support/documentation/
Languages
- Added Russian and Swedish translation files.
Fixes
- Added "00" in the time drop down when in 24 hour mode.
- Updated default end time to "17" for 24 hour mode.
- Fixed broken link in the "you need events 2.0 open source" on activation for PRO users.
- More tag now properly crops content in loop.
- Custom meta > number only drop down values now carry over.
- Resolved an issue where single day view yielded a 404 if date was in the past.
- Next event widget now shows the proper event.
- Attachments on recurring events now persist across instances.
- Custom recurring event error caused by blank end date fixed.
- Default state now shows properly.
- Title tags wrong in various views fixed.
- Event date showing incorrectly for certain cases of recurrence fixed.
- Venue / Organizer data not saving for certain cases of recurrence fixed.
Features
- This is such a major re-write that we are starting the change log over.
Fixes
- List view now outputs user-created links properly.
- Recent Posts widget now shows all cats.
- W3C-invalid markup code removed.
- Function names in the-events-calendar.php made more specific to avoid conflict with other plugins.
Features
- iCal import sorted options: post, category, all.
Fixes
- List Widget: eliminate empty li tags when there are no upcoming events (thanks to tokidoki2005).
- Prev / next month links in grid view remain in subcategory of Events.
- Remove calls to non-existent images.
- List Widget now follows display choices made in admin.
- Gmap display choices persistent across plugin updates.
- Better field validation when collecting post meta about events.
Features
- Override plugin css by putting a custom events.css in /wp-content//events/
- Override calendar view by putting a custom table.php in //events/
- iCal import buttons added to calendar and list views
Languages
- Russian added [Vsevolod Gavrilenko]
- French updated [Boddhi]
Fixes
- New month previous and next links now translate.
- The calendar view tooltip on mouse hover now truncates the post content.
- State/province now shows properly on post edit page load.
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!).
