I’ve been warned by the debugger to update to API 2, but can’t find the related option in the manifest.
Related error:
Plugin is using a deprecated apiVersion of 1. Please update the plugin to apiVersion 2
I’ve also tried adding the following to the manifest but the error still displays:
"host": [
{
"app": "PS",
"minVersion": "22.3.0",
"data": {
"apiVersion": 2
}
}
]