From 12c2716715ad56b52885dc7a63dff2714ec97ded Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 27 Nov 2020 16:29:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20information=20about=20runn?= =?UTF-8?q?ing=20`valet=20install`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PHP Monitor.xcodeproj/project.pbxproj | 4 ++-- docs/ADDITIONAL.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PHP Monitor.xcodeproj/project.pbxproj b/PHP Monitor.xcodeproj/project.pbxproj index 5fc7d57..971c5f8 100644 --- a/PHP Monitor.xcodeproj/project.pbxproj +++ b/PHP Monitor.xcodeproj/project.pbxproj @@ -423,7 +423,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = "2.5-pre"; + MARKETING_VERSION = 2.5; PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -447,7 +447,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = "2.5-pre"; + MARKETING_VERSION = 2.5; PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/docs/ADDITIONAL.md b/docs/ADDITIONAL.md index dc9b4d2..4e8230c 100644 --- a/docs/ADDITIONAL.md +++ b/docs/ADDITIONAL.md @@ -61,6 +61,10 @@ Try installing again using `brew install php`. This should resolve the issue. +#### Q: PHP Monitor says the correct version is loaded, but my Valet sites don't work! + +You may need to run `valet install`. (Preferably after updating `valet` by running `composer global update`). + #### Q: PHP Monitor reports another version compared to phpinfo on my local website, what is going on? _Beginning with version 2.0 you'll get alerts about this at startup._