Problem in new version of GDPlugin.jslib
The SyntaxError: Unexpected identifier
It is caused by a missing comma between methods in the functions object. Specifically, there should be a comma after the closing curly brace "}" of the SDK_SendEvent method before the next method, SDK_ExecuteStoreAction. Can you solve it?