From 08ec587c98d0c089833f7e652713704f0b3a1b99 Mon Sep 17 00:00:00 2001 From: Justin Frydman Date: Thu, 3 Jun 2021 11:19:34 -0600 Subject: [PATCH 1/2] Fix so share on multisite sub sites --- storage/wordpress/mu-plugins/0-so-ngrok.local.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/wordpress/mu-plugins/0-so-ngrok.local.php b/storage/wordpress/mu-plugins/0-so-ngrok.local.php index e1f25221..d7cce8d5 100644 --- a/storage/wordpress/mu-plugins/0-so-ngrok.local.php +++ b/storage/wordpress/mu-plugins/0-so-ngrok.local.php @@ -1,4 +1,4 @@ - Date: Thu, 3 Jun 2021 11:19:41 -0600 Subject: [PATCH 2/2] Bump to 5.0.1 --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 57482609..a0393c6a 100644 --- a/config/app.php +++ b/config/app.php @@ -27,7 +27,7 @@ */ //'version' => app('git.version'), - 'version' => '4.0.0', + 'version' => '5.0.1', /* |--------------------------------------------------------------------------