Version Description
= [4.3] =
Please see the changelog for the complete list of changes in this release. Remember to always make a backup of your database and files before updating!
Download this release
Release Info
Developer | bordoni |
Plugin | The Events Calendar |
Version | 4.5.0.1 |
Comparing to | |
See all releases |
Code changes from version 4.5 to 4.5.0.1
- readme.txt +5 -1
- src/Tribe/Main.php +2 -2
- the-events-calendar.php +1 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: ModernTribe, borkweb, zbtirrell, barry.hughes, bordoni, brianjesse
|
|
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: 3.9
|
7 |
-
Stable tag: 4.5
|
8 |
Tested up to: 4.7.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -327,6 +327,10 @@ Please see the changelog for the complete list of changes in this release. Remem
|
|
327 |
|
328 |
== Changelog ==
|
329 |
|
|
|
|
|
|
|
|
|
330 |
= [4.5] 2017-05-01 =
|
331 |
|
332 |
* Feature - Event Aggregator now allows users to import from other sites with The Events Calendar [68139]
|
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: 3.9
|
7 |
+
Stable tag: 4.5.0.1
|
8 |
Tested up to: 4.7.4
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
327 |
|
328 |
== Changelog ==
|
329 |
|
330 |
+
= [4.5.0.1] 2017-05-01 =
|
331 |
+
|
332 |
+
* Fix - Resolving issue where some premium plugins were falsely claiming they were out of date
|
333 |
+
|
334 |
= [4.5] 2017-05-01 =
|
335 |
|
336 |
* Feature - Event Aggregator now allows users to import from other sites with The Events Calendar [68139]
|
src/Tribe/Main.php
CHANGED
@@ -31,8 +31,8 @@ if ( ! class_exists( 'Tribe__Events__Main' ) ) {
|
|
31 |
const POSTTYPE = 'tribe_events';
|
32 |
const VENUE_POST_TYPE = 'tribe_venue';
|
33 |
const ORGANIZER_POST_TYPE = 'tribe_organizer';
|
34 |
-
const VERSION = '4.5';
|
35 |
-
const MIN_ADDON_VERSION = '4.
|
36 |
const MIN_COMMON_VERSION = '4.5';
|
37 |
const WP_PLUGIN_URL = 'https://wordpress.org/extend/plugins/the-events-calendar/';
|
38 |
|
31 |
const POSTTYPE = 'tribe_events';
|
32 |
const VENUE_POST_TYPE = 'tribe_venue';
|
33 |
const ORGANIZER_POST_TYPE = 'tribe_organizer';
|
34 |
+
const VERSION = '4.5.0.1';
|
35 |
+
const MIN_ADDON_VERSION = '4.4';
|
36 |
const MIN_COMMON_VERSION = '4.5';
|
37 |
const WP_PLUGIN_URL = 'https://wordpress.org/extend/plugins/the-events-calendar/';
|
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.5
|
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.5.0.1
|
6 |
Author: Modern Tribe, Inc.
|
7 |
Author URI: http://m.tri.be/1x
|
8 |
Text Domain: the-events-calendar
|