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

Feature - Brevo module compatibility #1289

Merged
merged 6 commits into from
Jul 25, 2024
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
34 changes: 17 additions & 17 deletions assets/extensions-json/sections/all_extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,23 +425,6 @@
"demo_video_url": "GSYQIiyntW0",
"popular_rank": 24
},
{
"title": "Sendinblue",
"slug": "everest-forms-sendinblue",
"name": "Everest Forms Sendinblue",
"image": "extensions-json/sections/images/sendinblue.png",
"excerpt": "Allows your users to subscribe to Sendinblue through form submissions. Users filling up the forms can be directly added to your subscribers list in Sendinblue.",
"link": "https://docs.everestforms.net/docs/sendinblue/?utm_source=dashboard-all-feature&utm_medium=card-documentation-link",
"released_date": "26/09/2022",
"plan": [
"personal",
"agency",
"themegrill agency"
],
"setting_url": "admin.php?page=evf-settings&tab=integration&section=sendinblue",
"demo_video_url": "NRRDY1ag6Sk",
"popular_rank": 26
},
{
"title": "ActiveCampaign",
"slug": "everest-forms-activecampaign",
Expand Down Expand Up @@ -759,6 +742,23 @@
],
"setting_url": "admin.php?page=evf-settings&tab=integration&section=onepagecrm",
"demo_video_url": "42EUj-Dlnr0"
},
{
"title": "Brevo",
"slug": "everest-forms-brevo",
"name": "Everest Forms Brevo",
"image": "extensions-json/sections/images/brevo.webp",
"excerpt": "Connect newsletters, SMTP, marketing automation, and all your CRM tools in one place with Brevo integration (formerly Sendinblue) for Everest Forms.",
"link": "https://docs.everestforms.net/docs/sendinblue/?utm_source=dashboard-all-feature&utm_medium=card-documentation-link",
"released_date": "26/09/2022",
"plan": [
"personal",
"agency",
"themegrill agency"
],
"setting_url": "admin.php?page=evf-settings&tab=integration&section=sendinblue",
"demo_video_url": "NRRDY1ag6Sk",
"popular_rank": 26
}
]
}
Binary file added assets/extensions-json/sections/images/brevo.webp
Binary file not shown.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

= 3.0.2 - xx-xx-2024
* Feature - Enable minimum time for form submission.
* Tweak - Brevo module 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 @@ -310,6 +310,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/wpeverest/eve

= 3.0.2 - xx-xx-2024
* Feature - Enable minimum time for form submission.
* Tweak - Brevo module compatibility.

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