File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Expand file tree Collapse file tree 4 files changed +12
-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.18
20
+ * Version: 3.4.19
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.18 `
14
+ * Stable tag: ` 3.4.19 `
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.18
20
+ * Version: 3.4.19
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.18 ' ;
57
+ return '3.4.19 ' ;
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.18
9
+ Stable tag: 3.4.19
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,13 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w
86
86
87
87
== Changelog ==
88
88
89
+ = 3.4.19 =
90
+
91
+ * Bug fix: missing space between attributes caused entire attribute string to fail `wp_kses` test.
92
+ * Bug fix: Force variable types in a couple of function returns.
93
+ * Bug fix: Use a persistent MySQL connection when accessing a remote DB.
94
+ * Bug fix: Add new categories to primary selector on creation.
95
+
89
96
= 3.4.18 =
90
97
91
98
* Bug fix: Fix issue with AJAX search within calendar navigation elements.
You can’t perform that action at this time.
0 commit comments