From 95f347d3ee8f6df59dad9a970b6100ff424999a2 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sun, 14 Apr 2019 14:16:05 -0700
Subject: [PATCH] PHP 7.3 compatibility

---
 eth-escape-headspace.php |  4 ++--
 readme.txt               | 11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/eth-escape-headspace.php b/eth-escape-headspace.php
index 47d8e8b..0c236f6 100644
--- a/eth-escape-headspace.php
+++ b/eth-escape-headspace.php
@@ -4,7 +4,7 @@ Plugin Name: ETH Escape HeadSpace2
 Plugin URI: https://ethitter.com/plugins/
 Description: Output existing HeadSpace2 data without the original plugin. Allows HeadSpace2 (no longer maintained) to be deactivated without impactacting legacy content.
 Author: Erick Hitter
-Version: 0.2
+Version: 0.2.1
 Author URI: https://ethitter.com/
 
 This program is free software; you can redistribute it and/or modify
@@ -188,7 +188,7 @@ class ETH_Escape_HeadSpace2 {
 					break;
 
 				default :
-					continue;
+					continue 2;
 					break;
 			}
 		}
diff --git a/readme.txt b/readme.txt
index cec148e..40762dd 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Donate link: https://ethitter.com/donate/
 Tags: seo, meta tags
 Requires at least: 4.4
 Tested up to: 5.2
-Stable tag: 0.2
+Stable tag: 0.2.1
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -49,8 +49,17 @@ Mostly, I either didn't have time or didn't have a good example of how a particu
 
 == Changelog ==
 
+= 0.2.1 =
+* PHP 7.3 compatibility.
+
 = 0.2 =
 * Add support for page titles, scripts, stylesheets, and raw header/footer content.
 
 = 0.1 =
 * Initial release
+
+
+== Upgrade Notice ==
+
+= 0.2.1 =
+Resolved warning arising in PHP 7.3.
-- 
GitLab