ade1cc4d8e
Autofix alphabetically sorted use statements
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
1b5b9d89ff
Autofix namespace declaration spacing
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
1dd0c4ec70
Add Blank category to templates
...
[MAILPOET-2345]
2019-09-22 10:45:46 +02:00
5e5c744c3d
Create WC transactional email
...
[MAILPOET-2280]
2019-09-22 10:34:06 +02:00
ec3b5ca1e3
Optimize the SQL query
...
[MAILPOET-2313]
2019-09-12 17:32:05 +02:00
75017d93ba
Reduce scheduling priority
...
[MAILPOET-2313]
2019-09-12 17:32:05 +02:00
36322978ae
Add Cron task to generate link_tokens for existing subscribers
2019-09-12 17:32:05 +02:00
674d8f9926
Use sender and reply-to settings for confirmation emails
...
[MAILPOET-2328]
2019-09-12 15:45:34 +02:00
01a0fe96c4
Remove no longer necessary checks
...
[MAILPOET-1948]
2019-09-12 13:59:32 +02:00
8b9c460301
Add translated text for default WC checkbox
...
[MAILPOET-2207]
2019-08-23 15:00:13 -04:00
3810e33742
Update the default list name
...
[MAILPOET-2198]
2019-08-21 08:06:15 -04:00
87882d8cc0
Update forms messages when settings change
2019-08-15 16:28:24 +01:00
25048e17b4
Add referral id detection on install and update
...
[MAILPOET-2203]
2019-08-12 11:12:33 +02:00
82661248f3
Restore the captcha page in Populator [MAILPOET-2242]
2019-08-01 11:13:36 -04:00
1600e4c5ee
Add unsubscribe token to existing subscribers and newsletters
2019-07-31 16:50:44 -04:00
74ae7adf8d
Populate stats notifications for auto emails
...
[MAILPOET-1859]
2019-07-29 09:01:22 -04:00
0353f8e8b1
Move entities to lib/entities and use "Entity" suffix
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
c71bf4833c
Rewrite UserFlag entity to Doctrine
...
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
b3546bfba4
Add migration to fill last_subscribed_at for old subscribers
...
[MAILPOET-1993]
2019-07-23 09:57:46 -04:00
7788aebe83
Fix minor PR remarks [MAILPOET-2015]
...
Reuse updateCaptcha() function
Inject Captcha class using DI
Add no-cache headers to captcha image
Fix an error when accessing the captcha page directly
Edit the line in settings regarding missing dependencies
2019-07-23 08:37:46 -04:00
b174a55d07
Handle captcha during subscription [MAILPOET-2015]
2019-07-23 08:37:46 -04:00
08af443c1f
Add captcha page [MAILPOET-2015]
2019-07-23 08:37:46 -04:00
f8ea514887
Update the captcha setting [MAILPOET-2015]
2019-07-23 08:37:46 -04:00
a6346cad8e
Remove uneeded require
2019-06-27 08:38:33 -04:00
5ae402bcab
Add Populator to DI
2019-06-27 08:38:33 -04:00
7fba1be402
Fix code style and add checks
2019-06-27 08:38:33 -04:00
232ef05e81
Schedule the task
2019-06-27 08:38:33 -04:00
ac54e198bf
Add test
2019-06-27 08:38:33 -04:00
d980f9e3f4
Update last announcement date automatically
2019-06-27 08:38:33 -04:00
67b90ca228
Schedule authorized emails check on update
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
879a36e0f2
Rename translation functions
2019-05-21 09:04:00 -04:00
12ff88ee21
Add rule for operator spacing
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
5da7110eb6
Use short array syntax
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
9f16cb6a5f
Check for unused privates
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
b9af15e19f
Enforce array trailling commas
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
213fb4c1d8
Add a migration to fix meta fields [MAILPOET-2073]
2019-05-14 10:06:47 -04:00
937b0229e5
Disable automatic message updating temporary
2019-05-07 11:23:55 -04:00
8da9a5f887
Improve migration and tests
2019-05-07 11:23:55 -04:00
b35f583ec6
Migrate default messages of existing forms [MAILPOET-1636]
2019-05-07 11:23:55 -04:00
3a34d28daa
Use encapsulated WP functions, remove some nesting [MAILPOET-1483]
2019-04-29 09:33:12 -04:00
41212d8a6f
Add WooCommerce opt-in on checkout settings [MAILPOET-1483]
2019-04-29 09:33:12 -04:00
b04e235171
Add initial scheduling of inactive subscribers check
...
[MAILPOET-1791]
2019-04-22 10:58:13 -04:00
d31a3ae1e9
Fix the order
...
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
e33bb7dab6
Reorder templates
...
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
e4b9fa07ca
Add new templates
...
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
114a8281a9
Fix tests, code typos and style
2019-03-21 10:03:21 -04:00
afe7aa0a54
Move user flags from settings [MAILPOET-1677]
2019-03-21 10:03:21 -04:00
0a436087e1
Replace all WP function calls
2019-03-07 08:30:14 -05:00
3ee58aea10
Add space between if and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
ebbdec5ebd
Add space between foreach and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00