Skip to content

Commit

Permalink
Tested to & rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Apr 7, 2024
1 parent 95e0f25 commit 057777c
Show file tree
Hide file tree
Showing 4 changed files with 5 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.0-rc1
* Version: 3.5.0-rc2
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Accessible Event Manager for WordPress
* Donate link: https://www.joedolson.com/donate/
* Tags: calendar, event management, events
* Requires at least: 4.9
* Tested up to: 6.4
* Tested up to: 6.5
* Requires PHP: 7.4
* Stable tag: `3.4.24`
* License: GPLv2 or later
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-rc1
* Version: 3.5.0-rc2
*/

/*
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-rc1';
return '3.5.0-rc2';
}

define( 'MC_DEBUG', false );
Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: joedolson
Donate link: http://www.joedolson.com/donate/
Tags: event manager, event calendar, venue, location, accessibility
Requires at least: 4.7
Tested up to: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Text domain: my-calendar
Stable tag: 3.4.24
Expand Down

0 comments on commit 057777c

Please sign in to comment.