Skip to content

Releases: joedolson/my-calendar

My Calendar v3.5.21

12 Dec 23:03
Compare
Choose a tag to compare

= 3.5.21 =

  • Bug fix: iCal feed link incorrect.
  • Bug fix: Pass time frame into navigation calculation to help prevent calendars from switching formats when multiple calendars appear on a page.
  • Code docs improvements.

My Calendar v3.5.20

21 Nov 21:08
Compare
Choose a tag to compare

= 3.5.20 =

  • Bug fix: Undefined foreground color in some stylesheets.
  • Bug fix: Missing close span in SVG wrapper.
  • Bug fix: Check whether $event is an object before accessing properties in event template check.
  • Bug fix: Add missing stylesheet class in some calendar themes.
  • Bug fix: Handle uncommon case where a location ID is assigned but location no longer exists.
  • Bug fix: Fix incorrect parentheses that could unset recurring event instances unintentionally.
  • Bug fix: Allow help links to wrap.
  • Bug fix: Root event link should point to source event, not self.
  • Bug fix: When splitting an event, execute the 'add' action instead of the 'edit' action to ensure post meta fields are saved correctly.
  • Update social media links.
  • Add class for locations to event class list.

My Calendar v3.5.19

04 Nov 21:54
Compare
Choose a tag to compare

= 3.5.19 =

  • Remove textdomain loader (obsolete since WP 4.6).
  • Hide icon selector if icons are disabled.
  • Hide color selector & column if category colors are disabled.
  • Minor back-end CSS changes.

My Calendar v3.5.18

20 Oct 22:40
Compare
Choose a tag to compare

= 3.5.18 =

  • Bug fix: PHP template for location single misnamed with incorrectly called variables.
  • Docs: Improved function doc for mc_ts().

My Calendar v3.5.17

06 Oct 22:26
Compare
Choose a tag to compare

= 3.5.17 =

  • Accessibility: Move icon rendering to an aria-hidden element instead of directly generated content.
  • Change: Misc. design changes to improve icon alignments and sizing.
  • Change: Misc. changes to standardize rendering of icons between different stylesheets.
  • Change: Add rel="nofollow" to filtering and navigation links to reduce crawling on duplicate views.
  • Change: Add CSS prefix to stylesheets so additional stylesheets override reset.css.
  • Change: Query location upcoming events by ID, not name.
  • Docs: Add timerange to in-plugin docs list.
  • Bug fix: Don't perform geolocation calls if passed fields have no values.
  • Bug fix: Missing CSS variables & script localization in admin grid view.
  • Bug fix: Style modal edit links in admin.

My Calendar v3.5.16

25 Sep 22:53
Compare
Choose a tag to compare

= 3.5.16 =

  • Bug fix: Restore event and location pagination broken in 3.5.13.
  • Bug fix: Pass valid $type parameters to admin notice function.
  • Bug fix: Able to delete the custom all day time label for an event.
  • Bug fix: Checkboxes not uncheckable for event date handling parameters.
  • Accessibility: Wrap pagination and filters in nav elements.
  • Accessibility: Consistent ordering of pagination and filters.
  • Feature: Add event count column to locations screen.

My Calendar v3.5.15

13 Sep 16:09
Compare
Choose a tag to compare

= 3.5.15 =

  • Bug fix: Execute the_content filters on output broke some displays.
  • Bug fix: Use full event date & time in the stored _mc_event_date meta.
  • Add: filter mc_execute_the_content to enable execution of the_content filters.

My Calendar v3.5.14

11 Sep 19:54
Compare
Choose a tag to compare

= 3.5.14 =

  • Bug fix: Typo in template tag documentation. Props @robnicholson.
  • Bug fix: Incorrectly escaped double quotes in CSV output broke importing.
  • Bug fix: Verify whether 'event_location' property exists when processing submission errors.
  • Bug fix: Autosetting end date failed due to incorrect logic & timezone offsetting.
  • Bug fix: Don't offset timezone when calculating whether an event should be displayed based on options.
  • Change: Execute the_content filters on output to support oEmbed and block output in events.

My Calendar v3.5.13

01 Sep 21:23
Compare
Choose a tag to compare

= 3.5.13 =

  • Bug fix: Missing remote DB reference for event occurrence lists.
  • Bug fix: Don't attempt to copy location relationships when fetching data remotely.
  • Bug fix: Clear fragment cache when remote DB is acctivated.
  • Feature: Add filter to change remote DB prefix when using remote DB.
  • Feature: Setting to flush fragment cache.
  • Change: Remove usages of deprecated 'SQL_CALC_FOUND_ROWS'.

My Calendar v3.5.12

19 Aug 16:37
Compare
Choose a tag to compare

= 3.5.12 =

  • Add: Function that converts from a My Calendar approval status to the equivalent post status.
  • Bug fix: If location name controls in place, do not show on location edit screen. Props @jacquebert.
  • Change: Simplify My Calendar's admin notice function and support all standard notice types & classes.