File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Expand file tree Collapse file tree 4 files changed +15
-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.19
20
+ * Version: 3.4.20
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.19 `
14
+ * Stable tag: ` 3.4.20 `
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.19
20
+ * Version: 3.4.20
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.19 ' ;
57
+ return '3.4.20 ' ;
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.19
9
+ Stable tag: 3.4.20
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,11 +86,20 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w
86
86
87
87
== Changelog ==
88
88
89
+ = 3.4.20 =
90
+
91
+ * Feature: Add {edit_link} template tag for admin email notifications.
92
+ * Feature: Support filtering locations by ID when available.
93
+ * I18n: Make security information texts more consistent.
94
+ * Bug fix: Fix minor layout issues in admin grid view.
95
+ * Bug fix: Fix script load in admin grid view. Support modals.
96
+ * Bug fix: Update location configuration logic. Props @joergpe.
97
+
89
98
= 3.4.19 =
90
99
91
100
* Bug fix: missing space between attributes caused entire attribute string to fail `wp_kses` test.
92
101
* Bug fix: Force variable types in a couple of function returns.
93
- * Bug fix: Use a persistent MySQL connection when accessing a remote DB. Props @joerg-p .
102
+ * Bug fix: Use a persistent MySQL connection when accessing a remote DB. Props @joergpe .
94
103
* Bug fix: Add new categories to primary selector on creation.
95
104
96
105
= 3.4.18 =
You can’t perform that action at this time.
0 commit comments