Commit Graph

21439 Commits

Author SHA1 Message Date
alex-mailpoet
01234cb35d Update action-scheduler package to fix PHP 8.2 decrecations 2023-03-14 14:00:54 -03:00
Sam Najian
7b8dcb3fb1 Release 4.8.1 2023-03-14 13:12:11 +01:00
Sam Najian
3333f178b1 Fix clicking a link in homepage redirecting to parent target
[MAILPOET-5126]
2023-03-14 11:49:49 +01:00
Jan Lysý
0f3050c93b Change date after schedule button check
[MAILPOET-4869]
2023-03-13 16:07:40 -05:00
Rostislav Wolny
11be7e914a Update acceptance tests to work with new homepage as main page
[MAILPOET-4831]
2023-03-13 14:09:17 +01:00
Rostislav Wolny
29914ac6ca Add tracking of homepage task list tasks
[MAILPOET-4831]
2023-03-13 14:09:17 +01:00
Rostislav Wolny
a132e6175b Extract cta clicks tracking function on homepage
[MAILPOET-4831]
2023-03-13 14:09:17 +01:00
Rostislav Wolny
ff771d7b84 Use slug for tracking product discovery tasks
The title is translated so for tracking we need a value that remains the same.
[MAILPOET-4831]
2023-03-13 14:09:17 +01:00
Rostislav Wolny
68e01ccf9f Add migration for setting initial homepage state for old users
[MAILPOET-4831]
2023-03-13 14:09:17 +01:00
Rostislav Wolny
d81571dd47 Update CSS selector for automations menu link beta flag
[MAILPOET-4831]
2023-03-13 14:09:17 +01:00
Rostislav Wolny
d832925107 Remove temporary static property for the plugin main page
The property was added so that we were able to set the main page
dynamically based on the feature switch value. This is no longer needed and
we can use the hardcoded constant as we did before.
[MAILPOET-4831]
2023-03-13 14:09:17 +01:00
Rostislav Wolny
0f01755e18 Remove homepage feature switch
[MAILPOET-4831]
2023-03-13 14:09:17 +01:00
Veljko
96760cc7e4 Remove Promise in all tests and change with await
[MAILPOET-5105]
2023-03-10 12:22:10 +01:00
Veljko
4c9aa7c0ab Refactor tests to use k6 browser experimental
[MAILPOET-5105]
2023-03-10 12:22:10 +01:00
Veljko
4f43cc1e80 Refactor formsAdding 2023-03-10 12:22:10 +01:00
Jan Lysý
ce4aa37326 Add translating validation error messages for custom fields
[MAILPOET-4901]
2023-03-09 14:45:44 +01:00
Pavel Dohnal
0487ad50cb Add an action to display pull request stats 2023-03-09 13:08:48 +01:00
Jan Lysý
d54e666eea Fix ordering by subscriber
[MAILPOET-4660]
2023-03-09 13:02:45 +01:00
Jan Lysý
163578b9bc Add acceptance test with receiving scheduled newsletter
[MAILPOET-4719]
2023-03-09 10:51:34 +01:00
Veljko
19ae4ea2ac Refactor code to k6
[MAILPOET-4957]
2023-03-08 17:00:09 +01:00
Veljko
262df3444d Rebase and switch x to experimental
[MAILPOET-4957]
2023-03-08 17:00:09 +01:00
Veljko
20fa66daf1 Update the test name
[MAILPOET-4957]
2023-03-08 17:00:09 +01:00
Veljko
0a2ccd6015 Add a new k6 test view subscribers of a list
[MAILPOET-4957]
2023-03-08 17:00:09 +01:00
Veljko
9dd4b05c09 Finalize the test and update text verification in formsAdding
[MAILPOET-4951]
2023-03-08 08:47:47 +01:00
Veljko
b2cca8d123 Add a new test newsletter sending
[MAILPOET-4951]
2023-03-08 08:47:47 +01:00
David Remer
20f495922b Release 4.8.0 2023-03-07 15:23:20 +02:00
Sam Najian
03b94e557a Acceptance: add test for corrupt/resume newsletter with coupon
[MAILPOET-5040]
2023-03-07 10:48:14 +01:00
Sam Najian
b10bdefdb2 Acceptance: assert notice shown when coupon can't generate
[MAILPOET-5040]
2023-03-07 10:48:14 +01:00
Sam Najian
dee57d5425 Assert can send newsletter with predefined coupon
[MAILPOET-5040]
2023-03-07 10:48:14 +01:00
Sam Najian
c61dccf9de Acceptance: assert newsletter with coupon is received
[MAILPOET-5040]
2023-03-07 10:48:14 +01:00
Jan Lysý
e53f8393b1 Move newsletter types to common
[PREMIUM-227]
2023-03-06 17:15:31 +01:00
Sam Najian
3ec2a187de Force a re-render when resuming a corrupt newsletter
[MAILPOET-5104]
2023-03-06 12:53:02 +01:00
Jan Lysý
4166fd2111 Add default value for the coupon code
[MAILPOET-5096]
2023-03-06 11:29:39 +01:00
alex-mailpoet
0cbe4fa9fd Add AutomateWoo opt-in acceptance test
[MAILPOET-5057]
2023-03-06 11:22:58 +01:00
alex-mailpoet
bf234cdd6e Update removeAction definition to match original WP function
[MAILPOET-5057]
2023-03-06 11:22:58 +01:00
alex-mailpoet
a9b4b57fd6 Merge checkout opt-ins from AutomateWoo and MailPoet
[MAILPOET-5057]
2023-03-06 11:22:58 +01:00
Veljko
436215aa82 Update x to experimental
[MAILPOET-4952] & [MAILPOET-4953]
2023-03-06 09:24:37 +01:00
Veljko
6ef87eacee Add test for newsletter filtering by a list
[MAILPOET-4952] & [MAILPOET-4953]
2023-03-06 09:24:37 +01:00
Veljko
b0244cbc5f Add a new k6 test search for a newsletter
[MAILPOET-4952]
2023-03-06 09:24:37 +01:00
Rostislav Wolny
4c506a349d Fix acceptance test for upsell section
The browser remembers scroll position after reload so we need to
scroll back to top to see the close button.
The error was not present before because the images were not in the cdn.
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
959f66663b Fix issues in homepage resources content
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
bfa66956d9 Add useCallback to reduce number of anonymous functions
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
b2054eafc5 Add acceptance test for homepage resources section
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
9531ceefbc Add images for rest of the posts in homepage resources section
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
2bd64f96d3 Add styles for the resources section on homepage
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
222392d9de Add pagination for resources posts on homepage
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
8c837a4df2 Add resources simple posts with data
Resources thumbnails are not available for all posts so as for now I'm
reusing the thumbnails from the first two posts.
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Rostislav Wolny
3efaf67eeb Add an empty resources section to homepage
[MAILPOET-4829]
2023-03-03 14:55:13 +01:00
Veljko
a3a06af731 Update x to experimental
[MAILPOET-4959]
2023-03-03 11:46:27 +01:00
Veljko
5ecbd4370b Complete the test
[MAILPOET-4959]
2023-03-03 11:46:27 +01:00