Skip to content

Commit

Permalink
split into free & premium
Browse files Browse the repository at this point in the history
  • Loading branch information
rlankhorst committed Jan 9, 2024
1 parent cdd0b56 commit f0690bc
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions src/technologies/c.json
Original file line number Diff line number Diff line change
Expand Up @@ -2947,7 +2947,7 @@
"scriptSrc": "//give\\.communityfunded\\.com/",
"website": "https://www.communityfunded.com"
},
"Complianz": {
"Complianz GDPR": {
"cats": [
74,
67,
Expand All @@ -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
Expand Down

0 comments on commit f0690bc

Please sign in to comment.