=== My Calendar === Contributors: joedolson Donate link: http://www.joedolson.com/donate/ Tags: calendar, dates, times, event, events, scheduling, schedule, event manager, event calendar, class, concert, venue, location, box office, tickets, registration Requires at least: 4.7 Tested up to: 6.3 Requires PHP: 7.0 Text domain: my-calendar Stable tag: 3.4.20 License: GPLv2 or later Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets. == Description == My Calendar does WordPress event management with richly customizable ways to display events. The plugin supports individual event calendars within WordPress Multisite, multiple calendars displayed by categories, locations or author, or simple lists of upcoming events. Easy to use for anybody, My Calendar provides enormous flexibility for designers and developers needing a custom calendar. My Calendar is built with accessibility in mind, so all your users can get equal access and experience in your calendar. = Premium Event Management = Looking for more? [Buy My Calendar Pro](https://www.joedolson.com/my-calendar/pro/), the premium extension for My Calendar to add support for user-submitted events, integration between posting and event creation, and import events from outside sources. = Selling event tickets? = Do you sell tickets for your events? [Use My Tickets](https://wordpress.org/plugins/my-tickets/) and sell tickets for My Calendar events. Set prices, ticket availability, and sell multiple events at the same time using My Tickets. = Features: = * Calendar grid or list views of events * Monthly, weekly, or daily view. * Mini-calendar for compact displays (as widget or shortcode) * Widgets: today's events, upcoming events, mini calendar, event search * Customize templates for event output * Limit views by categories, location, author, or host * Editable CSS styles. * Extensive support for recurring events. * Edit or add single dates in recurring events * Rich permissions handling to restrict access to parts of My Calendar * Email notifications when events are scheduled or drafted * Post to Twitter when events are created (using [WP to Twitter](http://wordpress.org/extend/plugins/wp-to-twitter/)) * Manage locations * Fetch events from a remote database. (Sharing events in a network of sites.) * Multisite-friendly * Integrated help page * Shortcode Generator to create customized views of My Calendar = Accessibility = My Calendar is designed with accessibility in mind. All interfaces - both front and back end - are tested with various assistive technology. The plugin includes features for indicating the accessibility services available for events and at physical venues, as well as providing access to the content for users with disabilities. = What's in My Calendar Pro? = * Let your site visitors submit events to your site (pay to post or free!). * Let logged-in users edit their events from the front-end. * Create events when you publish a blog post * Publish a blog post when you create an event * Advanced search features * Responsive mode * Import events from .ics or .csv formats via file or URL. * REST API support for sharing events between multiple sites. = Translations = Visit [Wordpress Translations](https://translate.wordpress.org/projects/wp-plugins/my-calendar) to check progress or contribute to your language. Translating my plugins is always appreciated. Visit <a href="https://translate.wordpress.org/projects/wp-plugins/my-calendar">WordPress translations</a> to help get your language to 100%! == Installation == 1. Upload the `/my-calendar/` directory into your WordPress plugins directory. 2. Activate the plugin on your WordPress plugins page 3. Configure My Calendar using the settings pages in the admin panel: My Calendar -> Add Event My Calendar -> Events My Calendar -> Add New Location My Calendar -> Locations My Calendar -> Categories My Calendar -> Design My Calendar -> Settings My Calendar -> Shortcodes My Calendar -> Help 4. Visit My Calendar -> Help for assistance with shortcode options or widget configuration. == Changelog == = 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. = 3.4.19 = * Bug fix: missing space between attributes caused entire attribute string to fail `wp_kses` test. * Bug fix: Force variable types in a couple of function returns. * Bug fix: Use a persistent MySQL connection when accessing a remote DB. Props @joergpe. * Bug fix: Add new categories to primary selector on creation. = 3.4.18 = * Bug fix: Fix issue with AJAX search within calendar navigation elements. * Bug fix: Extra EOL possible in iCal output. * Bug fix: Categories were passed with icons to iCal, leaving duplicated category names after HTML was stripped. * Bug fix: Remove quoted-printable from iCal encoding. * Bug fix: Deprecated argument error in calendar settings. = 3.4.17 = * Bug fix: Only render event title filters when processing the event. * Bug fix: `mc_inner_content` filter should run whenever description content is displayed. * Bug fix: `mc_inner_content` filter should not override disclosure close buttons. * Bug fix: If a theme uses H1 for widgets, replace with H2 instead of removing. * Bug fix: Hidden event redirect could fire on non-event pages. * Bug fix: PHP 8.1 compatibility fix. * Bug fix: allow {color} and {inverse} template tags in style attributes. * Bug fix: Cache busting on reset.css broken. * Docs: Some docs fixes. * Docs: Move some additional template tags to the uncommon tags array. * Change: Update microformat classes to remove '.fn' (collision with block editor footnotes.) * Change: Updates to search mechanisms for advanced search (Pro). * Change: Add baseline CSS for search results in reset.css = 3.4.16 = * Bug fix: Redirect single page for calendar to canonical location based on permalink settings. * Bug fix: Remove .mcjs class for every calendar on page. * Change: Pass event count to search results filter. = 3.4.15 = * Bug fix: Restore missing 'gmap' option. * Bug fix: Set width/height on category SVGs in event manager. * Bug fix: Accessibility data inconsistently passed from front-end submissions. * Bug fix: Use excerpts by default in iCal. props @masonwolf * Bug fix: Use details link by default in iCal. props @masonwolf * Bug fix: Single ical exports need to use correct date, not series start date. props @masonwolf * Bug fix: Series ical exports need to use root URL, not first instance URL. props @masonwolf = 3.4.14 = * Bug fix: Discrepancy in query arguments for event status counts and event lists. * Bug fix: When publishing an event, remove any spam flag in place without requiring extra step. * Bug fix: Use front-end links for delete and edit if viewed from front-end in Pro. * Change: Add filter to enable RSS feeds for My Calendar post types. * Security hardening: Move sanitizing earlier in numerous locations. = 3.4.13 = * Bug fix: Don't send admin edit link to public submitters. * Bug fix: Unset 'current' keyword when replaced with user ID in MySQL query. * Change: Hide adminbar when embedding calendar in iframe. = 3.4.12 = * Change: when mc_id not passed, display next event if there is one, rather than always the nearest event. * Change: minify admin JS. * Change: combine admin event ajax and category ajax into one file. * Bug fix: Use user-supplied alt attributes from Pro when image provided via URL. * Bug fix: Invalid canonical value when mc_id not passed. * Bug fix: Get event data earlier when processing post responses. Fixes undeclared variable error. * Bug fix: Pass event ID into submission data when editing an event. [Pro] * Bug fix: Fix final week recurring patterns in iCal exports. Props @masonwolf. = 3.4.11 = * Bug fix: Exit without attempting to call category icons if database value is empty. * Bug fix: Set canonical URLs when mc_id parameter is not set. * Bug fix: Don't apply timezone offsets when creating recur rules. * Bug fix: Saved custom templates were overwritten when updating settings that include templates. * Bug fix: Event element allow lists mismatched on initial check and final check. = 3.4.10 = * Bug fix: Duplicate ID attributes on category SVG icons. * Bug fix: Weekday recurring events used wrong basis for date addition. = 3.4.9 = * Bug fix: List view with grouped lists and modal JS enabled did not trigger modal. * Bug fix: Add Event adminbar link should not depend on the My Calendar ID being set. * Bug fix: If no calendar is located, automatically create a new calendar page. * Bug fix: Location relationships were not created between locations and location posts. * Feature: Add support for map links using alternate mapping services. Embedded maps still only available via Google. = 3.4.8 = * Bug fix: Don't show edit event link to users who don't have permission to edit events. * Bug fix: Send front-end editing link when submitting from the front end. [Pro]. * Bug fix: Fix AJAX notices in event importer [Pro]. * Bug fix: Comment corrections & removal of unused variables. = 3.4.7 = * Bug fix: Two missed get_option references migrated to mc_get_option; fixes ability to skip events the occur on holidays. * Bug fix: Add setting & filter for hiding past dates on list view on initial load. * Docs: Update docs referencing 'mc_is_url' now that function is removed. * Add 'check' action in mc_check_data() to handle data verification without taking action. = 3.4.6 = * Bug fix: Category classes on multibyte category names not rendered. (Props @sutefu23) * Bug fix: Current category classes failed for multiple selected classes. (Props @sutefu23) * Bug fix: Fix path references when using custom icon directories. * Bug fix: Don't use icon transients when WP_DEBUG is true. * Bug fix: Fix sorting direction on secondary sorts in events list. * Bug fix: Fix aria-sort rendering in sortable tables. = 3.4.5 = * Bug fix: Group event editor stripped HTML from content. * Bug fix: Clear PHP warning on 'event_approved' * Bug fix: selected attribute stripped from select inputs in mc_kses_elements * Bug fix: Change wide field inputs to prevent exceeding size of containers * Change: Allow mc_admin_category_list() to work on front end for Pro. = 3.4.4 = * Bug fix: Improve modal CSS: better support for multiline titles, adminbar, and avoiding collision with close button. * Bug fix: Modal should use single title, not current context title. * Bug fix: Intermediary headings when viewing multiple months in grid were not translated. * Bug fix: Add user notification if required function `mime_content_type` not available. * Bug fix: Add eventattendancemode parameter to JSON schema. * Change: Use ordinals for recurring events by days, for improved textual clarity. * Docs: Document a couple undocumented filters. * Security: Resolve four CSRF vulnerabilities in the admin. Props thiennv through Patchstack. = 3.4.3 = * Bug fix: Overly general no-scroll selector on modal behaviors caused. Added prefix & specificity. * Bug fix: Wrong variable called for custom navigation items. * Bug fix: Verify that callable functions exist before calling them. * Bug fix: CSS Migration moved files into the wrong directory: move to correct directory. * Bug fix: Perform integrity checks on imported settings files. * Feature: Locate CSS migrated into wrong directory and offer to move them. = 3.4.2 = * Bug fix: Revert fix that supported custom title formats in Full Site Editor, as it caused problems in some classic themes. * Bug fix: default_settings should only ever call add_option, not update_option. Resolves bug that could reset user's settings if they had previously uninstalled. * Bug fix: Accidentally used sanitize_textarea_field on event content instead of wp_kses_post, which stripped HTML. = 3.4.1 = * Bug fix: Fatal error in installation routine on multisite. * Bug fix: Broken popups in AJAX navigation on compact calendar. * Bug fix: Error in child descendant if multi-language events called. * Bug fix: Mis-called setting for default location. = 3.4.0 = * Feature: import and export calendar settings. * Feature: Migrate CSS to custom file locations. * Feature: Add modal option for all popup views. * Feature: Copy to clipboard for help & shortcodes. * Feature: REST API support for outputting events. * Feature: New default stylesheet. * Feature: Support 'current' as an argument in a comma-separated list of users. * Bug fix: User category limits need to be configurable for all users who can add events. * Bug fix: User category limits should limit the categories selectable by users, not just those editable. * Bug fix: Default events screen says 'All' but only showed 'Published' * Bug fix: Quick publish of a draft should keep user in draft events list. * Bug fix: Don't repeat geolocation queries if a location does not have valid data. * Bug fix: Should only require 'Add Events' permissions to set user categories. * Bug fix: Category list did not filter out unavailable categories. * Bug fix: Location slug callback had bad typos. * Bug fix: Fix PHP notice if $templates not an array. * Bug fix: Fix JS for list view to handle if an event has a language change. * Bug fix: Mini URL used incorrectly. * Bug fix: If primary category is already private, no need to check whether a private category is asigned. * Bug fix: Dynamically manage color in SVG icons. * Bug fix: Delete post meta when dropping database on uninstall. * Bug fix: PHP 8.1. updates. * Bug fix: All day events not rendered correctly in iCal clients. Props @drjoeward. * Change: Manage settings in a single database option rather than individual options. * Change: Improved design on print view. * Change: Refresh undeprecated stylesheets. * Change: Deprecate older stylesheets. * Change: show category icons in event manager. * Change: Render CSS variables using `wp_add_inline_style()`. * Change: Render My Calendar main output without shortcode on defined home location. * Change: Remove a couple very long deprecated functions. * Change: Don't save default text settings; use coded fallbacks when empty. * Planning: Prep for removal of core CSS editing. * Planning: Prep work for new templating framework. * Planning: Updates to support future changes in My Calendar Pro. * Performance: caching of icon list data. * Accessibility: Improve aria-label patterns so user settings override. * Accessibility: Omit aria-label if link text is already unique. * Accessibility: Improve calendar navigation using AJAX. = 3.3.25 = * Security: Cross Site Request Forgery vulnerability in Event/Location deletion. Props rezaduty/Patchstack Alliance * Bug fix: Location handling problem when editing events where location is already set. * Bug fix: [Pro] List JS broken when rendering non-primary-language events. = 3.3.24.1 = * Bug fix: minified mcjs.min.js was invalid in 3.3.24, breaking jump navigation selector. = 3.3.24 = * Bug fix: Don't catch non-ajax actions in navigation with JS. * Change: Collapse template preview by default. * Change: Change parsing of POST data when AJAX action executed. = 3.3.23 = * Bug fix: Don't set to default location if location already set. * Bug fix: Add stopImmediatePropgation to click handlers to prevent other script's scroll effects * Change: Remove .mcajax class as unneeded. = 3.3.22 = * Bug fix: Mismatched variable type broke default week view. = 3.3.21 = * Bug fix: Accidentally stripped HTML out of all event titles with search excerpt highlighting. = 3.3.20 = * Bug fix: Recurring month by day not propagating correctly. * Bug fix: Available admin input settings not displaying correctly. * Bug fix: Unset style variables array could throw PHP warning. * Change: Improvements to structure of search results. * Change: Change default search result template. * Add: search_results template tag with search term highlighting. = 3.3.19 = * Bug fix: Missing support for 'show_recurring' parameter in shortcode builder. * Bug fix: Checkbox input layout in shortcode builder * Bug fix: Locations content filter needs to be restricted to main query only. * Complete documentation of hooks. = 3.3.18 = * Bug fix: img and svg category icon styles applied to list items in category admin. * Bug fix: duplicate sprintf call missing arguments. * Bug fix: Globally review & align var type declarations with params & returns in functions & documentation. * Bug fix: Fix some date iteration on recurring events in iCal exports. * Change: Return http 500 if invalid URL passed to print view return URL. * Continuing hook documentation. = 3.3.17 = * Security Fix: XSS flaw in print view. * Bug fix: View full calendar could be empty if settings not edited. * Bug fix: View full calendar text default not translatable. * Bug fix: Allow class attribute on time element. * Change open in new tab text to 'new tab'. * Label error source in cases where wp_die() is used. * Switch subscription links to webcal: protocol. * Begin adding hook documentation at https://joedolson.github.io/my-calendar/ * Begin adding framework for future version of template handling. = 3.3.16 = * Bug fix: Incorrectly passed list type caused templates to encode html entities. = 3.3.15 = * Bug fix: CPT base values shouldn't allow URL-invalid characters. * Bug fix: Improper variable type checking in mc_settings checkboxes. * Bug fix: Unset search variable in auto-generated display hashes. * New filters: Filter event object. (multilanguage support in Pro) * New filter: Filters on single event HTML. (multilanguage support in Pro) * Add: `language` attribute in main, today, and upcoming events shortcodes. = 3.3.14 = * Bug fix: Variables undefined if scripts disabled. * Update tested to value for WP 6.0. = 3.3.13 = * Bug fix: Don't display empty field containers if field settings are empty. * Bug fix: Pass version number to core stylesheet. * Bug fix: Prevent warning from undefined GET variable in previous/next event links. * Bug fix: Allow strong, b, and hr in shortcode output. * Bug fix: Override masking; causing too many display problems. * Bug fix: JS classes in main output used inverted comparisons. * Notice: Custom JS will be disabled and removed in 3.4. * Change: Collapsed view scripts from five files to one file. * Change: Load new combined file minified. = 3.3.12 = * Bug fix: Find title and find event should use nearest event, not first event. * Bug fix: Title replacement used event ID improperly if mc_id not passed. * Bug fix: Seed GUID with home_url. * Bug fix: Don't throw warnings if host/author ID no longer exists. * Bug fix: Handle recurring event codes if passed from event importer. = 3.3.11 = * Bug fix: Modifying a category didn't refresh the icon SVG for that category. * Bug fix: Contextual help should be viewable with 'view help' capability. * Bug fix: Allow img in event title templates. * Bug fix: 'all' category limit could be cast to an integer, breaking links. * Change: text changes to location select label for clarification of purpose. * Change: allow mc_bulk_actions() to take a second argument with events to modify. = 3.3.10 = * Bug fix: aria-current not rendered on event manager filters. * Bug fix: published filter not marked as current by default. * Bug fix: Cache allowed sites for CORS headers on multisite networks. * Bug fix: fread error if no stylesheet defined. * Bug fix: Extra closing div in single-day view. * Bug fix: Better support for local user time. * Change: Wrapper function for My Calendar time format: `mc_time_format()` = 3.3.9 = * Feature: Ability to merge duplicate locations. * Bug fix: New locations created with events were not properly saved with the event, leading to possible location duplications. * Bug fix: Add location to table should not be checked when copying an event. * Bug fix: Possible fix to meta permissions. * Bug fix: Fall back to non-fulltext queries if search term below length limit. * Bug fix: 'search' nav item not rendering. = 3.3.8 = * Bug fix: Generated a duplicate location if event with location unselected location. * Bug fix: Setting an event's all day label text to blank should not be overridden by defaults. * Bug fix: Delete single event from front-end pointed to wrong destination. * Bug fix: Missing help text for copying events. * Change: Minor text change to empty location value. * Change: Clear list items in list view (CSS) = 3.3.7 = * Bug fix: Fixes location admin verification error in manage locations list. = 3.3.6 = * Bug fix: Event template previews should only show to users who can use them. * Bug fix: Category key icons should show background colors when configured. = 3.3.5 = * Bug fix: Default values for screen options were not called. * Bug fix: Event count dots should not show in print view. * Bug fix: PHP notice if mc_id not set on single event views. * Bug fix: Documentation link led to removed page. * Bug fix: Modal help links should open in parent window, not within modal. * Bug fix: Search query sent to docs site should not be translatable. * Bug fix: JPG or GIF custom icons should be accepted. * Bug fix: Template attributes containing HTML stripped attributes in template manager. * Bug fix: PHP Warning when checking for private category property and object not defined. * Bug fix: Don't show admin grid view location dropdown if more than 200 locations. * Bug fix: Prevent large icons from overflowing custom icon list. * Bug fix: Fix display of custom icons in icons modal. * Performance: only run mc_create_tags() once per event. * Performance: cache whether icons are custom rather than inspecting directory for every icon load. * New filter: `mc_display_location_events` on upcoming event arguments for location screen. * Change: label My Calendar page in pages list. = 3.3.4 = * Bug fix: is_single() shouldn't be called in admin * Bug fix: Prevent invalid events from breaking year dropdown. * Bug fix: Make sure category colors are important. * Bug fix: Set margins to 0 on input/button in nav. * Bug fix: Decreasing font sizes in nav caused too many problems in older themes. * Bug fix: Don't insert locations if no data passed to inserter. * Bug fix: Delete location argument was not used. * Bug fix: don't output empty locations. * Bug fix: 'span' is not an attribute on 'span'. * Bug fix: Verify validity of category relationships when parsing admin lists. * Bug fix: $templates was undefined and broke saving templates. * Bug fix: missing quote in 'delete template' button. * Bug fix: custom templates sanitized incorrectly. * Bug fix: translations link went to old translations site. * Bug fix: Handle what happens if default category is deleted. * Bug fix: Invalid class not reset in admin lists. * Bug fix: date displayed in wrong timezone in admin recurring events list. * Change: If location without any unique data is listed in admin, auto delete. * Change: changes to add dates UI to clarify usage. = 3.3.3 = * Bug fix: Timezone omits positive/negative signifier in JSON LD in UTC+ timezones. * Bug fix: Widen location autocomplete field. * Bug fix: Fix show location shortcode templating. * Bug fix: Recur daily by weekday did not produce valid times. * Bug fix: Skip holidays default state filter missing. * Bug fix: Only apply default state on special case recurrence fields on new events. * Bug fix: Category relationships not updated correctly if category deleted. * Bug fix: File path incorrectly referenced when finding custom icon directories. = 3.3.2 = * Change: Add classes representing start time and event length. * Bug fix: Remove unneeded generic class declarations. * Bug fix: Show stored location, not event location, in events list. * Bug fix: Add missing elements to KSES filters for widgets. * Bug fix: Incorrect logic to hide read more link. * Feature: Add field to set calendar month heading. = 3.3.1 = * Bug fix: Bulk removal of locations broken. * Bug fix: SVG category icons should not be queried remotely; use filesystem. * Layout: wider max-width by default, center calendar in container. * Bug fix: Display more information link had inverted logic & wrong label. * Bug fix: Don't show location link if location is not post type mc-locations. * Bug fix: Week view could end up offset incorrectly in some views due to dates getting double timezone offsets. * Bug fix: Provide back-compatibility for tabs in older versions of My Calendar Pro = 3.3.0 = Backend Changes: * Replaced date picker with the <a href="https://github.com/duetds/date-picker">Duet Design Systems accessible date picker</a>. * Accessibility & usability improvements to adding additional occurrences to an event. (DB change) * Add support for custom fields on locations. <a href="https://github.com/joedolson/plugin-extensions/blob/master/my-calendar/mc-custom-location-fields.php">See demo at Github</a> * Extensive back-end user experience changes. * Link location title to edit screen in location manager * Improve checkbox labeling in event manager. * Improve button labeling in nav ordering. * Add row actions to Location manager. * Add support for custom columns in location manager. * Bug fix: use aria tab panels properly in settings. * Removed upgrade cycles & associated code for upgrading from version 2.3.x (last release in 2015.) * Support aria-sort on sortable tables. * Locations support both descending & ascending sort. * Bug fix: pagination when sorting in event manager. * Update settings configuration for default calendar URL. * New setting to control whether plugin settings are removed on uninstall. * Text changes for clarity & simplification * Change 'Short Description' to 'Excerpt' for clarity * Collapse 'Event Groups' and 'Events List' into a single screen. * Inline help pop-ups * Show event count for category links. * Add settings manager to My Calendar primary view page. * Updated recurring events input method. * Add category during event creation. * Make event bulk actions a dropdown. * With Google Maps API, auto query lat/lon data for locations. * Add calendar view for navigating events in admin. * Simplify featured image support. * Use checkboxes to select categories in widgets & shortcode generator. * Show warning if screen has unsaved changes * Template tag & event template previews. Bug fixes: * Bug fix: Deleting a location from the location manager should not send user to the location editor. * Bug fix: row action links not properly labeled. * Bug fix: row action links not becoming visible on focus. * Bug fix: PHP warning on installations without saved locations. * Bug fix: Screen options weren't able to retrieve user settings correctly. * Bug fix: Event manager displayed recurring event options on single event editing screens. * Bug fix: Form overflows in responsive views. * Bug fix: Need breaking container in map bubble after location name. * Bug fix [a11y]: Ensure focus isn't loss in sortable lists; announce change via wp.a11y.speak. * Bug fix: If no previous or next event, generated numerous PHP errors. * Stylesheet previewer in Design manager. * Only show "special scheduling options" when relevant. * Add Help tab to explain statuses. * Add color picker to CSS variable UI Frontend changes: * Add front-end location view. * Update default custom templates. * Support filtering by multiple locations in calendar shortcodes or by filter. * Change: use a stateful heading for all calendar views. * Change: Support AJAX navigation on date select form. * Bug fix: Override custom select styles from Twenty Twenty One * New: recurring-event classes in event lists. * Rewrote Google Maps scripting * New SVG category icons, sourced from Font Awesome (https://fontawesome.com/license) * New default stylesheet: twentytwentyone.css * Individual display settings for different calendar views * Creates demo content on initial installation. * Enable pretty permalinks by default on new installations * Add accessibility fields as a default event output. * Removed RSS feeds. * Always show event title in pop-up. * Update default date/time formatting. * Support search in calendar navigation. * Support category dropdown in calendar navigation. * Support location dropdown in calendar navigation. * Support accessibility feature dropdown in calendar navigation. * Support ld+json schema.org data for events and locations. * Changed heading structure for main calendar view. * Add event number to list view and event number hint in mini view. * 'Show recurring' flag in upcoming events list. * Upcoming events list should not wrap empty value in `ul` * New default stylesheet Developer Changes: * New actions: 'mc_event_happening', 'mc_event_future', 'mc_event_over' executed whenever an event is compared to the current time, usable for automatic transitions and notifications. * Filter: 'mc_output_is_visible' to determine whether a given display feature should be shown on calendar. * Disable sending email notifications for Spam events. Add action to optionally handle spam notifications. * Remove the process shortcodes option. Shortcodes can be disabled using 'mc_process_shortcodes' filter. * Published documentation to https://docs.joedolson.com/my-calendar/ * New filter to add custom permissions. 'mc_capabilities' * New filter for event details `mc_event_detail_{value}` * Started work on documenting filters and actions. * Code reorganization. * PHP 8.0 compatibility. = Future Changes = * Refactor options storage == Frequently Asked Questions == = Hey! Why don't you have any Frequently Asked Questions here! = Because the majority of users end up on my web site asking for help anyway -- and it's simply more work to maintain two copies. Please visit [my web site FAQ](https://www.joedolson.com/my-calendar/faq/) to read my Frequently Asked Questions! = This plugin is complicated. Why won't you help me figure out how to use it? = I will! But not in person. Take a look at my [documentation website for My Calendar](https://docs.joedolson.com/my-calendar/) or the [developer hook documentation](https://joedolson.github.io/my-calendar/) before making your request, and consider [making a donation](https://www.joedolson.com/donate/) or [buying My Calendar Pro](https://www.joedolson.com/my-calendar/pro/)! = Can my visitors or members submit events? = I've written a premium plugin that adds this feature: My Calendar Pro. [Buy it today](https://www.joedolson.com/my-calendar/pro/)! = Is there an advanced search feature? = The search feature in My Calendar is pretty basic; but [buying My Calendar Pro](https://www.joedolson.com/my-calendar/pro/) gives you a richer search feature, where you can narrow by dates, categories, authors, and more to refine your event search. == Screenshots == 1. Monthly Grid View 2. List View 3. Event management page 4. Category management page 5. Settings page 6. Location management 7. Style editing 8. Template editing == Upgrade Notice == Security Update: Please update to 3.4.4 as soon as possible.