Skip to content

Commit

Permalink
Update version numbers and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Oct 22, 2023
1 parent 3208506 commit 71561f5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 3.4.20
* Version: 3.4.21
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Accessible Event Manager for WordPress
* Donate link: https://www.joedolson.com/donate/
* Tags: calendar, event management, events
* Requires at least: 4.4
* Tested up to: 6.3
* Tested up to: 6.4
* Requires PHP: 7.0
* Stable tag: `3.4.20`
* Stable tag: `3.4.21`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions src/my-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 3.4.20
* Version: 3.4.21
*/

/*
Expand Down Expand Up @@ -54,7 +54,7 @@ function mc_get_version( $version = true ) {
if ( ! $version ) {
return get_option( 'mc_version', '' );
}
return '3.4.20';
return '3.4.21';
}

define( 'MC_DEBUG', false );
Expand Down
17 changes: 14 additions & 3 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Contributors: joedolson
Donate link: http://www.joedolson.com/donate/
Tags: calendar, dates, times, event, events, scheduling, schedule, event manager, event calendar, class, concert, venue, location, box office, tickets, registration
Requires at least: 4.7
Tested up to: 6.3
Tested up to: 6.4
Requires PHP: 7.0
Text domain: my-calendar
Stable tag: 3.4.20
Stable tag: 3.4.21
License: GPLv2 or later

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

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

== Changelog ==

= 3.4.21 =

* Bug fix: Settings that allow HTML were aggressively sanitized, stripping HTML.
* Bug fix: Location field should not be disabled in shortcode generator when has value.
* Bug fix: Provide easier access to calendar page in shortcode generator.
* Bug fix: (Design) Fix change of month heading in mini calendar.
* Bug fix: Fix month number enumeration in date classes.
* Bug fix: Improve counting of events in upcoming events lists.
* Docs: Documentation on `mc_get_uri` filter incorrect.
* Change: Pass $event object to `mc_return_uri` filter.

= 3.4.20 =

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

0 comments on commit 71561f5

Please sign in to comment.