Premiere Pro 2022 CEP Host Version
I have a CEP panel that I'm getting ready to release. Everything works well in debug mode in Premiere Pro 2022 but when I package and try to install, it says it's not compatible with the current version of Premiere and shows it's only compatible with Premiere Pro 2021.
In my manifest.xml file I have:
<ExecutionEnvironment>
<HostList>
<Host Name="PPRO" Version="[15.0,99.9]"/>
</HostList>
<LocaleList>
<Locale Code="All" />
</LocaleList>
<RequiredRuntimeList>
<RequiredRuntime Name="CSXS" Version="10.0" />
</RequiredRuntimeList>
</ExecutionEnvironment>Based on the CEP 11.1 Cookbook: I think Premiere Pro 2021 is the Host PPRO 15, and it's my understanding that adding 99.9 will make it compatible with all future versions, correct?
But no matter what I put in the Host Version (I've tried 15.0, 16.0, 21.0, and 22.0) I just can't get it to be recognized as compatible with Premiere Pro 2022.
I've also tried messing with the CSXS Version as well, but no luck.
I'm using the latest versions of AE Scripts ZXP Installer and ZXPInstaller and Anastasiy's Extension Manager. They all fail.
Am I missing something? How do I make sure users can install it on the latest version of Premiere?
