From ab445c9066efcc0f953cf6855e229e2515af200d Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 3 Jun 2022 19:23:24 +0600 Subject: [PATCH 1/3] Add MailerLite / marketing automation --- .../webextension/images/icons/MailerLite.svg | 4 ++++ src/technologies/m.json | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 src/drivers/webextension/images/icons/MailerLite.svg diff --git a/src/drivers/webextension/images/icons/MailerLite.svg b/src/drivers/webextension/images/icons/MailerLite.svg new file mode 100644 index 000000000..b8cbb918e --- /dev/null +++ b/src/drivers/webextension/images/icons/MailerLite.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/m.json b/src/technologies/m.json index 22ea9e3bf..940039128 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -341,6 +341,25 @@ "scriptSrc": "/wp-content/plugins/mailchimp-for-wp/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", "website": "https://www.mc4wp.com" }, + "MailerLite": { + "cats": [ + 32 + ], + "description": "MailerLite is an email marketing tool and website builder for businesses of all shapes and sizes.", + "icon": "Mailgun.svg", + "dom": "link[href*='.mailerlite.com']", + "js": { + "MailerLiteObject": "" + }, + "scriptSrc": "\\.mailerlite\\.com/", + "saas": true, + "pricing": [ + "freemium", + "payg", + "recurring" + ], + "website": "https://www.mailerlite.com" + }, "Mailgun": { "cats": [ 75 From 3c887577576c73560aab3dddd9043b013e97d468 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 3 Jun 2022 19:29:18 +0600 Subject: [PATCH 2/3] fix icon --- src/technologies/m.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/m.json b/src/technologies/m.json index 940039128..7aeb05570 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -346,7 +346,7 @@ 32 ], "description": "MailerLite is an email marketing tool and website builder for businesses of all shapes and sizes.", - "icon": "Mailgun.svg", + "icon": "MailerLite.svg", "dom": "link[href*='.mailerlite.com']", "js": { "MailerLiteObject": "" From 5a89a8cc980360567162703d8688c2503d0b7e3a Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 3 Jun 2022 21:25:58 +0600 Subject: [PATCH 3/3] Add MailerLite plugin / WP plugin --- src/technologies/m.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/technologies/m.json b/src/technologies/m.json index 7aeb05570..fbadf36b1 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -360,6 +360,17 @@ ], "website": "https://www.mailerlite.com" }, + "MailerLite plugin": { + "cats": [ + 87 + ], + "description": "The official MailerLite signup forms plugin makes it easy to grow your newsletter subscriber list from your WordPress blog or website. The plugin automatically integrates your WordPress form with your MailerLite email marketing account.", + "icon": "MailerLite.svg", + "implies": "MailerLite", + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/woo-mailerlite/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "website": "https://ru.wordpress.org/plugins/official-mailerlite-sign-up-forms/" + }, "Mailgun": { "cats": [ 75