Commit Graph

99 Commits

Author SHA1 Message Date
Pavel Dohnal
654dd1e8d0 Rename Send classes
[MAILPOET-1522]
2018-10-15 13:06:19 +02:00
Pavel Dohnal
d01805a911 Add default notification email
[MAILPOET-1522]
2018-10-15 11:18:53 +02:00
Pavel Dohnal
4249c7a2cb Send an email notification on new subscriber
[MAILPOET-1522]
2018-10-11 10:23:06 +02:00
Pavel Dohnal
fbe2f72706 Add settings for new subscriber email notifications
[MAILPOET-1505]
2018-10-11 10:23:06 +02:00
Pavel Dohnal
f6bf32de01 Ensure the right order
[MAILPOET-1480]
2018-09-19 14:40:21 +02:00
Pavel Dohnal
7d98de521d Add woocommerce templates
[MAILPOET-1480]
2018-09-19 14:39:01 +02:00
Pavel Dohnal
31f0a62a7a Add Notifications templates
[MAILPOET-1480]
2018-09-19 14:39:01 +02:00
Pavel Dohnal
44c1d865ba Add Welcome email templates
[MAILPOET-1480]
2018-09-19 14:39:01 +02:00
Pavel Dohnal
bcb9f3cc86 Add new Email Templates for Newsletters
[MAILPOET-1480]
2018-09-19 14:39:00 +02:00
Pavel Dohnal
4515cb345b Remove old templates
[MAILPOET-1480]
2018-09-19 14:39:00 +02:00
Pavel Dohnal
603062f23e Set source for existing subscribers
[MAILPOET-1377]
2018-05-14 15:56:36 +01:00
Vlad
3e432d7b5d Changes method visibility to allow extending class 2018-04-11 19:03:02 -04:00
stoletniy
99732ac14d Remove beta migrations [MAILPOET-903] 2018-02-13 11:39:50 +03:00
Amine Ben hammou
6e94db24a2 minor fixes 2018-01-15 12:43:48 +00:00
Amine Ben hammou
d2d1657cb2 added re-captcha settings to database 2018-01-15 10:46:05 +00:00
Pavel Dohnal
b107be3241 Use website language when running populator
[MAILPOET-1233]
2017-12-06 19:51:09 -05:00
Vlad
b0343254c0 Renames db version setting value 2017-09-11 10:05:09 -04:00
Vlad
98482cebf9 Uses plugin's settings to store DB version 2017-09-10 16:31:36 -04:00
Pavel Dohnal
0a4dc3eb38 Skip all migration on empty db 2017-08-17 12:58:33 +02:00
Pavel Dohnal
f035d12aaf Skip migration on empty db 2017-08-17 11:55:51 +02:00
Vlad
7a2aaa86cf Tests that populator method is not run for versions below
3.0.0-beta.36.2.1
2017-07-11 14:26:29 +01:00
Vlad
394118f113 Adds sent_at column to the newsletters table
Modifies populator to update existing newsletters' sent_at field
2017-07-07 11:05:33 -04:00
stoletniy
3e40f768b4 Add migration of simple scheduled tasks [MAILPOET-940] 2017-07-05 17:12:34 +03:00
Pavel Dohnal
6723a563ed Add yoga studio thumb
[MAILPOET-922]
2017-06-28 11:27:33 +01:00
Pavel Dohnal
334b119bb3 Add News Day template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
ed0b2e6231 Add Coffee Shop template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
ad7ad05ec7 Add Travel Nomads template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
bfba6d459c Add Faith template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
344eecbf11 Add Chocolate Store template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
14dc022d2d Add Science Weekly template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
eff75cce94 Add Piece Of Cake template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
51084fc57d Add Piece Of Cake template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
298270f86c Add Festival Event template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
fe6d5d1523 Add Take a Hike template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
3cceb32ec1 Add Kick-Off template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
c8251a3bcd Add Discount template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
58888505b5 Add Food box template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
558c493dd7 Add World Cup template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
8cdb7d77f6 Add App Welcome template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
539e6d3ee1 Add Burger Joint template
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Pavel Dohnal
c9a0939ddd Remove old templates
[MAILPOET-922]
2017-06-28 10:57:15 +01:00
Tautvidas Sipavičius
a071a14eec Update only those queries, for which conversion will yield correct char
lengths
2017-05-24 15:45:12 +03:00
stoletniy
5ae006b10f Update plugin version [MAILPOET-748] 2017-05-24 15:45:12 +03:00
Tautvidas Sipavičius
9d21ebd26e Fix a comment. UTF8MB4 is a superset of UTF8 2017-05-24 15:45:12 +03:00
Tautvidas Sipavičius
fcff6de3c3 Skip conversion for charset utf8 -> utf8mb4 2017-05-24 15:45:12 +03:00
Tautvidas Sipavičius
a6eb1b06da Add connection charset sync with WP and convert existing data to it 2017-05-24 15:45:12 +03:00
Tautvidas Sipavičius
64606e69cf Fix Populator to update existing newsletter templates and remove duplicates 2017-02-21 15:46:28 +02:00
Tautvidas Sipavičius
9f7ae122e3 Add missing periods to translation strings 2017-01-30 21:33:59 +02:00
Alexey Stoletniy
b7ef191641 Remove leading slashes in imports [MAILPOET-764] 2017-01-25 10:22:27 +03:00
Vlad
57dff5ff00 - Corrects code comments
- Resets mailer log on each run
2016-11-28 09:50:32 -05:00