AlainBenbassat / eu.businessandcode.notepermissions

Other
0 stars 4 forks source link

use modern permission declaration #7

Closed MegaphoneJon closed 5 months ago

MegaphoneJon commented 7 months ago

The format for declaring permissions used here is deprecated in Civi 5.71+. This uses the new format.

chumkui commented 7 months ago

I've noticed that API4 is used for the selectWhere call but API3 is still used for the permission hook. I'm new to all this, is it best practice to update all the API versions on a change like this?