6b6f488f1e
Schedule welcome email only if subscriber is confirmed in MPAPI [MAILPOET-1589]
2018-10-16 19:03:44 +03:00
c7f71663d9
Make templates payload smaller
...
[MAILPOET-1479]
2018-08-30 11:46:37 +02:00
ac33e11c60
Reject requests without mandatory custom fields
...
We need to make sure subscribers cannot be created without custom fields
Users require GDPR consent and we need to make sure there are no way to
create a subscriber without mandatory custom fields
[MAILPOET-1405]
2018-08-21 15:03:08 +02:00
3a2ee709eb
fix failing bridge tests
2018-07-19 10:13:48 +01:00
43a0d92d2f
fix tests
2018-07-19 10:13:48 +01:00
506c78d068
fix errors
2018-07-19 10:13:48 +01:00
0d461c2e30
add tests
2018-07-19 10:13:48 +01:00
9308cffd45
Refactor fetching newsletter options to respect its type [MAILPOET-1431]
2018-06-19 17:06:56 +02:00
9446e3cd50
Fix codeception deprecated call in API test
2018-06-19 16:07:10 +02:00
36e29581ef
Merge pull request #1389 from mailpoet/api-errors
...
Improve error reporting in API [MAILPOET-1290]
2018-06-18 14:35:42 -04:00
daeee55118
Update Codeception deprecated method calls
2018-06-15 10:35:51 +02:00
71fed489ec
Improve error reporting in API
...
[MAILPOET-1290]
2018-06-12 10:32:20 +01:00
7b665acae3
Prevents sending queue rerendering when post notification is updated
2018-05-27 21:59:58 -04:00
3e84a1f8e1
fixing translations
2018-05-23 21:32:59 +00:00
ec34a9efca
Merge pull request #1360 from mailpoet/mp1306
...
Newsletter template thumbnail redesign [MAILPOET-1306]
2018-05-23 07:06:06 -04:00
75bad97b10
Newsletter template thumbnail redesign
...
Redesigned the template selection screen to
look like the WordPress theme selector.
The main changes relate to:
* style changes, to achieve the new look
* jsx templates, to work with new css changes
* template, removed the description field
[MAILPOET-1306]
2018-05-22 10:23:07 +02:00
4da7ed44e5
Merge pull request #1352 from mailpoet/less-info
...
Returning only the id and email on form's response [MAILPOET-1370]
2018-05-17 06:59:10 -04:00
3c499d0626
retuning empty response on subscribe
2018-05-14 15:24:39 +00:00
582f241ea4
Add source to subscribed entered in admin
...
[MAILPOET-1377]
2018-05-14 13:55:47 +01:00
11b29a1efa
Add source to subscribed entered in admin
...
[MAILPOET-1377]
2018-05-14 13:55:47 +01:00
06dac13327
Merge pull request #1300 from mailpoet/archive-page-subject
...
Api/newsletter: Re-render email in queue on save [MAILPOET-1305]
2018-04-03 13:46:10 +03:00
662b033677
api/newsletters: Re-render newsletter with queue on save [MAILPOET-1305]
2018-03-27 19:24:59 +02:00
986cce4a92
Adds unit tests
2018-03-24 13:33:18 -04: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
78f9fea2b0
Sends welcome notifications when subscribing to lists via MP's API
...
[MAILPOET-1295]
2018-03-15 13:04:30 +00:00
be6647d763
Fix unit tests [MAILPOET-903]
2018-02-13 11:39:50 +03:00
7eb8ff756b
fixing Subscriber::bulkDelete not deleting subscribers assiciations
2018-02-02 12:43:34 +00:00
f42b61a49e
fixing unit test
2018-01-22 11:03:32 +00:00
0d26b62416
minor fixes
2018-01-22 11:03:31 +00:00
cae46d9acd
fixed duplicated templates when scheduling/sending same newsletter twice
2018-01-22 11:01:19 +00:00
a8052c118a
fixing minor issues and adding unit test
2018-01-15 10:46:07 +00:00
5d5b61b76f
Schedules welcome notification when adding/editing subscriber
2017-12-18 21:19:44 -05:00
4f77ca31a3
Rebased master
2017-11-13 12:41:46 -05:00
087f2ebcdd
Uses a built-in method to handle plural exception cases
...
Implements check for empty segments
Implements check for WP segment when unsubscribing
2017-11-13 10:12:50 -05:00
3d2a63f319
Adds methods to unsubscribe from list(s)
2017-11-13 10:12:50 -05:00
54dd3b621a
Improves error messages, cleans up code
2017-11-13 10:11:07 -05:00
7fea134109
Merge pull request #1183 from mailpoet/dynamic-segments-listings
...
Dynamic segments subscribers listings [PREMIUM-38] [PREMIUM-43]
2017-11-13 16:52:48 +03:00
6694555592
Adds method to get subscriber
2017-11-10 18:47:53 -05:00
00f2d418cc
Load subscribers from dynamic segments
...
[PREMIUM-38]
2017-11-09 10:11:47 +00:00
c42cf2f622
Switch to using current_user_can
function to check capabilities
2017-11-06 18:09:38 +02:00
3d78d6bbe9
Add a method to create a new list to public API [MAILPOET-1197]
2017-11-02 22:13:50 +03:00
996e6b16e7
Merge pull request #1142 from mailpoet/links
...
Enabling links on header and footer on preview [MAILPOET-1121]
2017-10-19 20:07:32 +03:00
0271675cd0
Use dynamic segments for sending queue
...
[PREMIUM-38]
2017-10-18 10:08:04 +01:00
19e67ea2b0
Enabling links on header and footer on preview
2017-10-11 12:45:07 +00:00
2c358ab179
Add progressive throttling of subscriptions from the same IP address [MAILPOET-1128]
2017-10-10 19:36:20 +03:00
8a91eb46e6
Fix the possibility of repeatedly submitting a form with an existing e-mail address [MAILPOET-1115]
2017-09-28 12:59:57 +01:00
119e574495
Prevents excluded post types from being displayed in newsletter editor
2017-09-25 19:45:33 -04:00
5526f315d2
Merge pull request #1115 from mailpoet/scheduled_newsletter_status_fix
...
Sets newsletter status to draft when it's unscheduled [MAILPOET-1060]
2017-09-21 16:32:12 +03:00
90a7bf5179
Adds back rendered subject clearing test
...
Removes duplicate line
2017-09-21 09:13:13 -04:00
6b16aa1692
Sets newsletter status to draft when it's unscheduled
2017-09-19 21:59:03 -04:00