If you're reordering or changing existing elements of structs that areused as part of the plugin API, you must increment GEANY_ABI_VERSIONin plugindata.h. This is usually not needed if you're just appendingfields to structs. The GEANY_API_VERSION value should be incrementedfor any changes to the plugin API, including appending elements.