Skip to content

Releases: joedolson/my-calendar

My Calendar v3.0.13

17 Jul 21:25
Compare
Choose a tag to compare

= 3.0.13 =

  • Bug fix: missing function call when accessing custom mini templates
  • Bug fix: Syntax error in SQL query checking for conflicts
  • Change: pass short description to Akismet if long desc absent

My Calendar v3.0.12

15 Jul 16:29
Compare
Choose a tag to compare

= 3.0.12 =

  • Bug fix: My Calendar could prevent canonical link from displaying if canonical link being filtered by another application.
  • Modernize & improve Akismet integration.
  • Add filter to disable Akismet checks.

My Calendar v3.0.11

06 Jul 18:12
Compare
Choose a tag to compare

= 3.0.11 =

  • SECURITY: XSS - Canonical URL not properly sanitized. Affects 3.0.0 and up.

My Calendar v3.0.10

06 Jul 16:27
Compare
Choose a tag to compare

= 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

02 Jul 15:18
Compare
Choose a tag to compare
  • 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

28 Jun 15:56
Compare
Choose a tag to compare
  • Bug fix: need to allow elements in mc_strip_tags so calendar linkscan point to non-calendar URLs

My Calendar v3.0.7

26 Jun 15:36
Compare
Choose a tag to compare
  • 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

24 Jun 18:23
Compare
Choose a tag to compare
  • 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

20 Jun 00:39
Compare
Choose a tag to compare
  • 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

16 Jun 20:15
Compare
Choose a tag to compare

= 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.