Commit Graph

5329 Commits

Author SHA1 Message Date
d6749a591f release 3.6.3 3.6.3 2018-03-28 14:51:20 +00:00
251198cf9c Merge pull request #1317 from mailpoet/scheduled_sending_fix
Fixes issues associated with scheduling/rescheduling of newsletters [MAILPOET-1338]
2018-03-28 14:57:26 +03:00
ffb6243614 Merge pull request #1318 from mailpoet/segment-newsletters-fix
Fix segments newsletters sending [MAILPOET-1340]
2018-03-28 07:52:46 -04:00
0d11416f4e Ignore duplicities when adding subscribers tasks
[MAILPOET-1340]
2018-03-28 08:34:27 +01:00
662b033677 api/newsletters: Re-render newsletter with queue on save [MAILPOET-1305] 2018-03-27 19:24:59 +02:00
0d514a8084 Do not save defaults for containers 2018-03-26 14:22:55 +01:00
1756df0085 Fix segments newsletters sending
[MAILPOET-1340]
2018-03-26 13:59:29 +01:00
986cce4a92 Adds unit tests 2018-03-24 13:33:18 -04:00
a0947611fb Fixes the rescheduling of sending tasks 2018-03-24 11:36:00 -04:00
18a6a1c439 Removes call to method that marks sending queue task as complete
When sending queue is added, subscriber count is always 0 and
subscribers list is null. To that end, the removed code had no effect
and only introduced an issue.
2018-03-22 20:16:35 -04:00
eb4d2ab829 Release 3.6.2 3.6.2 2018-03-21 14:21:03 +02:00
cdc6d8a966 Merge pull request #1314 from mailpoet/add-index
Add index to task_id [MAILPOET-1334]
2018-03-21 13:39:41 +02:00
139354f3e6 Merge pull request #1315 from mailpoet/migration_task
Fix migration task to be done only when one hasn't been done [MAILPOET-1333]
2018-03-21 13:39:24 +02:00
37f70b900d Fix DB migration 2018-03-21 11:29:54 +02: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
d28b4fda58 Add index to task_id
[MAILPOET-1334]
2018-03-21 08:26:32 +00:00
09081631a4 Release 3.6.1 3.6.1 2018-03-20 23:20:34 +02:00
618723b2bf Merge pull request #1313 from mailpoet/migration_task_scheduling_fix
Uses WP time to schedule migration task [MAILPOET-1331]
2018-03-20 23:13:53 +02:00
5cb39b9bf9 Removes comment that triggers a lint warning 2018-03-20 16:41:36 -04:00
467cf350e9 Abstract WP's current_time() function in the code base 2018-03-20 16:34:50 -04:00
d317eb4fbd Adds unit test 2018-03-20 16:30:28 -04:00
44b96aa9a7 Uses WP time to schedule migration task 2018-03-20 15:48:21 -04:00
3b4edd5c95 Release 3.6.0 3.6.0 2018-03-20 16:30:01 +02: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
16b2b73727 Merge pull request #1307 from mailpoet/eslint6-4
Eslint6 4 [MAILPOET-1140]
2018-03-20 12:16:11 +01:00
c1f5bf9836 Declare depenency directly
[MAILPOET-1140]
2018-03-20 10:50:56 +00:00
5e49624685 Merge pull request #1306 from mailpoet/poll-update
Update polls [MAILPOET-1327] [MAILPOET-1302]
2018-03-19 17:41:13 +01: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
1af242c2dd adding subscribers getter from dynamic segments 2018-03-15 19:04:25 +01:00
8f9299afe3 Merge pull request #1308 from mailpoet/expiring-message-fix
Make message clearer [MAILPOET-1321]
2018-03-15 16:10:59 +02:00
7775b5ace3 Make message clearer
[MAILPOET-1321]
2018-03-15 13:48:09 +00:00
78f9fea2b0 Sends welcome notifications when subscribing to lists via MP's API
[MAILPOET-1295]
2018-03-15 13:04:30 +00:00
783f33b092 Fix eslint6 object-shorthand
[MAILPOET-1140]
2018-03-15 11:55:57 +00:00
d3250030ba Fix eslint6 func-names
[MAILPOET-1140]
2018-03-15 11:55:03 +00:00
9e685efd41 Fix eslint6 jsx-a11y/alt-text
[MAILPOET-1140]
2018-03-15 11:28:20 +00:00
756367dd50 Fix eslint6 jsx-a11y/no-static-element-interactions
[MAILPOET-1140]
2018-03-15 11:19:48 +00:00
b5a322a8e1 Fix eslint6 jsx-a11y/label-has-for
[MAILPOET-1140]
2018-03-15 10:56:31 +00:00
3f219379d5 Fix eslint6 react/no-string-refs
[MAILPOET-1140]
2018-03-15 10:47:03 +00:00
4037800c10 Fix eslint6 react/prefer-stateless-function
[MAILPOET-1140]
2018-03-15 10:44:13 +00:00
7144d4afa8 Fix eslint6 react/no-did-mount-set-state
[MAILPOET-1140]
2018-03-15 10:28:50 +00:00
658cdd37ac editor: Communication fix removed since bb.radio is in marionette since 3.0 2018-03-15 11:23:55 +01: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
5e35a724f0 editor: Fixed posts setting sellection view context and behavior 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