Releases: joedolson/my-calendar
Releases · joedolson/my-calendar
My Calendar v3.5.1
= 3.5.1 =
- Bug fix: Mini calendar widget stripped out
select
,option
, andinput
. - Bug fix: Upcoming Events list showed out-of-query events.
- Update: Support sqlite to enable demo support in Playground.
My Calendar v3.5.0
= 3.5.0 =
- Major change: Remove CSS style editor and style migration functions.
- Major change: Remove CSS and Icon backup functions.
- Major change: Upcoming events list now returns fixed numbers of events by default.
- Major change: Location data only fetched from location table, no longer saved to event table.
- Major change: Implement responsive table CSS & JS.
- Major change: Introduce PHP templating.
- Major change: Rewrite all additional stylesheet skins.
- Change: Selecting a stylesheet is now optional.
- Change: Add autocompletion for country selection.
- Change: Make modal view the default pop-up view.
- Change: Improve HTML semantics in event display.
- Change: Switch popup triggers to buttons.
- Change: Navigation controls are always controls; don't switch to span when active.
- Change: Replace ical generation with spatie/icalendar-generator.
- Feature: Add card view.
- Feature: Style variable previews.
- Feature: Add importer to import events from The Events Calendar.
- Feature: Add support for featured image on locations.
- Breaking change:
mc_event_classes()
now echos classes. Usemc_get_event_classes()
to return. - Bug fix: Prevent My Calendar post types from showing up in export tool. Props @carstenbach.
- Performance: Use fragment caching to reduce duplicate db queries.
- Performance: Prevent infinite date navigation in calendar navigation tools.
- Performance/SEO: Only output Schema on main event views, not in widgets.
- Support Yoast schema engine (props @joostdevalk)
- Update to WPCS 3 (props @joostdevalk)
- Many, many minor visual changes to improve consistency.
My Calendar 3.5.0 RC 2
Misc. bug fixes
My Calendar 3.5.0 Release Candidate 1
Extensive polish to styles & performance.
My Calendar v3.5.0 beta 3
Includes significant updates to iCal generation, updates PHPCS, adds unit tests.
My Calendar 3.5.0-beta2
2nd beta release; polishes features.
My Calendar v3.5.0-beta1
First beta of My Calendar v3.5.0. Still some details to work out with card navigation & upcoming events lists, but will continue during beta.
My Calendar v3.5.0-alpha
= 3.5.0 =
- Major change: Remove CSS style editor and style migration functions.
- Major change: Remove CSS and Icon backup functions.
- Major change: Upcoming events list now returns fixed numbers of events by default.
- Major change: Location data only fetched from location table, no longer saved to event table.
- Major change: Implement responsive table CSS & JS.
- Major change: Introduce PHP templating.
- Major change: Rewrite all additional stylesheet skins.
- Change: Selecting a stylesheet is now optional.
- Change: Add autocompletion for country selection.
- Change: Make modal view the default pop-up view.
- Change: Improve HTML semantics in event display.
- Change: Switch popup triggers to buttons.
- Change: Navigation controls are always controls; don't switch to span when active.
- Feature: Add card view.
- Feature: Style variable previews.
- Feature: Add importer to import events from The Events Calendar.
- Breaking change:
mc_event_classes()
now echos classes. Usemc_get_event_classes()
to return. - Many, many minor visual changes to improve consistency.
My Calendar v3.4.21
= 3.4.21 =
- Bug fix: Settings that allow HTML were aggressively sanitized, stripping HTML.
- Bug fix: Location field should not be disabled in shortcode generator when has value.
- Bug fix: Provide easier access to calendar page in shortcode generator.
- Bug fix: (Design) Fix change of month heading in mini calendar.
- Bug fix: Fix month number enumeration in date classes.
- Bug fix: Improve counting of events in upcoming events lists.
- Docs: Documentation on
mc_get_uri
filter incorrect. - Change: Pass $event object to
mc_return_uri
filter.
My Calendar 3.4.20
= 3.4.20 =
- Feature: Add {edit_link} template tag for admin email notifications.
- Feature: Support filtering locations by ID when available.
- I18n: Make security information texts more consistent.
- Bug fix: Fix minor layout issues in admin grid view.
- Bug fix: Fix script load in admin grid view. Support modals.
- Bug fix: Update location configuration logic. Props @JoergPe.