Skip to content

Releases: joedolson/my-calendar

My Calendar v3.5.1

07 May 22:08
Compare
Choose a tag to compare

= 3.5.1 =

  • Bug fix: Mini calendar widget stripped out select, option, and input.
  • Bug fix: Upcoming Events list showed out-of-query events.
  • Update: Support sqlite to enable demo support in Playground.

My Calendar v3.5.0

05 May 18:56
Compare
Choose a tag to compare

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

07 Apr 21:39
Compare
Choose a tag to compare
Pre-release

Misc. bug fixes

My Calendar 3.5.0 Release Candidate 1

18 Mar 22:15
Compare
Choose a tag to compare
Pre-release

Extensive polish to styles & performance.

My Calendar v3.5.0 beta 3

05 Mar 23:02
Compare
Choose a tag to compare
Pre-release

Includes significant updates to iCal generation, updates PHPCS, adds unit tests.

My Calendar 3.5.0-beta2

27 Feb 18:03
Compare
Choose a tag to compare
Pre-release

2nd beta release; polishes features.

My Calendar v3.5.0-beta1

19 Feb 00:35
Compare
Choose a tag to compare
Pre-release

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

11 Dec 23:48
Compare
Choose a tag to compare
Pre-release

= 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. Use mc_get_event_classes() to return.
  • Many, many minor visual changes to improve consistency.

My Calendar v3.4.21

22 Oct 19:58
Compare
Choose a tag to compare

= 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

22 Sep 21:55
Compare
Choose a tag to compare

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