So, i spec "if not done mistake in my analisys" the last rev of plugin contain 3 DB table "ecp_data", "ecp_version", "ecp_options":
> "ecp_data" fields are "alignment", "version"
> "ecp_version" fields are "id", "version";
> "ecp_options" fields are "id", "option_name", "option_value"
so inside functions some call use var "version" that not reffer to the "verison(field)" but to the "option_name(field)".. so i have set the correct correspondecy to SET the field in good way.
Inside the Zip file that I post, there are the Original and the Modified php file ! With a simple compare you can see exactly where I have applied change.
Hope that shi help
Best Regards