=== AddonLogic Export/Import Settings ===
Contributors: snehalpancholi
Tags: export, import, settings, options, migration, developer
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Export WordPress option keys to JSON and import them on another site. Ideal for migrating plugin settings across environments.

== Description ==

AddonLogic Export/Import Settings lets administrators export any `wp_options` values to a portable JSON file and import that file on a different WordPress installation — perfect for replicating plugin configurations from staging to production.

**Features:**

* Export any option keys you specify to a downloadable JSON file
* Preset quick-fill for common WordPress options
* Import JSON file with optional overwrite toggle
* Skips existing options by default (safe by default)
* Detailed import summary: imported vs. skipped
* Admin-only access with nonce protection

== Installation ==

1. Upload the `export-import-settings` folder to `/wp-content/plugins/`.
2. Activate via the Plugins screen.
3. Go to **Tools → Export/Import Settings**.

== Frequently Asked Questions ==

= Does it export all options automatically? =
No. You specify exactly which option keys to export — this prevents accidentally exporting sensitive data.

= Will it overwrite existing options? =
Only if you tick the "Overwrite existing options" checkbox during import. By default, existing options are skipped.

= Is the export format compatible with other tools? =
The file is standard JSON. The import expects the wrapper format from this plugin (`_meta` + `options` keys).

== Changelog ==

= 1.0.0 =
* Initial release.
