From cdd0b56714278a17b92c0e6ddd92897a2c240e7e Mon Sep 17 00:00:00 2001 From: Rogier Lankhorst Date: Mon, 20 Nov 2023 14:29:58 +0100 Subject: [PATCH] recurring, allow for free scriptSrc as well --- src/technologies/c.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 2a4446774..4a4d30206 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2959,11 +2959,11 @@ "complianz.version": "([\\d.]+)\\;version:\\1" }, "pricing": [ - "onetime" + "recurring" ], "requires": "WordPress", "saas": true, - "scriptSrc": "wp-content/plugins/complianz-gdpr-premium", + "scriptSrc": "wp-content/plugins/complianz-gdpr", "website": "https://complianz.io" }, "Concrete CMS": { @@ -4571,4 +4571,4 @@ "scriptSrc": "(?:/([\\d\\.-]+))?/crypto-js(?:\\.min)?\\.js\\;version:\\1", "website": "https://github.com/brix/crypto-js" } -} \ No newline at end of file +}