Skip to content

Commit e463106

Browse files
committed
Update version for beta 2
1 parent 2a53362 commit e463106

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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-beta1
20+
* Version: 3.5.0-beta2
2121
*/
2222

2323
/*

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Accessible Event Manager for WordPress
88

99
* Donate link: https://www.joedolson.com/donate/
1010
* Tags: calendar, event management, events
11-
* Requires at least: 4.4
11+
* Requires at least: 4.9
1212
* Tested up to: 6.4
1313
* Requires PHP: 7.0
14-
* Stable tag: `3.4.21`
14+
* Stable tag: `3.4.24`
1515
* License: GPLv2 or later
1616
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1717

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-beta1
20+
* Version: 3.5.0-beta2
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-beta1';
57+
return '3.5.0-beta2';
5858
}
5959

6060
define( 'MC_DEBUG', false );

src/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Requires at least: 4.7
66
Tested up to: 6.4
77
Requires PHP: 7.0
88
Text domain: my-calendar
9-
Stable tag: 3.4.21
9+
Stable tag: 3.4.24
1010
License: GPLv2 or later
1111

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

0 commit comments

Comments
 (0)