Skip to content

Commit

Permalink
Update readme/versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed May 14, 2023
1 parent d31ac48 commit 693bb80
Show file tree
Hide file tree
Showing 4 changed files with 15 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.4.14
* Version: 3.4.15
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Accessible Event Manager for WordPress
* Requires at least: 4.4
* Tested up to: 6.2
* Requires PHP: 7.0
* Stable tag: `3.4.14`
* Stable tag: `3.4.15`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.4.14
* Version: 3.4.15
*/

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

define( 'MC_DEBUG', false );
Expand Down
12 changes: 11 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires at least: 4.7
Tested up to: 6.2
Requires PHP: 7.0
Text domain: my-calendar
Stable tag: 3.4.14
Stable tag: 3.4.15
License: GPLv2 or later

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

== Changelog ==

= 3.5.15 =

* Bug fix: Restore missing 'gmap' option.
* Bug fix: Set width/height on category SVGs in event manager.
* Bug fix: Accessibility data inconsistently passed from front-end submissions.
* Bug fix: Use excerpts by default in iCal. props @masonwolf
* Bug fix: Use details link by default in iCal. props @masonwolf
* Bug fix: Single ical exports need to use correct date, not series start date. props @masonwolf
* Bug fix: Series ical exports need to use root URL, not first instance URL. props @masonwolf

= 3.4.14 =

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

0 comments on commit 693bb80

Please sign in to comment.