From 71561f5af7b82cba26d23579457a4929d3dcc4d5 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Sun, 22 Oct 2023 14:55:16 -0500 Subject: [PATCH] Update version numbers and readme. --- init.php | 2 +- readme.md | 4 ++-- src/my-calendar.php | 4 ++-- src/readme.txt | 17 ++++++++++++++--- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/init.php b/init.php index d6c7b850b..fcd975da6 100644 --- a/init.php +++ b/init.php @@ -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 */ /* diff --git a/readme.md b/readme.md index 6e0a933a3..bef6c808b 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/src/my-calendar.php b/src/my-calendar.php index ad0d83100..30cc75843 100644 --- a/src/my-calendar.php +++ b/src/my-calendar.php @@ -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 */ /* @@ -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 ); diff --git a/src/readme.txt b/src/readme.txt index 489d3df10..ac6f03479 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -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. @@ -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 @@ -86,6 +86,17 @@ Translating my plugins is always appreciated. Visit