Skip to content

Commit 057777c

Browse files
committed
Tested to & rc2
1 parent 95e0f25 commit 057777c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* License: GPL-2.0+
1818
* License URI: http://www.gnu.org/license/gpl-2.0.txt
1919
* Domain Path: lang
20-
* Version: 3.5.0-rc1
20+
* Version: 3.5.0-rc2
2121
*/
2222

2323
/*

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Accessible Event Manager for WordPress
99
* Donate link: https://www.joedolson.com/donate/
1010
* Tags: calendar, event management, events
1111
* Requires at least: 4.9
12-
* Tested up to: 6.4
12+
* Tested up to: 6.5
1313
* Requires PHP: 7.4
1414
* Stable tag: `3.4.24`
1515
* License: GPLv2 or later

src/my-calendar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* License: GPL-2.0+
1818
* License URI: http://www.gnu.org/license/gpl-2.0.txt
1919
* Domain Path: lang
20-
* Version: 3.5.0-rc1
20+
* Version: 3.5.0-rc2
2121
*/
2222

2323
/*
@@ -54,7 +54,7 @@ function mc_get_version( $version = true ) {
5454
if ( ! $version ) {
5555
return get_option( 'mc_version', '' );
5656
}
57-
return '3.5.0-rc1';
57+
return '3.5.0-rc2';
5858
}
5959

6060
define( 'MC_DEBUG', false );

src/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: joedolson
33
Donate link: http://www.joedolson.com/donate/
44
Tags: event manager, event calendar, venue, location, accessibility
55
Requires at least: 4.7
6-
Tested up to: 6.4
6+
Tested up to: 6.5
77
Requires PHP: 7.4
88
Text domain: my-calendar
99
Stable tag: 3.4.24

0 commit comments

Comments
 (0)