Issues when importing settings from older versions
Closed this issue · 2 comments
over-engineer commented
Initially reported by @aminux
on the WordPress.org support forum.
There are some issues when importing settings from older versions.
over-engineer commented
Upon review, I discovered the following:
- The
Migrator
sets an incorrect default value for thefont
property - Importing settings updates the UI without a prior refetch
over-engineer commented
Importing settings from older versions of the plugin caused problems due to the pressidium_options.font
property having an invalid default value.
Additionally, we now re-fetch the settings during import to ensure they appear correctly on the settings page.
Closing as resolved.