From 5130fd5f0b08fa0171f0a85aa390a2c35e1b2b2a Mon Sep 17 00:00:00 2001 From: oskosk Date: Tue, 10 Apr 2018 12:49:06 +0300 Subject: [PATCH 1/2] Fix wrong name in reference to return value --- features/ssl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/ssl.php b/features/ssl.php index 0932420..efd6cc3 100644 --- a/features/ssl.php +++ b/features/ssl.php @@ -27,7 +27,7 @@ if ( is_wp_error( $response ) ) { debug( 'Error enabling SSL for %s. Check the next log line for a dump of the WP_Error', $domain ); debug( print_r( $response, true ) ); - throw new \Exception( 'Error creating sysuser: ' . $return->get_error_message() ); + throw new \Exception( 'Error enabling SSL: ' . $response->get_error_message() ); } } } From 02109c3f8d0ff3b5829c735edfe529976d5cf95a Mon Sep 17 00:00:00 2001 From: oskosk Date: Tue, 10 Apr 2018 12:50:16 +0300 Subject: [PATCH 2/2] bump to 3.2.1 --- jurassic.ninja.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jurassic.ninja.php b/jurassic.ninja.php index 74474b0..e9acef2 100644 --- a/jurassic.ninja.php +++ b/jurassic.ninja.php @@ -3,7 +3,7 @@ /* * Plugin Name: Jurassic Ninja * Description: Launch ephemeral instances of WordPress + Jetpack using ServerPilot and an Ubuntu Box. - * Version: 3.2 + * Version: 3.2.1 * Author: Osk **/