Releases: joedolson/my-calendar
Releases · joedolson/my-calendar
My Calendar v3.5.19
My Calendar v3.5.18
= 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
= 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
= 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
= 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 ofthe_content
filters.
My Calendar v3.5.14
= 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
= 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
= 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.
My Calendar v3.5.11
= 3.5.11 =
- Bug fix: Default image alt attribute incorrectly fetched.
- Bug fix: Remove stray quote in filter button text.
- Bug fix: Prevent PHP warning if category styles transient contains invalid content.
- Bug fix: PHP warning on Help screen.
- Bug fix: Increase z-index on modals.
- Change: Add filters for locations and events post type arguments.
- Change: Add 'autoexcerpt' as a template tag in addition to the
excerpt
andshort_desc
tags. - Change: Add editor support for location post types.
- Change: Add link to location post editor in location manager.
- Change: Add
permalink
as alias fordetails_link
for clearer tag & function usage. - Remove override for deprecated filter
tmp_grunion_allow_editor_view
.
My Calendar v3.5.10
= 3.5.10 =
- Bug fix: Don't create custom icon cache when debugging.
- Bug fix: Only execute style vars foreach if is an array.
- Change: Add 'my-calendar' as body class on primary calendar page.
- Change: Noindex calendar archive pages.