coyote-team / coyote-wp

Wordpress Plug-in for Coyote
2 stars 2 forks source link

Migrate stored profile from v1 to v2 #107

Closed jkva closed 2 years ago

jkva commented 2 years ago

When an installed plugin is upgraded, the code will start to expect that a stored profile adheres to the ProfileModel structure as provided by the Api Client package.

The plugin should detect this and automatically attempt to migrate a legacy stored profile model.

jkva commented 2 years ago

Closing as addressed via #119.