Installation Instructions
Install
- Follow the directions in our simple video
- Update your permalinks to ensure that the event specific rewrite rules take effect.
- If you have trouble installing, see the Codex for more helpful info.
For more information, check out our new user primer!
Activate
No setup required. Just plug and play!
Requirements
- PHP 5.2 or above
- WordPress 3.1 or above
Changelog
2.0.3
Small features, UX and Content Tweaks:
- Incorporated get_tribe_custom(ÔField labelÕ) to code base
- Code updated to account for additional translation strings
- Made the $sep param of TribeEvents::maybeAddEventTitle() optional
Bug 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
2.0.2
Small features, UX and Content Tweaks:
- Added link to new user primer (http://tri.be/support/documentation/events-calendar-pro-new-user-primer?ref=tec-readme) to the activation message.
- Added tribe_is_event_in_category conditional to plugin code base.
- Plugin now adds a default role when registering custom post types.
- 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
Bugs:
- 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.
- 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.
- 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.
2.0.1
Small features, UX and Content Tweeks:
- Enabled method to turn off event upsell messages on your site in wp-config.php - define( 'TRIBE_HIDE_UPSELL', true );
- Updated migration message to help 1.6.5 users have an easier time when they upgrade to 2.0
- Added a "View my events" link in the settings panel to help users find where the calendar lives
- Added Russian and Swedish translation files.
- 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/
Bugs:
- 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.
2.0
This is such a major re-write that we are starting the change log over.