Version Description
Download this release
Release Info
| Developer | ModernTribe |
| Plugin | |
| Version | 4.7.4.1 |
| Comparing to | |
| See all releases | |
Code changes from version 4.7.4 to 4.7.4.1
- event-tickets.php +1 -1
- lang/event-tickets-de_DE.mo +0 -0
- lang/event-tickets-de_DE.po +1 -1
- readme.txt +5 -1
- src/Tribe/Main.php +1 -1
- src/views/tickets/email.php +2 -2
event-tickets.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/*
|
| 3 |
Plugin Name: Event Tickets
|
| 4 |
Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event.
|
| 5 |
-
Version: 4.7.4
|
| 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 you to sell basic tickets and collect RSVPs from any post, page, or event.
|
| 5 |
+
Version: 4.7.4.1
|
| 6 |
Author: Modern Tribe, Inc.
|
| 7 |
Author URI: http://m.tri.be/28
|
| 8 |
License: GPLv2 or later
|
lang/event-tickets-de_DE.mo
CHANGED
|
Binary file
|
lang/event-tickets-de_DE.po
CHANGED
|
@@ -1369,7 +1369,7 @@ msgstr ""
|
|
| 1369 |
#: src/Tribe/Attendees.php:112
|
| 1370 |
msgctxt "attendee event actions"
|
| 1371 |
msgid "View %s"
|
| 1372 |
-
|
| 1373 |
|
| 1374 |
#: src/Tribe/Attendees.php:111
|
| 1375 |
msgctxt "attendee event actions"
|
| 1369 |
#: src/Tribe/Attendees.php:112
|
| 1370 |
msgctxt "attendee event actions"
|
| 1371 |
msgid "View %s"
|
| 1372 |
+
m&gstr ""
|
| 1373 |
|
| 1374 |
#: src/Tribe/Attendees.php:111
|
| 1375 |
msgctxt "attendee event actions"
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Contributors: ModernTribe, borkweb, bordoni, barry.hughes, aguseo, brianjessee,
|
|
| 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: 4.5
|
| 6 |
Tested up to: 4.9.6
|
| 7 |
-
Stable tag: 4.7.4
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -122,6 +122,10 @@ Currently, the following add-ons are available for Event Tickets:
|
|
| 122 |
|
| 123 |
== Changelog ==
|
| 124 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
= [4.7.4] 2018-06-20 =
|
| 126 |
|
| 127 |
* Fix - Properly calculate existing stock for RSVPs. Thanks to @afplct, @jacob, @dimaginet and others for flagging this! [102634]
|
| 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: 4.5
|
| 6 |
Tested up to: 4.9.6
|
| 7 |
+
Stable tag: 4.7.4.1
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 122 |
|
| 123 |
== Changelog ==
|
| 124 |
|
| 125 |
+
= [4.7.4.1] 2018-06-22 =
|
| 126 |
+
|
| 127 |
+
* Fix - Sending the ticket email when WooCommerce is active and purchasing another ticket type [109102]
|
| 128 |
+
|
| 129 |
= [4.7.4] 2018-06-20 =
|
| 130 |
|
| 131 |
* Fix - Properly calculate existing stock for RSVPs. Thanks to @afplct, @jacob, @dimaginet and others for flagging this! [102634]
|
src/Tribe/Main.php
CHANGED
|
@@ -4,7 +4,7 @@ class Tribe__Tickets__Main {
|
|
| 4 |
/**
|
| 5 |
* Current version of this plugin
|
| 6 |
*/
|
| 7 |
-
const VERSION = '4.7.4';
|
| 8 |
|
| 9 |
/**
|
| 10 |
* Min required The Events Calendar version
|
| 4 |
/**
|
| 5 |
* Current version of this plugin
|
| 6 |
*/
|
| 7 |
+
const VERSION = '4.7.4.1';
|
| 8 |
|
| 9 |
/**
|
| 10 |
* Min required The Events Calendar version
|
src/views/tickets/email.php
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
* 'ticket_id'
|
| 16 |
* 'security_code')
|
| 17 |
*
|
| 18 |
-
* @version 4.7.4
|
| 19 |
*
|
| 20 |
* @var array $tickets An array of tickets in the format documented above.
|
| 21 |
*/
|
|
@@ -246,7 +246,7 @@
|
|
| 246 |
*
|
| 247 |
* @since 4.7.4
|
| 248 |
*/
|
| 249 |
-
if ( class_exists( 'WC_Product' ) ) {
|
| 250 |
$product = new WC_Product( $ticket['product_id'] );
|
| 251 |
$image_id = $product->get_image_id();
|
| 252 |
if ( ! empty( $image_id ) ) {
|
| 15 |
* 'ticket_id'
|
| 16 |
* 'security_code')
|
| 17 |
*
|
| 18 |
+
* @version 4.7.4.1
|
| 19 |
*
|
| 20 |
* @var array $tickets An array of tickets in the format documented above.
|
| 21 |
*/
|
| 246 |
*
|
| 247 |
* @since 4.7.4
|
| 248 |
*/
|
| 249 |
+
if ( 'Tribe__Tickets_Plus__Commerce__WooCommerce__Main' === $ticket['provider'] && class_exists( 'WC_Product' ) ) {
|
| 250 |
$product = new WC_Product( $ticket['product_id'] );
|
| 251 |
$image_id = $product->get_image_id();
|
| 252 |
if ( ! empty( $image_id ) ) {
|
