This content has been marked as final.
Show 4 replies
-
1. Re: Extension no longer shows in Photoshop after updating to Photoshop 13.0.1
lesavage Sep 10, 2012 10:16 AM (in response to Nate Beck)Hi Nate,
What version range does your CS Extension manifest show? If it has a range:
<HostList>
<host Name="PHSP" Version="[13.0,13.0]" />
</HostList>
try changing this to:
<HostList>
<host Name="PHSP" Version="13.0" />
</HostList>
This will ensure that your extension supports a minimum of version 13.0
Kind regards,
Lea
-
2. Re: Extension no longer shows in Photoshop after updating to Photoshop 13.0.1
Nate Beck Sep 10, 2012 10:18 AM (in response to lesavage)<Host Name="PHXS" Version="[12.0,13.0]" />
<Host Name="PHSP" Version="[12.0,13.0]" />
We support all the way back to CS5
-
3. Re: Extension no longer shows in Photoshop after updating to Photoshop 13.0.1
Joe Tam Sep 10, 2012 10:19 AM (in response to Nate Beck)Hi Nate,
I suspect that the HostList entry in the extension manifest is limiting the upper bound of the Photoshop version. Can you try editing your manifest like below?
<HostList> <Host Name="PHXS" Version="[13.0,13.9]" /> <Host Name="PHSP" Version="[13.0,13.9]" /> </HostList>
Hope that helps,
Joe
-
4. Re: Extension no longer shows in Photoshop after updating to Photoshop 13.0.1
Nate Beck Sep 10, 2012 10:23 AM (in response to Joe Tam)Changing the Host Name entry in the manifest.xml to this fixed the issue.
<HostList> <Host Name="PHXS" Version="[12.0,13.9]" /> <Host Name="PHSP" Version="[12.0,13.9]" /> </HostList>


