Commit Graph

18419 Commits

Author SHA1 Message Date
59bbe31433 Allow transactional emails
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
46f888a30b Let transactional emails pass
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
ac65c138ee Set transactional email type when email is transactional
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
18baff3888 Add type transactional
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
b303111d3d Add Automation to AUTOMATION_STEP_BEFORE_SAVE action
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
f27b6a26bb Align send email step title icon
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
3e4e323131 Render title in Inserter and error view
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
12b769abe1 Add beacon ID
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
0f1929625f Remove 'Feedback' beacon
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
2ceb002d96 Do render title icon only in automation view
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
982f6b9177 Introduce StepRenderContext
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
82d7f77f9c Render send email title and description
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
f44ae7ac8f Make title and description dynamic, introduce keywords
[MAILPOET-4999]
2023-04-17 13:59:39 +02:00
4f42fa86a3 Use proper escaping function in option inner html
[MAILPOET-5233]
2023-04-17 11:51:52 +02:00
94eeae5626 Escape values in Select block render
[MAILPOET-5233]
2023-04-17 11:51:52 +02:00
d549ae713a Update texts in subscriber limit notice
[MAILPOET-5203]
2023-04-17 08:44:38 +02:00
fa5cb8aaf9 Bump the Woo version used in the acceptance_oldest CircleCI job
Bumping from 6.8.0 to 7.3.0 as this is the oldest version that we still
support.

[MAILPOET-5225]
2023-04-14 09:41:37 +02:00
ac8e2ac927 Download the latest Woo version by default for CircleCI jobs
Let's try to always download the laest version of Woo by default for the
CircleCI jobs. This way we have one less thing to update when a new
version of Woo is released and in theory MailPoet should always work
with the latest Woo version anyway.

[MAILPOET-5225]
2023-04-14 09:41:37 +02:00
479499ccb3 Remove no-longer-used variable
MAILPOET-5220
2023-04-13 18:19:59 +02:00
0c8c61cede Extract WooCommerce fields into separate functions
MAILPOET-5220
2023-04-13 18:19:59 +02:00
d1abde13f8 Don't validate single order value as date field
MAILPOET-5220
2023-04-13 18:19:59 +02:00
3681852041 Better naming
MAILPOET-5220
2023-04-13 18:19:59 +02:00
d3debdd29a Prevent error when switching between filter types
MAILPOET-5220
2023-04-13 18:19:59 +02:00
8700178f01 Remove debug code
MAILPOET-5083
2023-04-13 17:56:13 +02:00
5e9b83bf2d Add required cleanup
MAILPOET-5083
2023-04-13 17:56:13 +02:00
aaa08d5ab6 Add missing group
MAILPOET-5083
2023-04-13 17:56:13 +02:00
cf7cfe40f8 Remove unused imports
MAILPOET-5083
2023-04-13 17:56:13 +02:00
6b2faeeecb Remove unnecessary cleanup
MAILPOET-5083
2023-04-13 17:56:13 +02:00
f3f7d4dc61 Remove redundant tests
MAILPOET-5083
2023-04-13 17:56:13 +02:00
4576dd289f Add woo filter helper tests for order status
MAILPOET-5083
2023-04-13 17:56:13 +02:00
096ab74ee3 Use helper for creating customers
MAILPOET-5145
2023-04-13 17:56:13 +02:00
40fc3882f3 Use correct statuses for category filter
MAILPOET-5083
2023-04-13 17:56:13 +02:00
483acb0040 Use correct statuses for single order value
MAILPOET-5083
2023-04-13 17:56:13 +02:00
30c8ce0839 Use correct statuses for total spent
MAILPOET-5083
2023-04-13 17:56:13 +02:00
2caa535098 Use correct statuses for product filter
MAILPOET-5083
2023-04-13 17:56:13 +02:00
aa7bd6eb67 Use correct statuses for number of orders filter
MAILPOET-5083
2023-04-13 17:56:13 +02:00
192bdce421 Refactor tests to use helper
MAILPOET-5083
2023-04-13 17:56:13 +02:00
a2d6da8c61 Add test helper for checking emails
MAILPOET-5083
2023-04-13 17:56:13 +02:00
a9d89ff514 Use onChange instead of onClick for check boxes
[MAILPOET-5193]
2023-04-12 11:20:39 +02:00
84f263db2e Add missing translation domain
[MAILPOET-5193]
2023-04-12 11:20:39 +02:00
c0fb4c44ff Fix failing js tests
The test suits need window.mailpoet_feature_flags to be defined
in case the feature flags are checked in the code

[MAILPOET-5193]
2023-04-12 11:20:39 +02:00
b276202e45 Add brand/theme colors and typography to boxes
[MAILPOET-5193]
2023-04-12 11:20:39 +02:00
52357eb586 Adjust box bg and border on select
[MAILPOET-5193]
2023-04-12 11:20:39 +02:00
931c6ca198 Convert sidebar.js to tsx
[MAILPOET-5193]
2023-04-12 11:20:39 +02:00
152b9af871 Add the boxes and the check boxes
[MAILPOET-5193]
2023-04-12 11:20:39 +02:00
325dc9e9f6 Remove fix for lodash/underscore conflict (MediaManagerBehavior)
[MAILPOET-5127]
2023-04-12 08:37:16 +02:00
5d1ae1f9d0 Force sync with customers lookup table after a change in Woo core
A unintentional side-effect in Woo core < 7.6 synched the customer
lookup table immediately after the creation of an order. This
unintentional behavior was removed in Woo 7.6 and now we need to call
\Automattic\WooCommerce\Admin\API\Reports\Customers\DataStore::sync_order_customer()
explicitly for Woo to add to the customer lookup table.

Without this change, a few tests in WooCommerceCountryTest were failing
when running with Woo 7.6. As far as I could check this change does not
affect anything else in MP other than the tests.

[MAILPOET-5148]
2023-04-11 11:30:09 -05:00
8728229659 Decrease nightly tests max duration to 12m and update email in test
[MAILPOET-5208]
2023-04-11 18:09:21 +02:00
3077723a27 Release 4.11.1 2023-04-11 11:35:38 -03:00
3848c3e653 Add missing translations for paused emails
[MAILPOET-5201]
2023-04-10 13:03:18 +02:00