From cdd0b56714278a17b92c0e6ddd92897a2c240e7e Mon Sep 17 00:00:00 2001 From: Rogier Lankhorst Date: Mon, 20 Nov 2023 14:29:58 +0100 Subject: [PATCH 1/5] 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 +} From f0690bc6d8584de130b855ac8020fd625529f83d Mon Sep 17 00:00:00 2001 From: Rogier Lankhorst Date: Tue, 9 Jan 2024 16:46:13 +0100 Subject: [PATCH 2/5] split into free & premium --- src/technologies/c.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 4a4d30206..d58d4d240 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2947,7 +2947,7 @@ "scriptSrc": "//give\\.communityfunded\\.com/", "website": "https://www.communityfunded.com" }, - "Complianz": { + "Complianz GDPR": { "cats": [ 74, 67, @@ -2959,13 +2959,32 @@ "complianz.version": "([\\d.]+)\\;version:\\1" }, "pricing": [ - "recurring" + "free" ], "requires": "WordPress", "saas": true, "scriptSrc": "wp-content/plugins/complianz-gdpr", "website": "https://complianz.io" }, + "Complianz GDPR Premium": { + "cats": [ + 74, + 67, + 87 + ], + "description": "Complianz is a GDPR/CCPA Cookie Consent plugin that supports GDPR, DSGVO, CCPA and PIPEDA with a conditional Cookie Notice and customized Cookie Policy based on the results of the built-in Cookie Scan.", + "icon": "Complianz.png", + "js": { + "complianz.version": "([\\d.]+)\\;version:\\1" + }, + "pricing": [ + "recurring" + ], + "requires": "WordPress", + "saas": true, + "scriptSrc": "wp-content/plugins/complianz-gdpr-premium", + "website": "https://complianz.io" + }, "Concrete CMS": { "cats": [ 1 From b473360760292335d6f41f8e298ee10aa064b843 Mon Sep 17 00:00:00 2001 From: Rogier Lankhorst Date: Wed, 31 Jan 2024 10:20:24 +0100 Subject: [PATCH 3/5] Revert "split into free & premium" This reverts commit f0690bc6d8584de130b855ac8020fd625529f83d. --- src/technologies/c.json | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index d58d4d240..4a4d30206 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2947,26 +2947,7 @@ "scriptSrc": "//give\\.communityfunded\\.com/", "website": "https://www.communityfunded.com" }, - "Complianz GDPR": { - "cats": [ - 74, - 67, - 87 - ], - "description": "Complianz is a GDPR/CCPA Cookie Consent plugin that supports GDPR, DSGVO, CCPA and PIPEDA with a conditional Cookie Notice and customized Cookie Policy based on the results of the built-in Cookie Scan.", - "icon": "Complianz.png", - "js": { - "complianz.version": "([\\d.]+)\\;version:\\1" - }, - "pricing": [ - "free" - ], - "requires": "WordPress", - "saas": true, - "scriptSrc": "wp-content/plugins/complianz-gdpr", - "website": "https://complianz.io" - }, - "Complianz GDPR Premium": { + "Complianz": { "cats": [ 74, 67, @@ -2982,7 +2963,7 @@ ], "requires": "WordPress", "saas": true, - "scriptSrc": "wp-content/plugins/complianz-gdpr-premium", + "scriptSrc": "wp-content/plugins/complianz-gdpr", "website": "https://complianz.io" }, "Concrete CMS": { From 60dd0bce588a18fb1edf516c0709babb108dcf3d Mon Sep 17 00:00:00 2001 From: Rogier Lankhorst Date: Wed, 31 Jan 2024 10:23:04 +0100 Subject: [PATCH 4/5] added freemium pricing --- src/technologies/c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 4a4d30206..230bbec88 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2959,7 +2959,7 @@ "complianz.version": "([\\d.]+)\\;version:\\1" }, "pricing": [ - "recurring" + "freemium", "recurring" ], "requires": "WordPress", "saas": true, From ea1404034d8cb21e8423eca7e73d852119a7f8aa Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Wed, 31 Jan 2024 09:26:10 +0000 Subject: [PATCH 5/5] Update src/technologies/c.json --- src/technologies/c.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/c.json b/src/technologies/c.json index 230bbec88..8859f66ad 100644 --- a/src/technologies/c.json +++ b/src/technologies/c.json @@ -2959,7 +2959,7 @@ "complianz.version": "([\\d.]+)\\;version:\\1" }, "pricing": [ - "freemium", "recurring" + "freemium", "recurring" ], "requires": "WordPress", "saas": true,