=== Fake ===
Contributors: koodiini
Tags: fake, updates, koodiini
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later

Standalone fake plugin for testing a Koodiini purchase, download and private update flow.

== Description ==
Fake has its own update checker and does not depend on Koodiini Core.

== Update endpoint ==
Default check endpoint:
https://koodiini.com/api/wp/updates/check

The plugin sends these query parameters:
- slug=fake
- type=PLUGIN
- installed_version=...
- site_url=...
- license_key=...

Expected JSON example:
{
  "new_version": "1.0.1",
  "package": "https://koodiini.com/path/to/fake-1.0.1.zip",
  "url": "https://koodiini.com",
  "requires": "6.0",
  "tested": "6.7",
  "changelog": "Fake update test."
}
