Skip to content

v0.1.14

Latest

Choose a tag to compare

@eyeofbri eyeofbri released this 01 Sep 21:02
· 1 commit to main since this release

Improves WP FileTrace resilience during high-volume download campaigns and automated link scanning.

  1. Moves download counting behind browser confirmation instead of the initial tracked-link request.
  2. Prevents basic email/security link scanners and HEAD requests from being counted as downloads.
  3. Replaces the full WordPress frontend handoff with a lightweight standalone download page.
  4. Prevents unrelated theme and plugin assets from loading during the handoff.
  5. Sends confirmed downloads directly to the target file without the normal retry round trip.
  6. Keeps legacy retry behavior available for backwards compatibility.
  7. Ensures tracking failures do not prevent visitors from reaching their download.
  8. Improves handling of large bursts of simultaneous tracked-link requests.