Fix: Import/Export now includes WooCommerce attributes, terms, and swatch term meta (color, image, label) so a full configuration round-trips between sites.
Fix: Attribute type (Color / Image / Select) is correctly persisted on import — previously it could revert to Select on the target site.
Fix: Newly created attributes during import register their taxonomy inline so terms are restored in the same request.
Improvement: Import accepts both legacy (flat) and new (wrapped) JSON payloads — older export files continue to import.
Change: Exported settings file renamed from pwvs-settings.json to tpwvs-settings.json for consistency with the plugin prefix.
Improvement: Import success message now reports the count of attributes and terms created or updated.
1.0.2
Add: “Go to Home” action link on the Plugins screen that opens the plugin’s admin page.
Add: Animated progress bar with stage labels (Preparing, Uploading, Restoring attributes, Restoring terms, Finalizing) shown during import for clearer user feedback.
Improvement: Admin UI automatically refreshes after a successful import so newly imported attributes, terms, and swatch values appear immediately.
Improvement: Import controls (file picker, textarea, buttons) are disabled while an import is in progress to prevent duplicate submissions.
Accessibility: Progress status uses role=”status” with aria-live=”polite” for screen readers.