=== Plantrip Packing List ===
Contributors: plantripio
Tags: travel, packing list, checklist, travel blog, trip planner
Requires at least: 5.0
Tested up to: 7.0
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed a free interactive travel packing checklist in any post or page. Readers check off items as they pack — progress saves automatically.

== Description ==

Add an interactive packing checklist to your travel blog in seconds. Unlike a static list, readers can actually check off items as they pack, see their progress, and come back later — their checklist is remembered automatically.

**Why your readers will love it:**

* Instant interactive checklist — no signup required
* Progress bar shows how much is packed
* Checked items are remembered between visits
* Destination-specific lists (Japan, Bali, Thailand, ...) and trip-type lists (beach, hiking, business, backpacking, family, winter, city break)

**Usage:**

Add the shortcode to any post or page:

`[plantrip_packing_list list="beach-vacation"]`

Or a destination:

`[plantrip_packing_list list="japan" height="700"]`

**Available trip types:** beach-vacation, city-break, hiking, business, backpacking, family, winter

**Destinations:** any destination with a packing list on plantrip.io/packing-list (e.g. japan, bali, thailand, kerala, dubai).

The checklist is served from plantrip.io, so it stays up to date without plugin updates.

**External services**

This plugin embeds an interactive checklist served by Plantrip (https://plantrip.io) inside an iframe. When a visitor views a page containing the shortcode, their browser loads the checklist from plantrip.io, which receives standard web request data (IP address, user agent, and the embedding page's address via the referrer header) and records anonymous usage events (widget viewed, item checked). No account is required and no personal information is collected by the widget. Checklist progress is stored only in the visitor's own browser (localStorage). See the Plantrip privacy policy at https://plantrip.io/privacy-policy and terms at https://plantrip.io/terms-of-service.

== Installation ==

1. Upload the `plantrip-packing-list` folder to `/wp-content/plugins/`
2. Activate the plugin through the Plugins menu
3. Add the `[plantrip_packing_list]` shortcode to any post or page

== Frequently Asked Questions ==

= Does this slow down my site? =

No. The widget is a single lazy-loaded iframe — nothing loads until it scrolls into view, and nothing runs on your pages.

= Where is reader data stored? =

Checklist progress is stored in the reader's own browser (localStorage). No personal data is collected by the widget.

== Changelog ==

= 1.0.0 =
* Initial release: interactive packing checklist shortcode with trip-type and destination lists.
