File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
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.17
20
+ * Version: 3.4.18
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.3
13
13
* Requires PHP: 7.0
14
- * Stable tag: ` 3.4.17 `
14
+ * Stable tag: ` 3.4.18 `
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.17
20
+ * Version: 3.4.18
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.17 ' ;
57
+ return '3.4.18 ' ;
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.3
7
7
Requires PHP: 7.0
8
8
Text domain: my-calendar
9
- Stable tag: 3.4.17
9
+ Stable tag: 3.4.18
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.
@@ -88,8 +88,9 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w
88
88
89
89
= 3.4.18 =
90
90
91
- * Bug fix: Issue with AJAX search within calendar navigation elements.
91
+ * Bug fix: Fix issue with AJAX search within calendar navigation elements.
92
92
* Bug fix: Extra EOL possible in iCal output.
93
+ * Bug fix: Categories were passed with icons to iCal, leaving duplicated category names after HTML was stripped.
93
94
* Bug fix: Remove quoted-printable from iCal encoding.
94
95
* Bug fix: Deprecated argument error in calendar settings.
95
96
You can’t perform that action at this time.
0 commit comments