The Events Calendar - Version 4.6.14.1

Version Description

Download this release

Release Info

Developer mitogh
Plugin Icon The Events Calendar
Version 4.6.14.1
Comparing to
See all releases

Code changes from version 4.6.14 to 4.6.14.1

Files changed (3) hide show
  1. readme.txt +5 -1
  2. src/Tribe/Main.php +1 -1
  3. the-events-calendar.php +1 -1
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: ModernTribe, borkweb, barry.hughes, bordoni, brianjessee, aguseo,
4
  Tags: events, calendar, event, venue, organizer, dates, date, google maps, conference, workshop, concert, meeting, seminar, summit, class, modern tribe, tribe, widget
5
  Donate link: http://m.tri.be/29
6
  Requires at least: 4.5
7
- Stable tag: 4.6.14
8
  Tested up to: 4.9.5
9
  Requires PHP: 5.2.4
10
  License: GPLv2 or later
@@ -215,6 +215,10 @@ Still not happy? Shoot us an email to support@theeventscalendar.com or tweet to
215
 
216
  == Changelog ==
217
 
 
 
 
 
218
  = [4.6.14] 2018-04-18 =
219
 
220
  * Fix - Updated the "front page" logic to store the value in the DB instead of "mocking" the view via JS [100832]
4
  Tags: events, calendar, event, venue, organizer, dates, date, google maps, conference, workshop, concert, meeting, seminar, summit, class, modern tribe, tribe, widget
5
  Donate link: http://m.tri.be/29
6
  Requires at least: 4.5
7
+ Stable tag: 4.6.14.1
8
  Tested up to: 4.9.5
9
  Requires PHP: 5.2.4
10
  License: GPLv2 or later
215
 
216
  == Changelog ==
217
 
218
+ = [4.6.14.1] 2018-04-18 =
219
+
220
+ * Fix - Fixed fatal error that would sometimes arise when The Events Calendar was set to display on the front page
221
+
222
  = [4.6.14] 2018-04-18 =
223
 
224
  * Fix - Updated the "front page" logic to store the value in the DB instead of "mocking" the view via JS [100832]
src/Tribe/Main.php CHANGED
@@ -32,7 +32,7 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
32
  const VENUE_POST_TYPE = 'tribe_venue';
33
  const ORGANIZER_POST_TYPE = 'tribe_organizer';
34
 
35
- const VERSION = '4.6.14';
36
  const MIN_ADDON_VERSION = '4.4';
37
  const MIN_COMMON_VERSION = '4.7.3';
38
 
32
  const VENUE_POST_TYPE = 'tribe_venue';
33
  const ORGANIZER_POST_TYPE = 'tribe_organizer';
34
 
35
+ const VERSION = '4.6.14.1';
36
  const MIN_ADDON_VERSION = '4.4';
37
  const MIN_COMMON_VERSION = '4.7.3';
38
 
the-events-calendar.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: The Events Calendar
4
  Description: The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events. Beautiful. Solid. Awesome.
5
- Version: 4.6.14
6
  Author: Modern Tribe, Inc.
7
  Author URI: http://m.tri.be/1x
8
  Text Domain: the-events-calendar
2
  /*
3
  Plugin Name: The Events Calendar
4
  Description: The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events. Beautiful. Solid. Awesome.
5
+ Version: 4.6.14.1
6
  Author: Modern Tribe, Inc.
7
  Author URI: http://m.tri.be/1x
8
  Text Domain: the-events-calendar