I have written a plugin triggered on triggerProfileUpdate($user,$data,$changed,$isNew) and have noticed that the trigger is being dispatched before the data is updated ( i have checked the code to prove this).
The same is true of the field level triggers. Is this by design or is it a bug?
I want to sync the updates to a set of tables for another extension. If triggered pre database update then the update could fail and mean my sync was incorrect to happen as the tables are no longer synced.
Thoughts please.