Releases: joedolson/my-calendar
Releases · joedolson/my-calendar
My Calendar v3.2.5
= 3.2.5 =
- Bug fix: CSV exported text fields contained newline characters.
My Calendar v3.2.4
= 3.2.4 =
- Bug fix: Permissions issue caused by variable type mismatch.
My Calendar v3.2.3
= 3.2.3 =
- Bug fix: 3.2.2 created multiple post types with the same slug, triggering 404 errors.
- Bug fix: Templates could return the name of the template if template empty/missing.
My Calendar v3.2.2
= 3.2.2 =
- Bug fix: Curly brace offset access deprecated
- Bug fix: Make next/prev post link arguments optional.
- Bug fix: Template queries could return an empty template.
- Change: Remove trashed events from default events list.
= 3.2.1 = (missed tagging)
- PHP Notice: undefined variable.
- Bug fix: screen options not saving.
- Bug fix: Accidental auto-assigning of first category to events when editing.
My Calendar v3.2.0
= 3.2.0 =
- Auto-toggle admin time format if display time format set to European format.
- Show API endpoint when API enabled.
- Add alternate alias for API endpoint.
- Add style variables with category colors to style output.
- Add color output icon with CSS variables in style editor.
- Add new default stylesheet: Twentytwenty.css
- Move permalink setting to general settings panel.
- Change event timestamps to use a real UTC timestamp for reference.
- Switch from using date() to gmdate().
- Update Pickadate to 3.6.4. Resolves some bugs, but introduces an accessibility issue.
- Customizations to Pickadate 3.6.4 to repair accessibility
- don't move focus to picker
- add 'close' button to time picker.
- Switch Pickadate to classic theme (modified).
- Improvements to output code layout.
- Eliminate empty HTML wrappers in content.
- New filter: mc_get_users. Use custom arguments to get users.
- New filters: mc_header_navigation, mc_footer_navigation
- New template tags: {userstart}, {userend} - date/time in local users timezone.
- Bug fix: Misc. ARIA/id relationships broken.
- Bug fix: remote locations sometimes pulled from local database.
- Bug fix: Long-standing issues in user input settings.
- Bug fix: Don't duplicate .summary values.
- Bug fix: Only render one close button in mini calendar.
- Collapse 'View Calendar' and 'Add Event' adminbar menus into a single menu.
- Remove upgrade path from 2.2.10.
- Remove .mc-event-visible from style output. Unused since 2011.
- Remove numerous deprecated functions.
- Conformance with latest WordPress PHPCS ruleset.
My Calendar v3.2.0 Release Candidate 1
= 3.2.0 =
- Auto-toggle admin time format if display time format set to European format.
- Show API endpoint when API enabled.
- Add alternate alias for API endpoint.
- Change event timestamps to use a real UTC timestamp for reference.
- Switch from using date() to gmdate().
- Conformance with latest WordPress PHPCS ruleset.
- Bug fix: Misc. ARIA/id relationships broken.
- Bug fix: remote locations sometimes pulled from local database.
- Collapse 'View Calendar' and 'Add Event' adminbar menus into a single menu
My Calendar v3.2.0 beta
- Auto-toggle admin time format if display time format set to European format.
- Show API endpoint when API enabled.
- Add alternate alias for API endpoint.
- Change event timestamps to use a real UTC timestamp for reference.
- Switch from using date() to gmdate().
- Conformance with latest WordPress PHPCS ruleset.
My Calendar v3.1.18
= 3.1.18 =
- Add filters to 'Add to Google Calendar' link: mc_gcal_location & mc_gcal_description
- Add 'nofollow' to links to past events.
- Include recurrence info in post meta box.
- Change limit on adding occurrences from 20 to 40.
- Minor code refactoring.
My Calendar v3.1.17
= 3.1.17 =
- Bug fix: comma misplaced in mc_list_title_title.
- Provide special handling in cases where multiple categories are enabled but selector is passed a non-array value.
My Calendar v3.1.16
= 3.1.16 =
- Bug fix: restricting styles & JS to specific pages broken by strict type checks.
- New filter: mc_list_title_title