Licence

Range Trust is a one-off purchase. Your licence key arrives by email after checkout, activates on the Licence tab, and unlocks plugin updates and support. There is no subscription and no renewal.

Activating

  1. Open Range Trust → Licence.
  2. Paste the key from your purchase email (a lowercase UUID).
  3. Click Activate.

The key is validated against the licence server and tied to this site's domain. The tab shows the masked key and the name it is registered to.

Per-site activation

Each activation is an instance bound to the domain it was activated on. A staging copy or a cloned site does not inherit the production activation; activate the key there too (or use the development override below). If your key reaches its activation limit, deactivate it on a site you no longer use, or from the customer portal.

Moving to a new domain

Click Deactivate on this site on the old site, then activate on the new one. If the old site is gone, activating on the new domain shows a message naming where the key is currently active; activate again to move it.

If the licence lapses or fails validation

The plugin keeps working: widgets render, syncs run, nothing is locked. Range Trust is GPL software and does not cripple itself. An inactive licence only means:

  • no plugin updates from the update server, and
  • a small notice on Range Trust admin screens.

Revalidation runs daily in the background. Network failures never downgrade your licence; only an explicit rejection from the licence server does, and even then a 14-day grace window applies.

Development sites

Define the override in wp-config.php to force the licence state locally:

define( 'RANGE_TRUST_LICENSE_OVERRIDE', true );

Use it on local and CI environments so they never consume an activation.