Skip to content

Commit

Permalink
add new plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
greta-mik committed Sep 19, 2024
1 parent cc2c991 commit c72af00
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,24 @@
"logo": "https://appmarket-media.omnisend.com/formidable_forms/formidable_forms_logo.svg",
"url": "https://wordpress.org/plugins/omnisend-for-formidable-forms-add-on/"
},
{
"slug": "omnisend-for-lifterlms-add-on",
"name": "Omnisend for LifterLMS Add-On",
"created_by": "Omnisend",
"category_id": "other",
"description": "Sends contacts, new subscribers, their courses & membership levels to Omnisend automatically from LifterLMS",
"logo": "https://appmarket-media.omnisend.com/LifterLMS/LifterLMS-image-75382fa163.png",
"url": "https://wordpress.org/plugins/omnisend-for-lifterlms-add-on/"
},
{
"slug": "omnisend-for-paid-memberships-pro-add-on",
"name": "Omnisend for Paid Memberships Pro Add-On",
"created_by": "Omnisend",
"category_id": "other",
"description": "Sends contacts, new subscribers & their membership levels to Omnisend automatically from Paid Memberships Pro",
"logo": "https://appmarket-media.omnisend.com/Paid_Memberships_Pro/Paid_Memberships_Pro-image-ed8ee53588.png",
"url": "https://wordpress.org/plugins/omnisend-for-paid-memberships-pro-add-on/"
},
{
"slug": "wp-fusion-lite",
"name": "WP Fusion Lite – Marketing Automation and CRM Integration for WordPress",
Expand Down
2 changes: 1 addition & 1 deletion omnisend/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Easily add Omnisend’s signup forms to your WordPress website and automatically

Omnisend’s plugin is easy to use, with a user-friendly interface that allows you to create and manage email campaigns in minutes. With Omnisend’s plugin, you can take your email marketing to the next level.

* Discover apps that’ll help you turn more visitors into loyal subscribers.
Discover apps that’ll help you turn more visitors into loyal subscribers.
* Ninja forms
* Gravity forms
* Formidable forms
Expand Down
18 changes: 18 additions & 0 deletions omnisend/src/app-market/static/plugins-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,24 @@ export const PLUGINS_DATA = {
logo: 'https://appmarket-media.omnisend.com/formidable_forms/formidable_forms_logo.svg',
url: 'https://wordpress.org/plugins/omnisend-for-formidable-forms-add-on/'
},
{
slug: 'omnisend-for-lifterlms-add-on',
name: 'Omnisend for LifterLMS Add-On',
created_by: 'Omnisend',
category_id: 'other',
description: 'Sends contacts, new subscribers, their courses & membership levels to Omnisend automatically from LifterLMS',
logo: 'https://appmarket-media.omnisend.com/LifterLMS/LifterLMS-image-75382fa163.png',
url: 'https://wordpress.org/plugins/omnisend-for-lifterlms-add-on/'
},
{
slug: 'omnisend-for-paid-memberships-pro-add-on',
name: 'Omnisend for Paid Memberships Pro Add-On',
created_by: 'Omnisend',
category_id: 'other',
description: 'Sends contacts, new subscribers & their membership levels to Omnisend automatically from Paid Memberships Pro',
logo: 'https://appmarket-media.omnisend.com/Paid_Memberships_Pro/Paid_Memberships_Pro-image-ed8ee53588.png',
url: 'https://wordpress.org/plugins/omnisend-for-paid-memberships-pro-add-on/'
},
{
slug: 'wp-fusion-lite',
name: 'WP Fusion Lite – Marketing Automation and CRM Integration for WordPress',
Expand Down

0 comments on commit c72af00

Please sign in to comment.