Skip to content

Commit

Permalink
versions & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 30, 2022
1 parent 7e0b67d commit dcb80b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ Accessible Event Manager for WordPress
* Requires at least: 4.4
* Tested up to: 6.0
* Requires PHP: 7.0
* Stable tag: `3.3.19`
* Stable tag: `3.3.20`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html


This is the development environment for My Calendar.

## Contact
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.3.19
* Version: 3.3.20
*/

/*
Expand All @@ -42,7 +42,7 @@
}

global $mc_version, $wpdb;
$mc_version = '3.3.19';
$mc_version = '3.3.20';

define( 'MC_DEBUG', false );
define( 'MC_DIRECTORY', plugin_dir_path( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires at least: 4.4
Tested up to: 6.0
Requires PHP: 7.0
Text domain: my-calendar
Stable tag: 3.3.19
Stable tag: 3.3.20
License: GPLv2 or later

Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets.
Expand Down

0 comments on commit dcb80b7

Please sign in to comment.