Skip to content

Commit 2b35e81

Browse files
committed
Update version numbers
1 parent d72b77d commit 2b35e81

6 files changed

Lines changed: 14 additions & 8 deletions

File tree

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Text Domain: my-calendar
1717
* License: GPL-2.0+
1818
* License URI: http://www.gnu.org/license/gpl-2.0.txt
19-
* Version: 3.7.4
19+
* Version: 3.7.5
2020
*/
2121

2222
/*

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "my-calendar",
3-
"version": "3.7.0-rc1",
3+
"version": "3.7.5",
44
"private": true,
55
"description": "My Calendar WordPress plug-in.",
66
"author": "Joe Dolson",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Accessible Event Manager for WordPress
1111
* Requires at least: 6.4
1212
* Tested up to: 6.9
1313
* Requires PHP: 7.4
14-
* Stable tag: `3.7.4`
14+
* Stable tag: `3.7.5`
1515
* License: GPLv3.
1616
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1717

src/my-calendar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Text Domain: my-calendar
1717
* License: GPL-2.0+
1818
* License URI: http://www.gnu.org/license/gpl-2.0.txt
19-
* Version: 3.7.4
19+
* Version: 3.7.5
2020
*/
2121

2222
/*
@@ -53,7 +53,7 @@ function mc_get_version( $version = true ) {
5353
if ( ! $version ) {
5454
return get_option( 'mc_version', '' );
5555
}
56-
return '3.7.4';
56+
return '3.7.5';
5757
}
5858

5959
define( 'MC_DEBUG', false );

src/readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requires at least: 6.5
66
Tested up to: 6.9
77
Requires PHP: 7.4
88
Text domain: my-calendar
9-
Stable tag: 3.7.4
9+
Stable tag: 3.7.5
1010
License: GPL-2.0+
1111

1212
Accessible WordPress event calendar plugin. Manage single or recurring events, event venues, and display your calendar anywhere on your site.
@@ -112,6 +112,12 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w
112112

113113
== Changelog ==
114114

115+
= 3.7.5 =
116+
117+
* Bug fix: Add SVG to kses array to allow category icons in templates.
118+
* Bug fix: Display category icon colors in admin category selection.
119+
* Change: Add HTML wrappers and styling for category list template output.
120+
115121
= 3.7.4 =
116122

117123
* Security: Fix improper sanitizing of template strings passed to shortcodes. Props WordFence and @mryudha.

0 commit comments

Comments
 (0)