Version Description
Download this release
Release Info
Developer | bordoni |
Plugin | Event Tickets |
Version | 4.5.0.2 |
Comparing to | |
See all releases |
Code changes from version 4.5.0.1 to 4.5.0.2
- event-tickets.php +1 -1
- readme.txt +5 -1
- src/Tribe/Main.php +1 -1
- src/Tribe/RSVP.php +1 -1
event-tickets.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Event Tickets
|
4 |
Description: Event Tickets allows your guests to RSVP from any post, page, or event.
|
5 |
-
Version: 4.5.0.
|
6 |
Author: Modern Tribe, Inc.
|
7 |
Author URI: http://m.tri.be/28
|
8 |
License: GPLv2 or later
|
2 |
/*
|
3 |
Plugin Name: Event Tickets
|
4 |
Description: Event Tickets allows your guests to RSVP from any post, page, or event.
|
5 |
+
Version: 4.5.0.2
|
6 |
Author: Modern Tribe, Inc.
|
7 |
Author URI: http://m.tri.be/28
|
8 |
License: GPLv2 or later
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Contributors: ModernTribe, aguseo, borkweb, barry.hughes, bordoni, brianjessee, brook-tribe, courane01, faction23, GeoffBel, geoffgraham, ggwicz, jbrinley, leahkoerper, lucatume, mastromktg, mat-lipe, MZAWeb, neillmcshea, nicosantos, patriciahillebrandt, peterchester, reid.peifer, roblagatta, ryancurban, shane.pearlman, shelbelliott, tribecari, vicskf, zbtirrell
|
4 |
Tags: RSVP, events, tickets, event management, calendar, ticket sales, community, registration, api, dates, date, posts, workshop, conference, meeting, seminar, concert, summit, ticket integration, event ticketing
|
5 |
Requires at least: 3.9
|
6 |
-
Stable tag: 4.5.0.
|
7 |
Tested up to: 4.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -233,6 +233,10 @@ The plugin is produced by [Modern Tribe Inc](http://m.tri.be/18uc).
|
|
233 |
|
234 |
== Changelog ==
|
235 |
|
|
|
|
|
|
|
|
|
236 |
= [4.5.0.1] 2017-06-22 =
|
237 |
|
238 |
* Fix - Prevent fatals involving Commerce Classes and Tribe__Tickets__Tickets
|
3 |
Contributors: ModernTribe, aguseo, borkweb, barry.hughes, bordoni, brianjessee, brook-tribe, courane01, faction23, GeoffBel, geoffgraham, ggwicz, jbrinley, leahkoerper, lucatume, mastromktg, mat-lipe, MZAWeb, neillmcshea, nicosantos, patriciahillebrandt, peterchester, reid.peifer, roblagatta, ryancurban, shane.pearlman, shelbelliott, tribecari, vicskf, zbtirrell
|
4 |
Tags: RSVP, events, tickets, event management, calendar, ticket sales, community, registration, api, dates, date, posts, workshop, conference, meeting, seminar, concert, summit, ticket integration, event ticketing
|
5 |
Requires at least: 3.9
|
6 |
+
Stable tag: 4.5.0.2
|
7 |
Tested up to: 4.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
233 |
|
234 |
== Changelog ==
|
235 |
|
236 |
+
= [4.5.0.2] 2017-06-22 =
|
237 |
+
|
238 |
+
* Fix - Prevent warnings on Strict mode for PHP 5.3 and for PHP 7
|
239 |
+
|
240 |
= [4.5.0.1] 2017-06-22 =
|
241 |
|
242 |
* Fix - Prevent fatals involving Commerce Classes and Tribe__Tickets__Tickets
|
src/Tribe/Main.php
CHANGED
@@ -5,7 +5,7 @@ class Tribe__Tickets__Main {
|
|
5 |
/**
|
6 |
* Current version of this plugin
|
7 |
*/
|
8 |
-
const VERSION = '4.5.0.
|
9 |
|
10 |
/**
|
11 |
* Min required The Events Calendar version
|
5 |
/**
|
6 |
* Current version of this plugin
|
7 |
*/
|
8 |
+
const VERSION = '4.5.0.2';
|
9 |
|
10 |
/**
|
11 |
* Min required The Events Calendar version
|
src/Tribe/RSVP.php
CHANGED
@@ -1200,7 +1200,7 @@ class Tribe__Tickets__RSVP extends Tribe__Tickets__Tickets {
|
|
1200 |
*
|
1201 |
* @return array
|
1202 |
*/
|
1203 |
-
protected function get_attendees(
|
1204 |
|
1205 |
$attendees = array();
|
1206 |
|
1200 |
*
|
1201 |
* @return array
|
1202 |
*/
|
1203 |
+
protected function get_attendees( $attendees_query, $post_id ) {
|
1204 |
|
1205 |
$attendees = array();
|
1206 |
|