Skip to content
Snippets Groups Projects
Commit e322a8a8 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'fix/php-7.3' into 'master'

PHP 7.3 compatibility

See merge request !10
parents e558ce28 95f347d3
No related branches found
No related tags found
1 merge request!10PHP 7.3 compatibility
Pipeline #826 passed with warnings with stages
in 2 minutes and 51 seconds
......@@ -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;
}
}
......
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment