This document is here specifically to help you with upgrading from 1.1.x to 1.2. There are a few important steps that you'll have to take, so pay close attention!
1. Upgrading to 1.2.x from 1.1 or 1.0.
1. Deactivate your existing plugin (don't delete it)
2. Upload the new plugin (1.2)
3. Activate the new plugin
4. Enjoy!
Failing to deactivate the old version will likely cause problems.
2. Change Log
Version 1.2.2
Features
# Added default values for state, zip, etc
# Google maps are now localized based on WordPress' language setting.
# Added a "No upcoming or previous events" message
# Why show all the countries when you only need two? You can now manage the list of countries
# Added custom page titles for event pages for SEO.
# Added "Post Thumbnail" support to single events and to the popups on the calender display.
Bugs
# Removed Yugoslavia from the country list.
# Fixed a bug that could allow the events plugin to take over the home page on initial install.
# fixed bugs with Google Calendar link bugs
# Upcoming events list now show events that end after now rather than just events that start after now.
# Event cost correctly handles "0" as free.
# Added ability to golle more information in the Calendar Widget.
# Events are now correctly ordered by time in calendar view.
# "Past" events now show up up in chronological order
# All day events now stay on upcoming events page all day
# Issues with browsing multiple pages of events ("page/2/") are now fixed.
# Fixed bug where filters to order event posts by date made it impossible to view past events.
# fixed bug where bulk-editing events deletes date information.
===============
Version 1.2
Features
# Full events category support! You can now browse by category in both list and calendar views. (If you have a custom template, inspect the differences in ours, because yours won't work with categories out of the box.)
# Customizable /events/ URL slug. In case you want something like http://yoursite.com/concerts
# Add to Google Calendar button on a single event
Bugfixes
# Restored proper date ordering in admin area
# Translations (where available) should be displaying consistently
# US states now display properly
# Autosave re-enabled
# No limits to how many events display on a given day
===============
Version 1.1.4
Features
# abstract plugin directory var so that plugin can be installed directly in the theme.
Version 1.1.3
Bugfixes
# fixed the single post / list view bug.
# Removed debug mode because of bugs.
Version 1.1.2
Bugfixes
* translations load correctly
* viewing events in admin now paginates properly
Version 1.1.1
Bugfixes
* proper version #
* consistent labels for plugin: Events Calendar Pro
Version 1.1
* Events Calendar widget
* Single event ical import. Uses **sp_get_single_ical_link()** (must be used in the loop)
Bugfixes
* **is_home()** no longer returns true on an Events view
* Debug mode introduced for users seeing wrong counts in the Events admin view. Turn on and ensure that start and end dates are set correctly before turning off. While debug mode is on, Events will not be sorted by start date properly.
* Some instances where the single.php template in your theme's events/ directory would not load properly should now be fixed.
Version 1.0
* Full port of The Events Calendar 1.6 to Events Calendar Premium 1.0
* Now using custom post types rather than an events category!
* Slick jQuery UI datepicker - no more fiddling with 3 dropdowns!
* Lots of code refactoring for a better experience
* Ability to set Events-specific categories
1. Pre-Installation
2. Installation
3. Using the Plugin
4. Documentation
5. Change Log