Event Tickets - Version 5.0.3.1

Version Description

Download this release

Release Info

Developer zbtirrell
Plugin Icon 128x128 Event Tickets
Version 5.0.3.1
Comparing to
See all releases

Code changes from version 5.0.3 to 5.0.3.1

Files changed (3) hide show
  1. event-tickets.php +1 -1
  2. readme.txt +7 -2
  3. src/Tribe/Main.php +1 -1
event-tickets.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Event Tickets
4
  Plugin URI: http://m.tri.be/1acb
5
  Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event.
6
- Version: 5.0.3
7
  Author: Modern Tribe, Inc.
8
  Author URI: http://m.tri.be/28
9
  License: GPLv2 or later
3
  Plugin Name: Event Tickets
4
  Plugin URI: http://m.tri.be/1acb
5
  Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event.
6
+ Version: 5.0.3.1
7
  Author: Modern Tribe, Inc.
8
  Author URI: http://m.tri.be/28
9
  License: GPLv2 or later
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: ModernTribe, brianjessee, camwynsp, paulkim, sc0ttkclark, aguseo,
4
  Tags: tickets, registration, The Events Calendar, RSVP, ticket sales, attendee management
5
  Requires at least: 4.9.14
6
  Tested up to: 5.5.3
7
- Stable tag: 5.0.3
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -17,7 +17,7 @@ Manage tickets and RSVPs for free with [Event Tickets](https://m.tri.be/1ao8), f
17
 
18
  This plugin makes it easy to sell tickets and collect registration for in-person or virtual events. Plus, it comes with features backed by our world-class team of developers and designers. Integrate Event Tickets with your PayPal business account and manage attendees from your WordPress dashboard.
19
 
20
- https://vimeo.com/480516958/dda22d4e01
21
 
22
  = 🎟️ Ticketing and Registration for WordPress =
23
 
@@ -176,6 +176,11 @@ Check out our extensive [knowledgebase](https://m.tri.be/18wm) for articles on u
176
 
177
  == Changelog ==
178
 
 
 
 
 
 
179
  = [5.0.3] 2020-11-19 =
180
 
181
  * Feature - Added support for the new Individual Attendee Collection functionality included in Event Tickets Plus. It now allows for collection of individual names and emails for each attendee for Tribe Commerce, WooCommerce, and Easy Digital Download tickets. You can enable this option per ticket and choose to make the fields optional or required. [ETP-364]
4
  Tags: tickets, registration, The Events Calendar, RSVP, ticket sales, attendee management
5
  Requires at least: 4.9.14
6
  Tested up to: 5.5.3
7
+ Stable tag: 5.0.3.1
8
  Requires PHP: 5.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
17
 
18
  This plugin makes it easy to sell tickets and collect registration for in-person or virtual events. Plus, it comes with features backed by our world-class team of developers and designers. Integrate Event Tickets with your PayPal business account and manage attendees from your WordPress dashboard.
19
 
20
+ https://vimeo.com/480516958
21
 
22
  = 🎟️ Ticketing and Registration for WordPress =
23
 
176
 
177
  == Changelog ==
178
 
179
+ = [5.0.3.1] 2020-11-19 =
180
+
181
+ * Fix - Require Event Tickets Plus 5.1+ for compatibility purposes on certain areas in Event Tickets that have direct calls to Event Tickets Plus functionality. [ET-964]
182
+ * Tweak - Changed views: `blocks/tickets/submit`
183
+
184
  = [5.0.3] 2020-11-19 =
185
 
186
  * Feature - Added support for the new Individual Attendee Collection functionality included in Event Tickets Plus. It now allows for collection of individual names and emails for each attendee for Tribe Commerce, WooCommerce, and Easy Digital Download tickets. You can enable this option per ticket and choose to make the fields optional or required. [ETP-364]
src/Tribe/Main.php CHANGED
@@ -8,7 +8,7 @@ class Tribe__Tickets__Main {
8
  /**
9
  * Current version of this plugin
10
  */
11
- const VERSION = '5.0.3';
12
 
13
  /**
14
  * Used to store the version history.
8
  /**
9
  * Current version of this plugin
10
  */
11
+ const VERSION = '5.0.3.1';
12
 
13
  /**
14
  * Used to store the version history.