@@ -3,10 +3,10 @@ Contributors: joedolson
3
3
Donate link: http://www.joedolson.com/donate/
4
4
Tags: calendar, dates, times, event, events, scheduling, schedule, event manager, event calendar, class, concert, venue, location, box office, tickets, registration
5
5
Requires at least: 4.7
6
- Tested up to: 6.3
6
+ Tested up to: 6.4
7
7
Requires PHP: 7.0
8
8
Text domain: my-calendar
9
- Stable tag: 3.4.20
9
+ Stable tag: 3.4.21
10
10
License: GPLv2 or later
11
11
12
12
Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets.
@@ -26,7 +26,7 @@ Do you sell tickets for your events? [Use My Tickets](https://wordpress.org/plug
26
26
= Features: =
27
27
28
28
* Calendar grid or list views of events
29
- * Monthly, weekly , or daily view.
29
+ * Month, multi-month, week , or daily view.
30
30
* Mini-calendar for compact displays (as widget or shortcode)
31
31
* Widgets: today's events, upcoming events, mini calendar, event search
32
32
* Customize templates for event output
@@ -86,6 +86,17 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w
86
86
87
87
== Changelog ==
88
88
89
+ = 3.4.21 =
90
+
91
+ * Bug fix: Settings that allow HTML were aggressively sanitized, stripping HTML.
92
+ * Bug fix: Location field should not be disabled in shortcode generator when has value.
93
+ * Bug fix: Provide easier access to calendar page in shortcode generator.
94
+ * Bug fix: (Design) Fix change of month heading in mini calendar.
95
+ * Bug fix: Fix month number enumeration in date classes.
96
+ * Bug fix: Improve counting of events in upcoming events lists.
97
+ * Docs: Documentation on `mc_get_uri` filter incorrect.
98
+ * Change: Pass $event object to `mc_return_uri` filter.
99
+
89
100
= 3.4.20 =
90
101
91
102
* Feature: Add {edit_link} template tag for admin email notifications.
0 commit comments