Skip to content

Commit

Permalink
Update version numbers & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed May 22, 2024
1 parent a4df18f commit 8c8260f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 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.5
* Version: 3.5.6
*/

/*
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.5",
"version": "3.5.6",
"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.5
* Version: 3.5.6
*/

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

define( 'MC_DEBUG', false );
Expand Down
1 change: 1 addition & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w

* Bug fix: JS error breaking add new location in event editor.
* Bug fix: Imported settings should not strip HTML from templates.
* Revert: InnoDB change in version 3.5.5 created unanticipated problems.

= 3.5.5 =

Expand Down

0 comments on commit 8c8260f

Please sign in to comment.