|
0e964de6d4
|
Move nesbot/carbon to vendor-prefixed
[MAILPOET-2560]
|
2019-12-15 21:55:48 +00:00 |
|
|
60889c53f4
|
Add Idiorm to MailPoetVendor namespace
[MAILPOET-2545]
|
2019-11-27 12:38:20 +00:00 |
|
|
8f029d8308
|
Remove unneeded non-DI fallbacks
[MAILPOET-2515]
|
2019-11-14 10:02:28 +00:00 |
|
|
40c87d50fe
|
Remove old Setting model from integration tests
[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 |
|
|
cb3a7ed8bc
|
Update tests [MAILPOET-2392]
|
2019-10-16 13:55:01 +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 |
|
|
7dba4d900c
|
Rename Subscription\Url to Subscription\SubscriptionUrlFactory
[MAILPOET-2381]
|
2019-09-25 10:29:20 +01:00 |
|
|
653dbe5783
|
Remove aspect mock from Confirmation mailer test
[MAILPOET-2381]
|
2019-09-25 10:29:20 +01:00 |
|
|
ab63bde9ed
|
Add LinkTokens service
[MAILPOET-2340]
|
2019-09-24 14:40:22 +01:00 |
|
|
3dcde4170e
|
Add meta when sending new subscriber notifications
[MAILPOET-2333]
|
2019-09-22 10:58:17 +02:00 |
|
|
eebe6e828f
|
Add meta when sending confirmation emails
[MAILPOET-2333]
|
2019-09-22 10:58:17 +02:00 |
|
|
d6d9885a1e
|
Add link_token for new subscribers during import
[MAILPOET-2364]
|
2019-09-17 17:47:57 +02:00 |
|
|
a71e7ff1eb
|
Update integration tests
[MAILPOET-2328]
|
2019-09-12 15:45:34 +02:00 |
|
|
25ddc80a9a
|
Optimize SQL query using temporary table
|
2019-08-27 16:46:46 -04:00 |
|
|
c547d348e0
|
Fix tests
[MAILPOET-2187]
|
2019-08-20 13:09:35 -04:00 |
|
|
1eecd65b3e
|
Add unsubscribe token to new subscribers and newsletters
|
2019-07-31 16:50:44 -04:00 |
|
|
1aa03dc80e
|
Use last_subscribed_at for inactive subscribers detection
[MAILPOET-1993]
|
2019-07-23 09:57:46 -04:00 |
|
|
0b40475e7a
|
Set last_subscribed_at within subscribers import
[MAILPOET-1993]
|
2019-07-23 09:57:46 -04:00 |
|
|
7f40e5b512
|
Clean up unused imports [MAILPOET-2208]
|
2019-07-19 08:54:50 -04:00 |
|
|
62a7d17582
|
Prevent showing mailer errors to subscribers
[MAILPOET-2120]
|
2019-06-26 11:21:12 -04:00 |
|
|
f86c0c9612
|
Refactor authorized emails validation from Bridge to Controller
[MAILPOET-2022]
|
2019-06-03 12:54:24 -04:00 |
|
|
8f79d01334
|
Fix coding style errors
[MAILPOET-1987]
|
2019-05-21 09:58:29 -04:00 |
|
|
ced9c549f6
|
Prevent sending confirmation emails when address is unauthorized
[MAILPOET-1987]
|
2019-05-21 09:58:29 -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 |
|
|
b9af15e19f
|
Enforce array trailling commas
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
296ad974d8
|
Improve readability of inactive subscribers controller test
[MAILPOET-2040]
|
2019-05-15 07:26:46 -04:00 |
|
|
02ead5bedc
|
Reactivate subscribers created before recent MP2 migration
[MAILPOET-2040]
|
2019-05-15 07:26:46 -04:00 |
|
|
279289cb34
|
Do not deactivate subscribers when mp2 migration completed recently
[MAILPOET-2040]
|
2019-05-15 07:26:46 -04:00 |
|
|
2fd244528d
|
Move assorted tests from integration to unit [MAILPOET-2009]
|
2019-05-03 08:41:05 -04:00 |
|
|
f2e0dc7d2f
|
Refactor URL helper to DI and move its test to unit [MAILPOET-2009]
|
2019-05-03 08:41:05 -04:00 |
|
|
f5d154d680
|
Reactivate all inactive subscribers when inactive interval is set to never
[MAILPOET-2003]
|
2019-04-25 11:41:02 -04:00 |
|
|
a8584523d3
|
Consider also confirmed_at for subscribers deactivation
[MAILPOET-1791]
|
2019-04-22 10:58:13 -04:00 |
|
|
7b433a4273
|
Add reactivation of recently active subscribers
[MAILPOET-1791]
|
2019-04-22 10:58:13 -04:00 |
|
|
9edace78f0
|
Add inactive subscribers deactivation
[MAILPOET-1971]
|
2019-04-22 10:58:13 -04:00 |
|
|
46a0b7501b
|
Update phpstan to level 5
[MAILPOET-1969]
|
2019-04-10 09:55:13 -04:00 |
|
|
6493f7ceb4
|
Validate only fields in form
[MAILPOET-1828]
|
2019-04-08 10:35:20 -04:00 |
|
|
2330532f35
|
Use default sender
[MAILPOET-1868]
|
2019-03-12 07:35:00 -04:00 |
|
|
fb77167a1f
|
Remove unused imports [MAILPOET-1825]
|
2019-02-21 09:51:53 -05:00 |
|
|
7528f0f52b
|
Move subscribe() method to a separate class an make it non-static [MAILPOET-1825]
|
2019-02-21 09:51:53 -05:00 |
|
|
3ee58aea10
|
Add space between if and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
a935b091d3
|
Add space between elseif/else if and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
9e9561e576
|
Add space between catch 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 |
|
|
fba2914392
|
Add space between for and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
90d369a721
|
Fix fatal error with confirmation email sending thru MP API
[MAILPOET-1801]
|
2019-02-11 11:14:35 -05:00 |
|
|
ce7ad292b8
|
Refactor MailPoet\Subscribers, Subscription to use new settings
[MAILPOET-1757]
|
2019-01-31 15:57:58 +01:00 |
|