=== Inventive Source Monkey ===
Contributors: ratherinventive
Tags: attribution, utm, forms, sourcebuster
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 2.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Populate form fields and optional visible page text with visitor attribution data.

== Description ==

Use these placeholders in form field values:

* `[utm_source]`
* `[utm_medium]`
* `[utm_campaign]`
* `[utm_content]`
* `[utm_keyword]`
* `[url_current]`
* `[url_referrer]`

The plugin supports dynamically inserted forms and optional URL restrictions.

== Installation ==

1. Upload the `inventive-source-monkey` directory to `/wp-content/plugins/`.
2. Activate the plugin.
3. Open Settings > Source Monkey.
4. Add placeholders to the default values of the form fields you want populated.

== Privacy ==

The bundled Sourcebuster library stores attribution and session information in first-party cookies. Site owners should document this behavior in their privacy and cookie information and assess whether consent is required in their jurisdiction.

== Updates ==

Private updates use an HTTPS JSON manifest and require a SHA-256 checksum for every release package. See `UPDATER.md` for publishing and reuse instructions.

== Changelog ==

= 2.0 =
* Added strict settings sanitization and safer frontend configuration.
* Added support for dynamically inserted forms.
* Added exact and wildcard URL patterns.
* Added a reusable, checksum-aware update module.
* Added complete uninstall cleanup.
