How to Update Photoshop API?

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
      }
    }
  ]

When you change manifest, you have to unload and load plugin again in UDT. Simple re-load doesn’t cut it

Yes, I’ve done that too

Edit: correction: took a couple attempts

1 Like

I found that I had to Remove - not reload - the plugin from the UXP Developer Tool, and then add it again.