Skip to content

Commit 71561f5

Browse files
committed
Update version numbers and readme.
1 parent 3208506 commit 71561f5

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
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.4.20
20+
* Version: 3.4.21
2121
*/
2222

2323
/*

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Accessible Event Manager for WordPress
99
* Donate link: https://www.joedolson.com/donate/
1010
* Tags: calendar, event management, events
1111
* Requires at least: 4.4
12-
* Tested up to: 6.3
12+
* Tested up to: 6.4
1313
* Requires PHP: 7.0
14-
* Stable tag: `3.4.20`
14+
* Stable tag: `3.4.21`
1515
* License: GPLv2 or later
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
@@ -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.4.20
20+
* Version: 3.4.21
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.4.20';
57+
return '3.4.21';
5858
}
5959

6060
define( 'MC_DEBUG', false );

src/readme.txt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Contributors: joedolson
33
Donate link: http://www.joedolson.com/donate/
44
Tags: calendar, dates, times, event, events, scheduling, schedule, event manager, event calendar, class, concert, venue, location, box office, tickets, registration
55
Requires at least: 4.7
6-
Tested up to: 6.3
6+
Tested up to: 6.4
77
Requires PHP: 7.0
88
Text domain: my-calendar
9-
Stable tag: 3.4.20
9+
Stable tag: 3.4.21
1010
License: GPLv2 or later
1111

1212
Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets.
@@ -26,7 +26,7 @@ Do you sell tickets for your events? [Use My Tickets](https://wordpress.org/plug
2626
= Features: =
2727

2828
* Calendar grid or list views of events
29-
* Monthly, weekly, or daily view.
29+
* Month, multi-month, week, or daily view.
3030
* Mini-calendar for compact displays (as widget or shortcode)
3131
* Widgets: today's events, upcoming events, mini calendar, event search
3232
* Customize templates for event output
@@ -86,6 +86,17 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w
8686

8787
== Changelog ==
8888

89+
= 3.4.21 =
90+
91+
* Bug fix: Settings that allow HTML were aggressively sanitized, stripping HTML.
92+
* Bug fix: Location field should not be disabled in shortcode generator when has value.
93+
* Bug fix: Provide easier access to calendar page in shortcode generator.
94+
* Bug fix: (Design) Fix change of month heading in mini calendar.
95+
* Bug fix: Fix month number enumeration in date classes.
96+
* Bug fix: Improve counting of events in upcoming events lists.
97+
* Docs: Documentation on `mc_get_uri` filter incorrect.
98+
* Change: Pass $event object to `mc_return_uri` filter.
99+
89100
= 3.4.20 =
90101

91102
* Feature: Add {edit_link} template tag for admin email notifications.

0 commit comments

Comments
 (0)