Commit Graph

19029 Commits

Author SHA1 Message Date
16d8f04d9f Empty data when updating asynchronosly to show loading indicators
[MAILPOET-5092]
2023-07-03 12:44:07 +02:00
aa7ca7039a Add Email Tab
[MAILPOET-5092]
2023-07-03 12:44:07 +02:00
81f7ddba9d Update onboarding test scenario 2023-06-29 17:16:34 +03:00
aa678b4609 Include wait in onboarding scenario 2023-06-29 17:16:34 +03:00
5c33dbe220 Update forms adding and helper method 2023-06-29 17:16:34 +03:00
7d748b0844 Improve auth and add try finally to all tests 2023-06-29 17:16:34 +03:00
8ea5a39275 Rename authentication to login 2023-06-29 17:16:34 +03:00
64fbd451e6 Change the url to wp-login.php 2023-06-29 17:16:34 +03:00
8b27f0b9bb Improve login method and update tests 2023-06-29 17:16:34 +03:00
ac54fbc58a Use woocommerce 7.8.0
MAILPOET-5438
2023-06-28 21:39:27 +02:00
2a012f5fc8 Add braces to if statements
MAILPOET-4990
2023-06-28 15:14:03 +02:00
2db454bc49 Fix exception codes
MAILPOET-4990
2023-06-28 15:14:03 +02:00
61bb3a65d7 Add backend logic for customer text field filters
MAILPOET-4990
2023-06-28 15:14:03 +02:00
b018918bc4 Extract (soon to be) shared text field operators
MAILPOET-4990
2023-06-28 15:14:03 +02:00
b0e79e47b9 Rename "is in country" filter to "country"
MAILPOET-4990
2023-06-28 15:14:03 +02:00
5960642b77 Add frontend for city, postal code filters
MAILPOET-4990
2023-06-28 15:14:03 +02:00
7b157e6ce7 Refactor SubscriberTextField to TextField
These fields are now going to be reused by other non-subscriber filters

MAILPOET-4990
2023-06-28 15:14:03 +02:00
14be17cba4 Release 4.20.0 2023-06-27 10:48:35 -05:00
f2a99cf3e0 Fix typo
[MAILPOET-5432]
2023-06-27 12:58:47 +03:00
3839ca7a0e Initialize fields lazily to avoid calling queries on every request
[MAILPOET-5426]
2023-06-26 13:19:32 +02:00
9498c1e0bd Mark missing filter value with an icon
[MAILPOET-5414]
2023-06-26 13:19:32 +02:00
170ef6efb6 Color fitler badge when filters have errors
[MAILPOET-5414]
2023-06-26 13:19:32 +02:00
ec3b78c134 Display step filter errors in the sidebar
[MAILPOET-5418]
2023-06-26 13:19:32 +02:00
8876ff978d Add filter errors to the error payload
[MAILPOET-5418]
2023-06-26 13:19:32 +02:00
cc3112cc8a Collect filter validation errors
[MAILPOET-5418]
2023-06-26 13:19:32 +02:00
fec21a57ad Introduce filter wrapper hook to allow for more customization
[MAILPOET-5418]
2023-06-26 13:19:32 +02:00
0e2a66d38d Add max height to filter dropdown
[MAILPOET-5415]
2023-06-26 13:19:32 +02:00
0c6ecbd8b2 Remove filter args_schema from editor for now, as it is not used
[MAILPOET-5415]
2023-06-26 13:19:32 +02:00
34d043232b Refactor filter args validation to work per-condition
This also fixes string "is-blank" and "is-not-blank" being marked as invalid.

[MAILPOET-5415]
2023-06-26 13:19:32 +02:00
4b2892ad35 Fix Redirecting to MailPoet Homepage after activating other plugins
MAILPOET-5417
2023-06-26 12:32:09 +02:00
6a438f68d8 Remove duplicated method in ScheduledTaskSubscribersRepository
[MAILPOET-5422]
2023-06-23 16:59:32 +02:00
f37e73d68e Improve the unsubscribe page test
[MAILPOET-5327]
2023-06-23 10:00:42 +02:00
fc67c57c4a Improve the subscription page test
[MAILPOET-5326]
2023-06-23 10:00:42 +02:00
ffb51f8214 Improve test to check for different conf page
[MAILPOET-5325]
2023-06-23 10:00:42 +02:00
b22217420f Track last sending at
MAILPOET-4998
2023-06-22 15:29:22 +02:00
0e9b96d0b7 Track opens, clicks, purchases, and page views
MAILPOET-4998
2023-06-22 15:29:22 +02:00
1e82378df2 Add new tracking columns
MAILPOET-4998
2023-06-22 15:29:22 +02:00
59cbe7203d Include notice that it is a string 2023-06-22 14:54:00 +02:00
48a3ae0dc0 Add scenario to cover additional WC list and opt-in message
[MAILPOET-5324]
2023-06-22 14:54:00 +02:00
0dd510faeb Update k6 to 45.0 and reorder tests in scenarios
[MAILPOET-5425]
2023-06-22 15:43:00 +03:00
fb340b807c Rename "# of" to "number of" in segments
[MAILPOET-5397]
2023-06-22 10:12:21 +02:00
e0b7bcd183 Update popup_form_dismissed_{$formId} description
[MAILPOET-5338]
2023-06-22 10:10:18 +02:00
bca3ac2dc9 Add popup_form_dismissed_{$formId} cookies and update section desc
[MAILPOET-5338]
2023-06-22 10:10:18 +02:00
6f453b68a8 Remove <br> to make it clear that the note relates to a specific cookie
[MAILPOET-5338]
2023-06-22 10:10:18 +02:00
5e6d1da336 Update list of cookies in the privacy policy page
[MAILPOET-5338]
2023-06-22 10:10:18 +02:00
acdcf29db5 Fix indentation for better readability
[MAILPOET-5338]
2023-06-22 10:10:18 +02:00
3b2d60bb4f Fix counts cache update for below minimum subscribers
[MAILPOET-5390]
2023-06-21 10:33:00 +02:00
f78b0f3d3c Format subscribers limit number in the notice
[MAILPOET-5388]
2023-06-21 10:05:30 +02:00
5784398ffe Format email volume limit number in the notice
[MAILPOET-5388]
2023-06-21 10:05:30 +02:00
3bdd164367 Release 4.19.0 2023-06-20 09:31:30 -03:00