Releases: joedolson/my-calendar
Releases · joedolson/my-calendar
My Calendar v3.0.11
= 3.0.11 =
- SECURITY: XSS - Canonical URL not properly sanitized. Affects 3.0.0 and up.
My Calendar v3.0.10
= 3.0.10 =
- Bug fix: invalid method used to sort location lists.
- Bug fix: shortcode generator missing input value
- Bug fix: datepicker did not reflect start of week settings
- Stylesheet CSS change
My Calendar v3.0.9
- Bug fix: Error thrown if Akismet had previously been configured, then deleted.
- Bug fix: location type was added to params if category key was set.
- Bug fix: remove a couple notices
- Bug fix: category relationships not carried over when recurring events split
My Calendar v3.0.8
- Bug fix: need to allow elements in mc_strip_tags so calendar linkscan point to non-calendar URLs
My Calendar v3.0.7
- Bug fix: Case where events ending at midnight (AM) of current day were displayed
- Bug fix: trim spaces from values earlier when parsing filter elements
- Change: don't declare font-family in older stylesheets.
- Declare font-family on button:before in reset
My Calendar v3.0.6
- Bug fix: Shortcode for locations forms always rendered as if in a group filter.
- Bug fix: If the default length 1 hr event pushes into next day, adjust length.
- Bug fix: Incorrectly nested parentheses caused math error in months-by-day recurrence
My Calendar v3.0.5
- Bug fix: If only one event on a day, event title did not show in list view with show title option.
- Bug fix: Incorrect array key for fallback parameter in widget
- Bug fix: custom template query expected 25 chars instead of 32
- Re-allow
in event titles.
My Calendar v3.0.4
= 3.0.4 =
- Bug fix: aria-current test was broken for current date
- Bug fix: Private categories not disambiguated in MySQL query when excluded
- Improve: Rewrite my_calendar_copyr backup functions to use WP core functions.
My Calendar v3.0.3
= 3.0.3 =
- Bug fix: Category key needed to use a 'WHERE' not an 'AND'; broke output if limiting by category
- Bug fix: Error thrown in style editor & category editor if custom directory did not exist
My Calendar v3.0.1
- Bug fix to update functions; missing method parens