diff --git a/plugin/lib/class-php-compatibility-checker.php b/plugin/lib/class-php-compatibility-checker.php index fd334d9..6f00d6f 100644 --- a/plugin/lib/class-php-compatibility-checker.php +++ b/plugin/lib/class-php-compatibility-checker.php @@ -290,210 +290,214 @@ public function create_menu() { * @since 1.0.0 */ public function scan_page() { - - // Determine if current site is a WP Engine customer. - $is_wpe_customer = function_exists( '\is_wpe' ) && \is_wpe(); - - // Content variables. - $url_get_hosting = esc_url( 'https://wpeng.in/5a0336/' ); - $url_wpe_agency_partners = esc_url( 'https://wpeng.in/fa14e4/' ); - $url_wpe_customer_upgrade = esc_url( 'https://wpeng.in/407b79/' ); - $url_wpe_logo = esc_url( 'https://wpeng.in/22f22b/' ); - $url_codeable_submit = esc_url( 'https://codeable.io/wp-admin/admin-ajax.php?action=wp_engine_phpcompat' ); - ?> - -
-

-
-

-

-
-
-

- - - - - - - - + try { + // Determine if current site is a WP Engine customer. + $is_wpe_customer = function_exists( '\is_wpe' ) && \is_wpe(); + + // Content variables. + $url_get_hosting = esc_url( 'https://wpeng.in/5a0336/' ); + $url_wpe_agency_partners = esc_url( 'https://wpeng.in/fa14e4/' ); + $url_wpe_customer_upgrade = esc_url( 'https://wpeng.in/407b79/' ); + $url_wpe_logo = esc_url( 'https://wpeng.in/22f22b/' ); + $url_codeable_submit = esc_url( 'https://codeable.io/wp-admin/admin-ajax.php?action=wp_engine_phpcompat' ); + ?> + +
+

+
+

+

+
+
+

+
-
-
- -
-
+ + + - - - -
-
- -
- - -
-
+
+
+ +
-
- - - - -
- - -
- - -
-
- -

- -

- - -

- - - - - -

- - -
-
- - - -
- - -
- - + - getMessage() ); + } } /** diff --git a/plugin/readme.txt b/plugin/readme.txt index 1952434..ea13436 100644 --- a/plugin/readme.txt +++ b/plugin/readme.txt @@ -2,8 +2,8 @@ Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross, jcross, rfmeier, cadic, dkotter, ankit-k-gupta, jeffpaul Tags: php 7, php 8, php, version, compat, compatibility, checker, wp engine, wpe, wpengine Requires at least: 5.6 -Tested up to: 6.4 -Stable tag: 1.6.4 +Tested up to: 6.7 +Stable tag: 1.6.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -88,6 +88,10 @@ You will find the plugin options in the WP Admin `Tools => PHP Compatibility` me == Changelog == += 1.6.5 = +- Update packages. +- Introduce scan page error handling. + = 1.6.4 = - Updates are now served from WP Engine servers. - Update dependencies. diff --git a/readme.txt b/readme.txt index 1952434..ea13436 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross, jcross, rfmeier, cadic, dkotter, ankit-k-gupta, jeffpaul Tags: php 7, php 8, php, version, compat, compatibility, checker, wp engine, wpe, wpengine Requires at least: 5.6 -Tested up to: 6.4 -Stable tag: 1.6.4 +Tested up to: 6.7 +Stable tag: 1.6.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -88,6 +88,10 @@ You will find the plugin options in the WP Admin `Tools => PHP Compatibility` me == Changelog == += 1.6.5 = +- Update packages. +- Introduce scan page error handling. + = 1.6.4 = - Updates are now served from WP Engine servers. - Update dependencies.