From 7514ce31f5d5cd94495572b5cae96b3ca4d22920 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Wed, 13 Oct 2021 16:09:31 -0500 Subject: [PATCH] Placeholder mistyped in receipts template --- readme.md | 2 +- src/mt-notifications.php | 2 +- src/my-tickets.php | 4 ++-- src/readme.txt | 6 +++++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index a3a8e45b..e70a27c8 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Sell Event Tickets on any post * Tags: tickets, events, WordPress * Requires at least: 4.7 * Tested up to: 5.8 -* Stable tag: `1.8.31` +* Stable tag: `1.8.32` * License: GPLv2 or later * License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/src/mt-notifications.php b/src/mt-notifications.php index 8ce7c8b2..41739eae 100644 --- a/src/mt-notifications.php +++ b/src/mt-notifications.php @@ -166,7 +166,7 @@ function mt_format_purchase( $purchase, $format = false, $purchase_id = false ) } } if ( '' !== trim( $tickets_list ) ) { - $output .= sprintf( apply_filters( 'mt_purchased_tickets_format', '%1$s - %2$s @ $3$s', $is_html, $event ), $title, $date, $time ) . $sep; + $output .= sprintf( apply_filters( 'mt_purchased_tickets_format', '%1$s - %2$s @ %3$s', $is_html, $event ), $title, $date, $time ) . $sep; $output .= apply_filters( 'mt_custom_tickets_fields', '', $event_id, $purchase_id, $sep ); $output .= $sep . $tickets_list; } diff --git a/src/my-tickets.php b/src/my-tickets.php index 6649abef..44554bf6 100644 --- a/src/my-tickets.php +++ b/src/my-tickets.php @@ -17,7 +17,7 @@ * License: GPL-2.0+ * License URI: http://www.gnu.org/license/gpl-2.0.txt * Domain Path: lang - * Version: 1.8.31 + * Version: 1.8.32 */ /* @@ -46,7 +46,7 @@ * @return string Current My Tickets version. */ function mt_get_current_version() { - $mt_version = '1.8.31'; + $mt_version = '1.8.32'; return $mt_version; } diff --git a/src/readme.txt b/src/readme.txt index 5d2db505..6667a4db 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -7,7 +7,7 @@ Tested up to: 5.8 Requires PHP: 5.6 License: GPLv2 or later Text domain: my-tickets -Stable tag: 1.8.31 +Stable tag: 1.8.32 My Tickets is an simple, flexible platform for selling event tickets with WordPress. @@ -66,6 +66,10 @@ Read the online documentation