From 7b0b1f330825de1e07dc3e6b8e650290a98166bf Mon Sep 17 00:00:00 2001 From: Camwyn Date: Wed, 20 Jul 2022 13:32:50 -0400 Subject: [PATCH 01/10] Common update --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index 54393afafc..7f46aa9eb5 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 54393afafc9c359a304b93f199fcab6412e79ebb +Subproject commit 7f46aa9eb520131aa722db72dc76dae1f2701e0f From fd9069ed4281fd11c6c2ae7c261f58fe22e1de35 Mon Sep 17 00:00:00 2001 From: TEC Bot <74736843+tec-bot@users.noreply.github.com> Date: Wed, 20 Jul 2022 15:54:55 -0400 Subject: [PATCH 02/10] :fast_forward: https://github.com/the-events-calendar/tribe-common/commit/8feb992d3f0a3f6de9f1dd4b487a4e64ba97c101 --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index 7f46aa9eb5..8feb992d3f 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 7f46aa9eb520131aa722db72dc76dae1f2701e0f +Subproject commit 8feb992d3f0a3f6de9f1dd4b487a4e64ba97c101 From bb9057c7f629dfe8bb97e7c1e5847cf7d0ecfb72 Mon Sep 17 00:00:00 2001 From: Camwyn Date: Wed, 20 Jul 2022 16:03:28 -0400 Subject: [PATCH 03/10] version bump --- event-tickets.php | 2 +- readme.txt | 6 +++++- src/Tribe/Main.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/event-tickets.php b/event-tickets.php index 7aa87d1747..cd43f143bc 100644 --- a/event-tickets.php +++ b/event-tickets.php @@ -3,7 +3,7 @@ Plugin Name: Event Tickets Plugin URI: https://evnt.is/1acb Description: Event Tickets allows you to sell basic tickets and collect RSVPs from any post, page, or event. -Version: 5.4.3 +Version: 5.4.3.1 Author: The Events Calendar Author URI: https://evnt.is/1aor License: GPLv2 or later diff --git a/readme.txt b/readme.txt index 0df81fc90b..60d3f645fc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: theeventscalendar, brianjessee, camwynsp, aguseo, bordoni, borkweb Tags: tickets, registration, event registration, RSVP, ticket sales, attendee management Requires at least: 5.6 Tested up to: 6.0.1 -Stable tag: 5.4.3 +Stable tag: 5.4.3.1 Requires PHP: 7.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -188,6 +188,10 @@ Check out our extensive [knowledgebase](https://evnt.is/18wm) for articles on us == Changelog == += [5.4.3.1] TBD = + +* Fix - Update Freemius to avoid PHP 8 fatals. [TEC-4330] + = [5.4.3] 2022-07-20 = * Tweak - update TCMN to match TEC 5.16.3 [TEC-4433] diff --git a/src/Tribe/Main.php b/src/Tribe/Main.php index 508b851cec..3d9864898f 100644 --- a/src/Tribe/Main.php +++ b/src/Tribe/Main.php @@ -8,7 +8,7 @@ class Tribe__Tickets__Main { /** * Current version of this plugin */ - const VERSION = '5.4.3'; + const VERSION = '5.4.3.1'; /** * Used to store the version history. From 7dcfb97c087bbaac24e09a87713bc47f94e86721 Mon Sep 17 00:00:00 2001 From: Camwyn Date: Wed, 20 Jul 2022 16:04:19 -0400 Subject: [PATCH 04/10] update common --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index 8feb992d3f..fac89acfbf 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 8feb992d3f0a3f6de9f1dd4b487a4e64ba97c101 +Subproject commit fac89acfbf52c111940ff72a8d95d2d1ca6f8f95 From a46d2ba860af73b2e4504550355c2cce86a72abe Mon Sep 17 00:00:00 2001 From: TEC Bot <74736843+tec-bot@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:07:58 -0400 Subject: [PATCH 05/10] :fast_forward: https://github.com/the-events-calendar/tribe-common/commit/6cb6b253d0fe8e220065031a86d08e40c2e1979e --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index fac89acfbf..6cb6b253d0 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit fac89acfbf52c111940ff72a8d95d2d1ca6f8f95 +Subproject commit 6cb6b253d0fe8e220065031a86d08e40c2e1979e From 396d890c973da8eccc6f2f4029db01048b75157e Mon Sep 17 00:00:00 2001 From: TEC Bot <74736843+tec-bot@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:16:26 -0400 Subject: [PATCH 06/10] :fast_forward: https://github.com/the-events-calendar/tribe-common/commit/f8bac89e73341637c04405faa6ac15ff3f0dba79 --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index 54393afafc..f8bac89e73 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 54393afafc9c359a304b93f199fcab6412e79ebb +Subproject commit f8bac89e73341637c04405faa6ac15ff3f0dba79 From c340a4f624bb2b801ef01ab99fdf205465d96038 Mon Sep 17 00:00:00 2001 From: TEC Bot <74736843+tec-bot@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:37:38 -0400 Subject: [PATCH 07/10] :fast_forward: https://github.com/the-events-calendar/tribe-common/commit/56ac27aec7b3a26eb20a8943cd284a3a972e9f83 --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index f8bac89e73..56ac27aec7 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit f8bac89e73341637c04405faa6ac15ff3f0dba79 +Subproject commit 56ac27aec7b3a26eb20a8943cd284a3a972e9f83 From 1fb90314acbe9d08cbc034b146abcd9fa9552f98 Mon Sep 17 00:00:00 2001 From: Camwyn Date: Thu, 21 Jul 2022 12:39:17 -0400 Subject: [PATCH 08/10] fix date --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 60d3f645fc..ce2d9fdd88 100644 --- a/readme.txt +++ b/readme.txt @@ -188,7 +188,7 @@ Check out our extensive [knowledgebase](https://evnt.is/18wm) for articles on us == Changelog == -= [5.4.3.1] TBD = += [5.4.3.1] 2022-07-21 = * Fix - Update Freemius to avoid PHP 8 fatals. [TEC-4330] From 6de57ce40f5b54f0eeed65d78f53441315bb98d1 Mon Sep 17 00:00:00 2001 From: TEC Bot <74736843+tec-bot@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:42:35 -0400 Subject: [PATCH 09/10] :fast_forward: https://github.com/the-events-calendar/tribe-common/commit/e6971e6bd8edb0a751e9ca3e53813c9b56806537 --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index 56ac27aec7..e6971e6bd8 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 56ac27aec7b3a26eb20a8943cd284a3a972e9f83 +Subproject commit e6971e6bd8edb0a751e9ca3e53813c9b56806537 From 03ba1f01f656ca0b0c39767ea30564b9a8cbc6c2 Mon Sep 17 00:00:00 2001 From: Camwyn Date: Thu, 21 Jul 2022 15:24:56 -0400 Subject: [PATCH 10/10] Switch to merged master TCMN --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common b/common index e6971e6bd8..bf1a6d653a 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit e6971e6bd8edb0a751e9ca3e53813c9b56806537 +Subproject commit bf1a6d653aa1efab76b2a6b6e7fc29cf14f1621f