Commit Graph

22617 Commits

Author SHA1 Message Date
c05b45ac80 Replace deprecated prop
[MAILPOET-5184]
2024-07-25 08:39:13 +02:00
1f875ac14f Show automation action inserter popup in the bottom center position
This fixes position especially on mobile phones, but also on desktops < ~1050px

[MAILPOET-5184]
2024-07-25 08:39:13 +02:00
ed9e91e62a Fix automation action selector popup on small devices
[MAILPOET-5184]
2024-07-25 08:39:13 +02:00
c5c9b37198 Update test 2024-07-24 21:26:05 +02:00
4c91120654 Fix WooCheckoutBLocks test 2024-07-24 21:26:05 +02:00
0c000b0595 Fix deprecation warning from interact.js
[MAILPOET-6151]
2024-07-24 09:41:05 +02:00
4f72d7ee8c Release 4.57.0 2024-07-23 19:21:27 +03:00
6173077e4c Make 'At' lowercase
[MAILPOET-6158]
2024-07-23 09:01:34 +03:00
d4e239ace5 Declare tested up to 6.6
[PREMIUM-276]
2024-07-22 16:58:56 +03:00
0f37eb8ebf Allow formatting tags in post titles
[MAILPOET-5920]
2024-07-22 11:57:39 +02:00
4683a5f783 Fix typo. 'would' -> 'will'
[MAILPOET-6156]
2024-07-22 09:08:00 +03:00
36735e71f7 Fix flaky create segment test 2024-07-20 17:41:11 +02:00
9b3967e31e Add helper and fix flaky manage segments test 2024-07-20 17:41:11 +02:00
89b65adc30 Skip new email editor tests because it's not compatible with WP 6.6 yet 2024-07-19 17:41:09 +02:00
08a48c46ed Update used WooCommerce Subscriptions plugin in Circle CI
- latest version: 6.5.0
 - previous version: 6.4.1
2024-07-19 17:41:09 +02:00
dddf09d87b Update used WordPress images in Circle CI
- latest version: 6.6.0-php8.3
 - previous version: 6.5.5-php8.1
2024-07-19 17:41:09 +02:00
dec9a02ca4 Replace join query with a simple query
[MAILPOET-6148]
2024-07-19 15:03:35 +02:00
a9b7e5210c Add form placement options to readme.txt
[MAILPOET-6152]
2024-07-18 14:57:11 +02:00
d9edca0688 Improve condition in acceptance tests for WP 6.6
Because we run tests with release candidate versions, the condition didn't work as expected in those cases.
2024-07-17 16:35:00 +02:00
19b21fb2bf Improve TemplateImageLoader robustness
[MAILPOET-3923]
2024-07-17 16:03:19 +02:00
d82d6b89e9 Add test for external image loading
[MAILPOET-3923]
2024-07-17 16:03:19 +02:00
106c7d48f3 Add proxy to load external images for template thumbnails
[MAILPOET-3923]
2024-07-17 16:03:19 +02:00
2242d29e69 Release 4.56.0 2024-07-16 15:26:10 +02:00
934fd54278 Fix extraction of RC WordPress versions
[MAILPOET-6096]
2024-07-15 14:28:16 +02:00
268330f1a0 Disallow activating emails without list specified in listing
[MAILPOET-5352]
2024-07-15 14:04:12 +02:00
dbdb9b7ccc Show WooCommerce list on newsletters pages only when it makes sense
I found that we already have a logic for determining whether to show
Woo segment. It also covers case when there are Woo customers in the DB
but Woo plugin is not active.
This logic is used in segments listing API. I reused it also for fetching
lists on the newsletters page.
[MAILPOET-5224]
2024-07-15 13:51:13 +02:00
41d8bb3054 Unify properties declaration style in Newsletters.php
[MAILPOET-5224]
2024-07-15 13:51:13 +02:00
16525d5cce Fixed dragging images after being resized
[MAILPOET-6109]
2024-07-15 11:10:19 +02:00
c11460fd30 Prevent text selection when resizing
[MAILPOET-6109]
2024-07-15 11:10:19 +02:00
e4730f7e31 Prevent text selection when dragging
[MAILPOET-6109]
2024-07-15 11:10:19 +02:00
08f0f2bf38 Fix cloning dragged element
In new interact.js versions, you can no longer assign a clone to the element (it's read only). This is a workaround without doing a major refactor.

[MAILPOET-6109]
2024-07-15 11:10:19 +02:00
8c2f41dcf1 Fix calculating drop zone position
dragmove event is no longer present

[MAILPOET-6109]
2024-07-15 11:10:19 +02:00
5c349a506b Replace interact.js with interactjs
[MAILPOET-6109]
2024-07-15 11:10:19 +02:00
f0687b585d Check 500 error using exception 2024-07-15 11:01:48 +02:00
65f7f41f9f Add retry when downloading files from github 2024-07-15 11:01:48 +02:00
99a3cf2ea0 Remove obsolete property from docker compose 2024-07-15 11:01:48 +02:00
4b5d490e58 Update used Automate Woo plugin in Circle CI
- latest version: 6.0.29
 - previous version: 5.8.5
2024-07-15 09:59:55 +02:00
7864f99b3b Update used WooCommerce plugin in Circle CI
- latest version: 9.1.2
 - previous version: 9.0.2
2024-07-15 09:59:55 +02:00
06c3891eba Fix broken HPOS tests
We complete the actions in the database. However, we don't delete
the batch processes. Woo thinks those crashed. It tries to log an
error, but it doens't have suficient rights for that.
2024-07-12 10:05:39 +02:00
14be775e74 Keep text in square brackets in post notifications
[MAILPOET-5197]
2024-07-11 12:31:22 +02:00
b5eda778aa Update tests to be compatible with upcoming WP 6.6 2024-07-11 07:50:46 +02:00
6522654a9e Fix incorrect CSS import
This was causing that browser was trying to fetch the CSS file from
relative path from node modules and was getting 404.
[MAILPOET-3911]
2024-07-10 18:02:00 +02:00
cdd831d24d Set automation listing route basename to fix MailPoet logo link target
[MAILPOET-3911]
2024-07-10 18:02:00 +02:00
ac6bde4159 Improve navigation fallback to point to current page
This fixes click on logo e.g. on the Settings page.

[MAILPOET-3911]
2024-07-10 18:02:00 +02:00
6057163b62 Revert "Fix tiny CSS glitches on segment editor page"
This reverts commit 65a44a947be6a134456271793183b5ad5f70d743.
2024-07-10 18:02:00 +02:00
b905ff1125 Fix MSS step in welcome wizard
[MAILPOET-3911]
2024-07-10 18:02:00 +02:00
80906c27f0 Fix newsletter listing routes
[MAILPOET-3911]
2024-07-10 18:02:00 +02:00
2534b58931 Fix welcome wizard router
[MAILPOET-3911]
2024-07-10 18:02:00 +02:00
ab50e3328e Fix routes in subscribers import
[MAILPOET-3911]
2024-07-10 18:02:00 +02:00
1699315a1d Fix default route in RoutedTabs
[MAILPOET-3911]
2024-07-10 18:02:00 +02:00