042557aafa
Apply new limit to new users
...
I refactored the SubscribersFeature class so that it's easily
unit tested. Computing the subscribers count in the constructor
is better then computing it on every call to check().
[MAILPOET-2394]
2019-12-10 14:46:13 +00:00
a082e74003
Fix fetching form styles within Populator
...
[MAILPOET-2451]
2019-12-04 12:49:30 +00:00
aa129f5987
Use template for WooCommerce transactional emails
...
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
9a2dea5f37
Add Sudzy to MailPoetVendor namespace
...
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
5c212e7483
Add Paris to MailPoetVendor namespace
...
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
60889c53f4
Add Idiorm to MailPoetVendor namespace
...
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
4b649a0575
Fix types in mp2 migrator
...
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
86f700b84c
Fix types
...
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
9d26d3ef24
Display detailed stats only when premium initialized
...
[MAILPOET-2506]
2019-11-13 09:13:58 +00:00
a38d08eb7c
Create the WC transactional email only when it's first invoked [MAILPOET-2514]
2019-11-11 16:00:40 +00:00
b0ef65a1eb
Allow saving forms without name
...
[MAILPOET-2450]
2019-11-06 16:54:40 +00:00
7a960ff16e
Setup basic layout classes for block editor
...
[MAILPOET-2450]
2019-11-06 16:54:40 +00:00
e636562185
Remove old Setting model usage from Populator
...
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
d970dda637
Replace "new SettingsController()" with fetch from DI container
...
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
b55126ad1f
Remove data-post-id from the ClearNews template [MAILPOET-2497]
2019-10-28 16:18:48 +00:00
17ec220960
Fix serialization errors in integration tests (models are not serializable)
...
[MAILPOET-2501]
2019-10-24 20:18:59 +01:00
787cd8373a
Move data for GA to free
...
[MAILPOET-2397]
2019-10-23 17:34:07 +01:00
5d65a67072
Use one more temp table, use better indexes for inactives sync [MAILPOET-2392]
2019-10-16 13:55:01 +01:00
80f335fee3
Add dynamic segments page from Premium plugin
...
[MAILPOET-2382]
2019-10-09 13:36:24 +01:00
771f4b9d63
Move dynamic segment hooks from Premium plugin
...
[MAILPOET-2382]
2019-10-09 13:36:24 +01:00
e5e85344da
Move dynamic segment filters table from Premium plugin
...
[MAILPOET-2382]
2019-10-09 13:36:24 +01:00
f98ed72d83
Store the 'in_progress' flag for workers in a separate column [MAILPOET-2443]
2019-10-08 15:03:48 +01:00
8334fb445e
Integrate automatic emails populator from Premium plugin
...
[MAILPOET-2382]
2019-10-08 14:22:55 +01:00
c829be1a11
Move automatic email initialization from Premium plugin
...
[MAILPOET-2382]
2019-10-08 14:22:55 +01:00
b22b81e63a
Register hook to inject styles into WooCommerce settings page
...
[MAILPOET-2283]
2019-10-03 09:25:19 +01:00
86675dfd4f
Move Swiftmailer to vendor-prefixed
...
[MAILPOET-2363]
2019-10-02 09:30:49 +01:00
5214e93787
Add sniff for use empty line spacing, fix found occurences
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
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
8a5cd7c353
Remove intro
...
[MAILPOET-2402]
2019-10-01 14:17:37 +01:00
09efcf0934
Fix template thumbnail
...
[MAILPOET-2399]
2019-09-30 14:09:19 +01:00
f25a744a57
Move Simple text template to a correct category
...
[MAILPOET-2399]
2019-09-30 14:09:19 +01:00
a6db3dceed
Remove unused mailpoet cookie session
...
[MAILPOET-2343]
2019-09-25 19:53:52 +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
2ed3fe316b
Fix typo in SQL
...
[MAILPOET-2313]
2019-09-12 17:32:05 +02:00
75017d93ba
Reduce scheduling priority
...
[MAILPOET-2313]
2019-09-12 17:32:05 +02:00
f5eb7cb5a0
Use CHAR because the size is constant
...
[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
4edde1636f
Add link_token to subscribers table
2019-09-12 17:32:05 +02:00
952b9d7dd4
Initialise hooks early
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
0b96d13d1a
Allow emails from login screen
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
aa1b9157a4
Replace WordPress Mailer with our own implementation
...
[MAILPOET-2307]
2019-09-12 16:34:31 +02:00
674d8f9926
Use sender and reply-to settings for confirmation emails
...
[MAILPOET-2328]
2019-09-12 15:45:34 +02:00
c871efdb3e
Use CHAR instead of VARCHAR
...
[MAILPOET-2340]
2019-09-12 14:59:02 +02:00
01a0fe96c4
Remove no longer necessary checks
...
[MAILPOET-1948]
2019-09-12 13:59:32 +02:00
3d750c5bb8
Move post notification scheduling to service
...
[MAILPOET-2348]
2019-09-11 19:16:21 +01:00
2e72ba447d
Use numberFormatI18n()
2019-09-11 10:07:34 +01:00
4b79ae1801
Minor %s placeholder fix
2019-09-11 10:07:34 +01:00