From 873fe1a337ec40b286bf19093ac498f71c92dd4c Mon Sep 17 00:00:00 2001 From: Uku Taht <uku.taht@gmail.com> Date: Thu, 7 Jan 2021 10:42:12 +0200 Subject: [PATCH] Add note about p.js --- tracker/src/p.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tracker/src/p.js b/tracker/src/p.js index 0dde6d1e..55edddca 100644 --- a/tracker/src/p.js +++ b/tracker/src/p.js @@ -1,3 +1,7 @@ +// NOTE: This file is deprecated and only kept around so we don't break compatibility +// with some early customers. This script uses a cookie but this was an old version of Plausible. +// Current script can be found in the tracker/src/plausible.js file + (function(window, plausibleHost){ 'use strict'; -- GitLab