File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 17
17
* License: GPL-2.0+
18
18
* License URI: http://www.gnu.org/license/gpl-2.0.txt
19
19
* Domain Path: lang
20
- * Version: 3.4.14
20
+ * Version: 3.4.15
21
21
*/
22
22
23
23
/*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Accessible Event Manager for WordPress
11
11
* Requires at least: 4.4
12
12
* Tested up to: 6.2
13
13
* Requires PHP: 7.0
14
- * Stable tag: ` 3.4.14 `
14
+ * Stable tag: ` 3.4.15 `
15
15
* License: GPLv2 or later
16
16
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
17
17
Original file line number Diff line number Diff line change 17
17
* License: GPL-2.0+
18
18
* License URI: http://www.gnu.org/license/gpl-2.0.txt
19
19
* Domain Path: lang
20
- * Version: 3.4.14
20
+ * Version: 3.4.15
21
21
*/
22
22
23
23
/*
@@ -54,7 +54,7 @@ function mc_get_version( $version = true ) {
54
54
if ( ! $ version ) {
55
55
return get_option ( 'mc_version ' , '' );
56
56
}
57
- return '3.4.14 ' ;
57
+ return '3.4.15 ' ;
58
58
}
59
59
60
60
define ( 'MC_DEBUG ' , false );
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Requires at least: 4.7
6
6
Tested up to: 6.2
7
7
Requires PHP: 7.0
8
8
Text domain: my-calendar
9
- Stable tag: 3.4.14
9
+ Stable tag: 3.4.15
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.
@@ -86,6 +86,16 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w
86
86
87
87
== Changelog ==
88
88
89
+ = 3.5.15 =
90
+
91
+ * Bug fix: Restore missing 'gmap' option.
92
+ * Bug fix: Set width/height on category SVGs in event manager.
93
+ * Bug fix: Accessibility data inconsistently passed from front-end submissions.
94
+ * Bug fix: Use excerpts by default in iCal. props @masonwolf
95
+ * Bug fix: Use details link by default in iCal. props @masonwolf
96
+ * Bug fix: Single ical exports need to use correct date, not series start date. props @masonwolf
97
+ * Bug fix: Series ical exports need to use root URL, not first instance URL. props @masonwolf
98
+
89
99
= 3.4.14 =
90
100
91
101
* Bug fix: Discrepancy in query arguments for event status counts and event lists.
You can’t perform that action at this time.
0 commit comments