Skip to content
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
21 changes: 21 additions & 0 deletions .github/workflows/asset-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Plugin asset/readme update

on:
push:
branches:
- master

jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: wemail
IGNORE_OTHER_FILES: true
Binary file added .wordpress-org/banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions .wordpress-org/blueprints/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "weMail - Email Marketing Plugin for WordPress",
"author": "wedevs"
},
"plugins": [
"wemail"
],
"features": {
"networking": true
},
"login": true,
"landingPage": "/wp-admin/",
"preferredVersions": {
"php": "7.4",
"wp": "latest"
}
}
Binary file added .wordpress-org/icon-128x128.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-256x256.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-10.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-13.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-14.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-6.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-8.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
=== weMail – Email Marketing, Newsletter Builder & Email Automations for WooCommerce ===
=== weMail – Email Marketing, Newsletters Builder & Email Automations for WooCommerce ===
Contributors: tareq1988, nizamuddinbabu, wedevs, wemail
Donate link: https://getwemail.io
Tags: Email Marketing, email newsletter, email automation, subscribers, woocommerce emails
Tags: newsletters, email newsletter, autoresponder, email automation, drip email
Requires at least: 5.6
Tested up to: 6.8.3
Stable tag: 2.1.5
Requires PHP: 7.4
License: GPLv2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html

Email marketing, newsletter & email automation for WordPress. Manage WooCommerce emails & build email newsletter campaigns with weMail.
Email marketing, newsletters & email automation for WordPress. Manage WooCommerce emails & build email newsletter campaigns with weMail.
== Description ==
Most email marketing platforms treat WordPress as an afterthought. weMail is built differently: it delivers professional-grade email marketing natively inside your WordPress dashboard, without the complexity or the runaway cost.

Expand Down Expand Up @@ -65,7 +65,7 @@ Trigger-based automation fires campaigns the moment conditions are met: list sig

**Core automation capabilities:**

**Drip sequences:** a series of emails over days or weeks — an introduction on day one, a walkthrough on day three, a case study on day seven, an offer on day fourteen — mapped visually in the node-based builder.
**Drip email sequences:** a series of emails over days or weeks — an introduction on day one, a walkthrough on day three, a case study on day seven, an offer on day fourteen — mapped visually in the node-based builder.

**Welcome email:** every new subscriber gets a personalized onboarding email immediately, your highest-opened touchpoint, with tailored content or an introductory offer.

Expand Down
Loading