Releases: joedolson/my-calendar
Releases · joedolson/my-calendar
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.
My Calendar v3.5.9
= 3.5.9 =
- Bug fix: Fix CSV event download PHP error.
- Bug fix: Fix misc. HTML validation errors.
- Bug fix: Force text wrapping in button reset.
- Bug fix: Fix data checks for event author when no user is logged in. (Pro).
My Calendar v3.5.8
= 3.5.8 =
- Bug fix: Use
mc_exit_early()
to determine classes as well as to determine display. - Bug fix: Editing a single date updated descriptions for all events.
- Bug fix: Only parse URL arguments for specific calendar ID.
- Bug fix: No content fallback text not passed to output function in main shortcode.
- Bug fix: Don't duplicate registration fields in front-end submissions (Pro).
- Bug fix: Handle the possibility that front-end location presets may be 0 instead of empty (Pro).
My Calendar v3.5.7
= 3.5.7 =
- Bug fix: PHP 8.2 deprecated error in
mc_ordinal
. - Bug fix: Category dropdown navigation element should limit categories shown.
- Bug fix: Export dropdown button broken.
- Bug fix: Export/Subscribe dropdowns duplicated if multiple calendars present. Props @mikeknappe.
- Bug fix: Incorrect argument passed to mini widget ignored months setting.
- Bug fix: Reset styles didn't handle Mini calendar widget disclosure properly.
- Feature: Add setting to change subscribe and export button text. Props @mikeknappe.
- Docs: Fix incorrect docs on
mc_category_key
. - I18n: Missing translator function. Props @DAnn2012.