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 May 7, 2024
1 parent 8516729 commit 2c44b6d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 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.5.0
* Version: 3.5.1
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-calendar",
"version": "3.5.0",
"version": "3.5.1",
"private": true,
"description": "My Calendar WordPress plug-in.",
"author": "Joe Dolson",
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.5.0
* Version: 3.5.1
*/

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

define( 'MC_DEBUG', false );
Expand Down
8 changes: 7 additions & 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.7
Tested up to: 6.5
Requires PHP: 7.4
Text domain: my-calendar
Stable tag: 3.5.0
Stable tag: 3.5.1
License: GPLv2 or later

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

== Changelog ==

= 3.5.1 =

* Bug fix: Mini calendar widget stripped out `select`, `option`, and `input`.
* Bug fix: Upcoming Events list showed out-of-query events.
* Update: Support sqlite to enable demo support in Playground.

= 3.5.0 =

* Major change: Remove CSS style editor and style migration functions.
Expand Down

0 comments on commit 2c44b6d

Please sign in to comment.