Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak - Mailchimp and Mailerlite into module #1308

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 34 additions & 34 deletions assets/extensions-json/sections/all_extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,23 +135,6 @@
"demo_video_url": "pcwPjCt7N2I",
"popular_rank": 8
},
{
"title": "Mailchimp",
"slug": "everest-forms-mailchimp",
"name": "Everest Forms Mailchimp",
"image": "extensions-json/sections/images/mailchimp.png",
"excerpt": "Allows your users to subscribe to Mailchimp through form submissions. Users filling up the forms can be directly added to your subscribers list in Mailchimp.",
"link": "https://docs.everestforms.net/docs/mailchimp/?utm_source=dashboard-all-feature&utm_medium=card-documentation-link",
"released_date": "10/08/2018",
"plan": [
"personal",
"agency",
"themegrill agency"
],
"setting_url": "admin.php?page=evf-settings&tab=integration&section=mailchimp",
"demo_video_url": "FhFsHdAIXwE",
"popular_rank": 6
},
{
"title": "User Registration",
"slug": "everest-forms-user-registration",
Expand Down Expand Up @@ -424,23 +407,6 @@
"demo_video_url": "6b9q89cUMzE",
"popular_rank": 25
},
{
"title": "MailerLite",
"slug": "everest-forms-mailerlite",
"name": "Everest Forms MailerLite",
"image": "extensions-json/sections/images/mailerlite.png",
"excerpt": "Allows your users to subscribe to MailerLite through form submission via Everest Forms.",
"link": "https://docs.everestforms.net/docs/mailerlite/?utm_source=dashboard-all-feature&utm_medium=card-documentation-link",
"released_date": "15/07/2020",
"plan": [
"personal",
"agency",
"themegrill agency"
],
"setting_url": "admin.php?page=evf-settings&tab=integration&section=mailerlite",
"demo_video_url": "CpqVgycDx_8",
"popular_rank": 27
},
{
"title": "Advanced Form Analytics",
"slug": "everest-forms-form-analytics",
Expand Down Expand Up @@ -838,6 +804,40 @@
],
"setting_url": "admin.php?page=evf-settings&tab=integration&section=airtable",
"demo_video_url": ""
},
{
"title": "MailerLite",
"slug": "everest-forms-mailerlite",
"name": "Everest Forms MailerLite",
"image": "extensions-json/sections/images/mailerlite.png",
"excerpt": "Allows your users to subscribe to MailerLite through form submission via Everest Forms.",
"link": "https://docs.everestforms.net/docs/mailerlite/?utm_source=dashboard-all-feature&utm_medium=card-documentation-link",
"released_date": "15/07/2020",
"plan": [
"personal",
"agency",
"themegrill agency"
],
"setting_url": "admin.php?page=evf-settings&tab=integration&section=mailerlite",
"demo_video_url": "CpqVgycDx_8",
"popular_rank": 27
},
{
"title": "Mailchimp",
"slug": "everest-forms-mailchimp",
"name": "Everest Forms Mailchimp",
"image": "extensions-json/sections/images/mailchimp.png",
"excerpt": "Allows your users to subscribe to Mailchimp through form submissions. Users filling up the forms can be directly added to your subscribers list in Mailchimp.",
"link": "https://docs.everestforms.net/docs/mailchimp/?utm_source=dashboard-all-feature&utm_medium=card-documentation-link",
"released_date": "10/08/2018",
"plan": [
"personal",
"agency",
"themegrill agency"
],
"setting_url": "admin.php?page=evf-settings&tab=integration&section=mailchimp",
"demo_video_url": "FhFsHdAIXwE",
"popular_rank": 6
}
]
}
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Dev - Drip module compatibility.
* Dev - Telegram integration compatibility.
* Dev - Constant contact and PipeDrive compatibility.
* Dev - Mailchimp and Mailerlite compatibility.

= 3.0.1 - 03-07-2024
* Feature - Import entries in our form using csv file.
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/wpeverest/eve
* Dev - Drip module compatibility.
* Dev - Telegram integration compatibility.
* Dev - Constant contact and PipeDrive compatibility.
* Dev - Mailchimp and Mailerlite compatibility.

= 3.0.1 - 03-07-2024
* Feature - Import entries in our form using csv file.
Expand Down
Loading