|
986cce4a92
|
Adds unit tests
|
2018-03-24 13:33:18 -04:00 |
|
|
511e07455f
|
Fix migration task to be done only when one hasn't been done
[MAILPOET-1333]
|
2018-03-21 11:21:23 +02:00 |
|
|
5cb39b9bf9
|
Removes comment that triggers a lint warning
|
2018-03-20 16:41:36 -04:00 |
|
|
d317eb4fbd
|
Adds unit test
|
2018-03-20 16:30:28 -04:00 |
|
|
a5782a32bc
|
Merge pull request #1310 from mailpoet/tracked_url_shortcodes
Processes shortcodes in tracked URLs [MAILPOET-1329]
|
2018-03-20 15:10:34 +02:00 |
|
|
a3cabad752
|
Merge pull request #1268 from mailpoet/sending_queue_refactoring
Refactor sending queues to use scheduled task and task subscriber tables [MAILPOET-903]
|
2018-03-20 08:47:26 -04:00 |
|
|
985e3a9a68
|
Merge pull request #1303 from mailpoet/automatic-block-defaults
Widgets in designer: save previous settings [MAILPOET-1304]
|
2018-03-19 12:42:46 +02:00 |
|
|
58f92045c0
|
Processes shortcodes in tracked URLs
|
2018-03-16 13:00:34 -04:00 |
|
|
82ec8d7ef9
|
adding tests
|
2018-03-16 15:31:29 +01:00 |
|
|
78f9fea2b0
|
Sends welcome notifications when subscribing to lists via MP's API
[MAILPOET-1295]
|
2018-03-15 13:04:30 +00:00 |
|
|
05dcaeba76
|
editor: Store and load blockDefaults in newsletter data
|
2018-03-15 11:23:55 +01:00 |
|
|
fbfcfcc85b
|
editor: Save button, divider defaults by its context of usage
|
2018-03-15 11:23:55 +01:00 |
|
|
8582c19ac0
|
editor: Update block defaults for ALC changes
|
2018-03-15 11:23:55 +01:00 |
|
|
c7e83377ba
|
editor: Update blockDefaults for posts on change
|
2018-03-15 11:23:55 +01:00 |
|
|
f6374d0602
|
editor: Update defaults in social block and use stored defaults for new social block
|
2018-03-15 11:23:54 +01:00 |
|
|
1df25aef76
|
editor: Disable update blockDefaults for texts and images
|
2018-03-15 11:23:54 +01:00 |
|
|
3a8b64e11c
|
editor: Omit text property from block defaults for header and footer
|
2018-03-15 11:23:54 +01:00 |
|
|
1d9b4839f7
|
editor: Update config blockDefaults by latest used value per type
|
2018-03-15 11:23:54 +01:00 |
|
|
4177701044
|
Merge pull request #1282 from mailpoet/screenshot
fixing the screenshot issue [MAILPOET-1276]
|
2018-03-14 12:52:29 +02:00 |
|
|
057f0376a5
|
Adds unit test
|
2018-03-13 11:28:25 +00:00 |
|
|
b9c31698d5
|
moving subscribers fetching logic into a separated class.
|
2018-03-08 18:01:56 +01:00 |
|
|
46493b991c
|
Checking invalid emails on the input [MAILPOET-1288]
|
2018-03-06 19:54:44 +01:00 |
|
|
3d43970fdc
|
Revert "Checking invalid emails on the input [MAILPOET-1288]"
|
2018-03-06 13:24:42 +00:00 |
|
|
afed408297
|
Synchronize segments removes updated/inserted subscribers with invalid emails MAILPOET-1288
|
2018-03-06 09:15:37 +01:00 |
|
|
39212a30e8
|
Merge pull request #1293 from mailpoet/redirect-to-404-403-MAILPOET-782
Show WP's 404/403 page instead of displaying a blank page [MAILPOET-782]
|
2018-03-05 11:16:43 -05:00 |
|
|
b7e492e20e
|
endpoints/track: Exit with 403 code and eventually display 403 page when subscriber token doesn't match [MAILPOET-782]
|
2018-03-03 16:46:01 +01:00 |
|
|
734d1ded1f
|
Check processed subscribers for old and new queues differently [MAILPOET-903]
|
2018-03-01 21:17:51 +03:00 |
|
|
e0f989f6a8
|
Revert "Migrate subscribers for all tasks types [MAILPOET-903]"
This reverts commit f1f69c9835 .
|
2018-03-01 21:17:40 +03:00 |
|
|
99edc35b08
|
Handle bulk operations on subscribers filtered by dynamic segments
[PREMIUM-69]
|
2018-02-28 17:12:56 +00:00 |
|
|
f1f69c9835
|
Migrate subscribers for all tasks types [MAILPOET-903]
|
2018-02-28 11:21:23 +03:00 |
|
|
03015c0bde
|
Fix code review syntax remarks [MAILPOET-903]
|
2018-02-26 16:30:53 +03:00 |
|
|
ef5d777fac
|
fixing tests
|
2018-02-23 15:23:37 +01:00 |
|
|
0d69b05ac0
|
Removes option to group by lists during export
|
2018-02-19 09:53:34 +00:00 |
|
|
b5b0a02ea4
|
Removes option to export only confirmed subscribers
|
2018-02-16 14:46:34 +00:00 |
|
|
3c43c04586
|
Imports all new subscribers with subscribed status as default
|
2018-02-16 14:46:34 +00:00 |
|
|
e87134eca4
|
Adds IP address field to export
|
2018-02-16 14:46:34 +00:00 |
|
|
c8f334d782
|
Prevents overwriting global subscription status
|
2018-02-16 14:46:34 +00:00 |
|
|
7cf63965a0
|
Adds distinction between global and list status
Exports subscribers with any list status
Limits "confirmed only" option to global status
|
2018-02-16 14:46:34 +00:00 |
|
|
b9546b61a8
|
Fix acceptance tests, update counters [MAILPOET-903]
|
2018-02-14 19:57:14 +03:00 |
|
|
606177baaf
|
Fix daemon ping timeout in tests [MAILPOET-903]
|
2018-02-14 01:29:14 +03:00 |
|
|
9d4f996a6a
|
[MAILPOET-1263] Force user to create ALC block for post notification
|
2018-02-13 23:01:29 +01:00 |
|
|
84dfa88a1a
|
Don't load subscriber IDs in memory when preparing tasks from static segments [MAILPOET-903]
|
2018-02-13 20:36:01 +03:00 |
|
|
4c0f5bb456
|
Add new unit tests [MAILPOET-903]
|
2018-02-13 11:39:50 +03:00 |
|
|
be6647d763
|
Fix unit tests [MAILPOET-903]
|
2018-02-13 11:39:50 +03:00 |
|
|
99732ac14d
|
Remove beta migrations [MAILPOET-903]
|
2018-02-13 11:39:50 +03:00 |
|
|
a754cfaa52
|
limitting the recently sent templates to 12
|
2018-02-09 16:43:40 +00:00 |
|
|
e09acbe649
|
Merge pull request #1258 from mailpoet/stats-segmentation
Return error code for duplication errors [PREMIUM-42]
|
2018-02-05 21:10:54 -05:00 |
|
|
aaaf49d071
|
Merge pull request #1256 from mailpoet/bugfix
fixing Segment::bulkDelete not deleting subscribers assiciations [MAILPOET-1287]
|
2018-02-05 17:53:04 +03:00 |
|
|
8ff28fd974
|
Return error code for duplication errors
[PREMIUM-42]
|
2018-02-05 14:34:15 +00:00 |
|
|
126b37f2bb
|
Merge pull request #1257 from mailpoet/scheduled_emails_to_dynamic_segments_fix
Fix sending of scheduled standard emails to dynamic segments [MAILPOET-1286]
|
2018-02-05 11:25:30 +01:00 |
|