Skip to content

Commit 693bb80

Browse files
committed
Update readme/versions
1 parent d31ac48 commit 693bb80

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-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.4.14
20+
* Version: 3.4.15
2121
*/
2222

2323
/*

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Accessible Event Manager for WordPress
1111
* Requires at least: 4.4
1212
* Tested up to: 6.2
1313
* Requires PHP: 7.0
14-
* Stable tag: `3.4.14`
14+
* Stable tag: `3.4.15`
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.4.14
20+
* Version: 3.4.15
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.4.14';
57+
return '3.4.15';
5858
}
5959

6060
define( 'MC_DEBUG', false );

src/readme.txt

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

1212
Accessible WordPress event calendar plugin. Show events from multiple calendars on pages, in posts, or in widgets.
@@ -86,6 +86,16 @@ Translating my plugins is always appreciated. Visit <a href="https://translate.w
8686

8787
== Changelog ==
8888

89+
= 3.5.15 =
90+
91+
* Bug fix: Restore missing 'gmap' option.
92+
* Bug fix: Set width/height on category SVGs in event manager.
93+
* Bug fix: Accessibility data inconsistently passed from front-end submissions.
94+
* Bug fix: Use excerpts by default in iCal. props @masonwolf
95+
* Bug fix: Use details link by default in iCal. props @masonwolf
96+
* Bug fix: Single ical exports need to use correct date, not series start date. props @masonwolf
97+
* Bug fix: Series ical exports need to use root URL, not first instance URL. props @masonwolf
98+
8999
= 3.4.14 =
90100

91101
* Bug fix: Discrepancy in query arguments for event status counts and event lists.

0 commit comments

Comments
 (0)