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
3c96187f63
Update some templates
2019-02-13 07:00:36 -05:00
9ce086f949
Add new templates [MAILPOET-1671]
2019-02-13 07:00:36 -05:00
6e79705128
Refactor MailPoet\Config to use new settings
...
[MAILPOET-1757]
2019-01-31 15:57:58 +01:00
195efad742
Add stats notifications settings
...
[MAILPOET-1571]
2019-01-28 10:56:01 +01:00
d2bfd75605
Merge pull request #1736 from mailpoet/woocommerce-list
...
Add WooCommerce customers list [MAILPOET-1721]
2019-01-24 10:55:33 -05:00
a4ff9822ad
Add WooCommerce customers list [MAILPOET-1721]
2019-01-17 21:42:57 +03:00
a2e6ffbece
Add new templates [MAILPOET-1572]
2018-12-24 16:31:43 +01:00
bc5b896e67
Merge pull request #1625 from mailpoet/default-form
...
Create a default form [MAILPOET-1449]
2018-11-15 09:08:00 -05:00
60a5fe2732
Remove unused parameters & variabeles, fix calls with wrong number of args
2018-11-15 11:41:04 +01:00
ad85c7e4b1
Create a default form
...
[MAILPOET-1449]
2018-11-15 09:00:10 +01:00