Skip to content

Commit 751410e

Browse files
committed
Update versions and readme
1 parent 2c3b1c8 commit 751410e

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* License: GPL-2.0+
1818
* License URI: http://www.gnu.org/license/gpl-2.0.txt
1919
* Domain Path: lang
20-
* Version: 3.5.2
20+
* Version: 3.5.3
2121
*/
2222

2323
/*

package-lock.json

Lines changed: 1 addition & 1 deletion
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.5.2",
3+
"version": "3.5.3",
44
"private": true,
55
"description": "My Calendar WordPress plug-in.",
66
"author": "Joe Dolson",

src/my-calendar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* License: GPL-2.0+
1818
* License URI: http://www.gnu.org/license/gpl-2.0.txt
1919
* Domain Path: lang
20-
* Version: 3.5.2
20+
* Version: 3.5.3
2121
*/
2222

2323
/*
@@ -54,7 +54,7 @@ function mc_get_version( $version = true ) {
5454
if ( ! $version ) {
5555
return get_option( 'mc_version', '' );
5656
}
57-
return '3.5.2';
57+
return '3.5.3';
5858
}
5959

6060
define( 'MC_DEBUG', false );

src/readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requires at least: 4.7
66
Tested up to: 6.5
77
Requires PHP: 7.4
88
Text domain: my-calendar
9-
Stable tag: 3.5.2
9+
Stable tag: 3.5.3
1010
License: GPLv2 or later
1111

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

9696
== Changelog ==
9797

98+
= 3.5.3 =
99+
100+
* Bug fix: Adjust CSS for themes that set inputs to a fixed height.
101+
* Bug fix: JS in ajax navigation needs to only select first child of cells.
102+
* Bug fix: Omit the current day border on single day views.
103+
* Bug fix: Execute mc_get_details() regardless of whether there are already details.
104+
* Try: Sqlite fix for Playground in upcoming events widget.
105+
98106
= 3.5.2 =
99107

100108
* Bug fix: If setting to link to event page enabled, event wrapper was not added.

0 commit comments

Comments
 (0)