=== Multi-API Post Publisher ===
Contributors: dizwebdesign
Requires at least: 6.0
Tested up to: 6.8
Stable tag: 0.2.4
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Admin-only: connect multiple HTTPS JSON/API sources into WordPress posts on a schedule, with per-connector settings, categories, optional auto-tags, featured images, and backups.

== Description ==

* Works in the WordPress dashboard only — no plugin-owned public landing page.
* Per-connector imports into the `post` type with duplicate detection.
* Assign default categories and optional tags (from the post title or an API JSON field).
* Choose draft, pending review, or published when creating posts (per connector type).

== Installation ==

1. Upload the plugin ZIP via Plugins → Add New → Upload.
2. Activate the plugin through the WordPress Plugins screen.
3. Use the plugin submenu to add API connectors and run “Import now” or wait for cron.

== Changelog ==

= 0.2.4 =
* Featured images from API URLs store in DWD Gallery first when that plugin is active; WordPress Media Library is the fallback.

= 0.2.1 =
* Per connector: choose Published, Draft, or Pending review for new imported posts — under Imported posts on the connector edit screen.

= 0.2.0 =
* Remove the optional front-end page and `[mapp_front_page]` shortcode — backend-only product.
* DB migration 3 removes legacy page options and deletes the previous synced page if present.
* Backup format version 2 exports only core plugin options (connectors stay in the database).

= 0.1.3 =
* Fix blank screen when adding an API connector: create drafts via admin-post redirect and correct form table markup.

= 0.1.2 =
* Remove stray UTF-8 byte order marks (BOM) from PHP sources that caused activation “unexpected output” warnings.

= 0.1.1 =
* Categories and auto-tag generation (title or JSON path), with admin controls per connector.
* Pending review added as a publish option alongside draft and published.
* Documentation: readme and changelog.

= 0.1.0 =
* Initial release (connectors, generic JSON + FSIS sample, cron, backups base).
