From 3c42d4ed62b4b8121f84abbb81e55728eb5cd19e Mon Sep 17 00:00:00 2001 From: oskosk Date: Tue, 29 May 2018 16:16:27 -0300 Subject: [PATCH 1/3] Update COMPANION_PLUGIN_URL --- lib/stuff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stuff.php b/lib/stuff.php index 2ad888d..51fa7be 100644 --- a/lib/stuff.php +++ b/lib/stuff.php @@ -28,7 +28,7 @@ function debug() { require_once __DIR__ . '/serverpilot-stuff.php'; define( 'REST_API_NAMESPACE', 'jurassic.ninja' ); -define( 'COMPANION_PLUGIN_URL', 'https://github.com/oskosk/companion/archive/master.zip' ); +define( 'COMPANION_PLUGIN_URL', 'https://github.com/Automattic/companion/archive/master.zip' ); define( 'JETPACK_BETA_PLUGIN_URL', 'https://github.com/Automattic/jetpack-beta/archive/master.zip' ); define( 'SUBDOMAIN_MULTISITE_HTACCESS_TEMPLATE_URL', 'https://gist.githubusercontent.com/oskosk/8cac852c793df5e4946463e2e55dfdd6/raw/a60ce4122a69c1dd36c623c9b999c36c9c8d3db8/gistfile1.txt' ); define( 'SUBDIR_MULTISITE_HTACCESS_TEMPLATE_URL', 'https://gist.githubusercontent.com/oskosk/f5febd1bb65a2ace3d35feac949b47fd/raw/6ea8ffa013056f6793d3e8775329ec74d3304835/gistfile1.txt' ); From 0b9eac56b9a9a5cc3b8fafb38e7e95cfcb7f019d Mon Sep 17 00:00:00 2001 From: oskosk Date: Tue, 29 May 2018 16:37:19 -0300 Subject: [PATCH 2/3] Update repo url in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4a1e9f..52e9fcb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ On plugin activation, this plugin will create two tables on the same database yo * Get the bundle from GitHub. ```sh - wp plugin install https://github.com/oskosk/jurassic.ninja/archive/master.zip + wp plugin install https://github.com/Automattic/jurassic.ninja/archive/master.zip ``` * Install composer dependencies From 18dbb87d03d9e982ba9d6ba1176814814a57643e Mon Sep 17 00:00:00 2001 From: oskosk Date: Tue, 29 May 2018 16:38:05 -0300 Subject: [PATCH 3/3] Bump version to 3.4 --- jurassic.ninja.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jurassic.ninja.php b/jurassic.ninja.php index efc0cfb..7c28ddb 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.3.4 + * Version: 3.4 * Author: Osk **/