From cf1e9644fa5e1284fe207156b5be46b7555e010f Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 28 Feb 2022 10:13:07 +0600 Subject: [PATCH] Add GiveWP / Payment proc, WP plugin --- .../webextension/images/icons/GiveWP.svg | 76 +++++++++++++++++++ src/technologies/g.json | 19 +++++ 2 files changed, 95 insertions(+) create mode 100644 src/drivers/webextension/images/icons/GiveWP.svg diff --git a/src/drivers/webextension/images/icons/GiveWP.svg b/src/drivers/webextension/images/icons/GiveWP.svg new file mode 100644 index 000000000..07aa66f5f --- /dev/null +++ b/src/drivers/webextension/images/icons/GiveWP.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/g.json b/src/technologies/g.json index e8505dc68..9454199cc 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -622,6 +622,25 @@ ], "website": "http://gerrit.googlesource.com/gitiles/" }, + "GiveWP": { + "cats": [ + 41, + 87 + ], + "description": "GiveWP is a donation plugin for WordPress.", + "icon": "GiveWP.svg", + "requires": "WordPress", + "js": { + "giveApiSettings": "", + "Give.donor": "" + }, + "pricing": [ + "freemium", + "onetime" + ], + "scriptSrc": "/wp-content/plugins/give/.+give\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "website": "https://givewp.com" + }, "Gladly": { "cats": [ 52,