Rostislav Wolny
|
95754df815
|
Update tinyMce loader config to cover new cases of global tinymce
[MAILPOET-5988]
|
2024-06-25 16:10:54 +02:00 |
|
Rostislav Wolny
|
7914bbef3b
|
Refactor for placement selection to the grid
[MAILPOET-6127]
|
2024-06-25 15:08:47 +02:00 |
|
Rostislav Wolny
|
9451f4545a
|
Fix form placement appearance when scrollbars are active
[MAILPOET-6127]
|
2024-06-25 15:08:47 +02:00 |
|
Ján Mikláš
|
12fcbb10c9
|
Fix subscribers count tooltip overlay with recalculate button
[MAILPOET-6121]
|
2024-06-25 11:59:12 +02:00 |
|
Oluwaseun Olorunsola
|
61dedcabda
|
Release 4.53.0
|
2024-06-25 10:53:14 +01:00 |
|
Ján Mikláš
|
68d007123e
|
Fix Archive page shortcode tooltip not working due to missing "name" attribute
[MAILPOET-6122]
|
2024-06-25 11:24:44 +02:00 |
|
Rostislav Wolny
|
39849a61f1
|
Use default sizes for captcha image in case invalid value is passed
[MAILPOET-6112]
|
2024-06-24 15:19:43 +02:00 |
|
Pavel Dohnal
|
d2b5932ba7
|
Add global objects that react tooltip uses
[MAILPOET-5482]
|
2024-06-24 14:51:41 +02:00 |
|
Pavel Dohnal
|
cbb3acbad2
|
Update react tooltip package
[MAILPOET-5482]
|
2024-06-24 14:51:41 +02:00 |
|
Pavel Dohnal
|
bfcb5940cb
|
Rename data-for to data-tooltip-id
[MAILPOET-5482]
|
2024-06-24 14:51:41 +02:00 |
|
Pavel Dohnal
|
91b2bada15
|
Ensure tooltip ID is always set
[MAILPOET-5482]
|
2024-06-24 14:51:41 +02:00 |
|
Pavel Dohnal
|
40dd9bb554
|
Use the new tooltip in the legacy code
[MAILPOET-5482]
|
2024-06-24 14:51:41 +02:00 |
|
Pavel Dohnal
|
ec2b077eb3
|
Move border values to CSS in tooltip
[MAILPOET-5482]
|
2024-06-24 14:51:41 +02:00 |
|
Pavel Dohnal
|
a8e7bff850
|
Move styling values to CSS in tooltip
[MAILPOET-5482]
|
2024-06-24 14:51:41 +02:00 |
|
Pavel Dohnal
|
64ba6cb520
|
Remove multiline from tooltip it's supported by default
[MAILPOET-5482]
|
2024-06-24 14:51:41 +02:00 |
|
Pavel Dohnal
|
d00d72ea14
|
Update react tooltip imports
[MAILPOET-5482]
|
2024-06-24 14:51:41 +02:00 |
|
Jan Lysý
|
9f8fdfb85f
|
Add scheduling to the GitHub action updating used versions
[MAILPOET-6097]
|
2024-06-24 13:30:05 +02:00 |
|
Oluwaseun Olorunsola
|
394aa30315
|
Update composer version
MAILPOET-6118
|
2024-06-24 10:57:09 +02:00 |
|
github-actions[bot]
|
eb95edb938
|
Update used WooCommerce Subscriptions plugin in Circle CI
- latest version: 6.4.0
- previous version: 6.3.2
|
2024-06-24 10:10:51 +02:00 |
|
github-actions[bot]
|
d6e903a766
|
Update used Automate Woo plugin in Circle CI
- latest version: 6.0.26
- previous version: 5.8.5
|
2024-06-24 10:10:51 +02:00 |
|
github-actions[bot]
|
74960ce918
|
Update used WooCommerce plugin in Circle CI
- latest version: 9.0.1
- previous version: 8.9.3
|
2024-06-24 10:10:51 +02:00 |
|
github-actions[bot]
|
436b00a03a
|
Update used WordPress images in Circle CI
- latest version: 6.5.4-php8.3
- previous version: 6.4.3-php8.1
|
2024-06-24 10:10:51 +02:00 |
|
Jan Lysý
|
5791dafc3e
|
Fix commit messages generated by GH action
[MAILPOET-6097]
|
2024-06-21 19:26:56 +02:00 |
|
Jan Lysý
|
f4adfaf732
|
Fix getting version from temporary files in GH action
[MAILPOET-6097]
|
2024-06-21 19:08:09 +02:00 |
|
Rostislav Wolny
|
46ad169439
|
Remove defaultProps from listing.jsx
[MAILPOET-6008]
|
2024-06-21 16:36:06 +02:00 |
|
Rostislav Wolny
|
7ffe562d70
|
Remove defaultProps from form-settings/selection.jsx
[MAILPOET-6008]
|
2024-06-21 16:36:06 +02:00 |
|
Rostislav Wolny
|
f2d7dc0321
|
Remove defaultProps from form.jsx
[MAILPOET-6008]
|
2024-06-21 16:36:06 +02:00 |
|
Rostislav Wolny
|
a3514377c8
|
Move default props to default parameters - simple cases
React throws a deprecation warning for defaultProps.
This commit refactors default props to default values in easy-to-fix cases.
[MAILPOET-6108]
|
2024-06-21 16:36:06 +02:00 |
|
Rostislav Wolny
|
b19c30d203
|
Fix compilation errors after upgrading react
[MAILPOET-6008]
|
2024-06-21 16:36:06 +02:00 |
|
Rostislav Wolny
|
58865ef3f5
|
Update react, react-dom and react types
[MAILPOET-6008]
|
2024-06-21 16:36:06 +02:00 |
|
Jan Lysý
|
932406c288
|
Update title for created pull request via GH action
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
0d794b3b2f
|
Add type declarations to function in GH Action update scripts
This commit also fixes some bugs with function redeclaration and missing parameters.
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
3989594a56
|
Add used plugin versions to the commit messages
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
18dc3daa78
|
Extract replacing versions for a private plugin to a function
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
3898b3dccb
|
Update script getting WooCommerce versions and store them to file
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
0b157c3ac9
|
Use exact version instead of latest
To unify with other plugins I decided to use the exact version number.
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
318424f0c4
|
Add used WordPress versions to the commit message
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
8e3f7faa0e
|
Rename file containing update workflow
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
8e1abcedbd
|
Add step creating pull-request
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
62b0a55805
|
Change branch name for the pushed changes
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
2e460d9b0b
|
Move env variable definition to the correct step
[MAILPOET-6097]
|
2024-06-21 15:59:53 +02:00 |
|
Jan Lysý
|
d68280a4a1
|
Add initialTab parameter to the links redirecting to the automation templates
[MAILPOET-5848]
|
2024-06-21 14:53:05 +02:00 |
|
Jan Lysý
|
8761fd8f3f
|
Add support for selected initial tab on automation templates page
[MAILPOET-5848]
|
2024-06-21 14:53:05 +02:00 |
|
Jan Lysý
|
428b40ac65
|
Fix acceptance test with abandoned cart
We cannot use the common method for newsletter page verification, because the email editor does not contain subject input.
[MAILPOET-5848]
|
2024-06-21 14:53:05 +02:00 |
|
Jan Lysý
|
e285349e1f
|
Update integration test for HomePage
[MAILPOET-5848]
|
2024-06-21 14:53:05 +02:00 |
|
Jan Lysý
|
fe25ce4857
|
Update condition for abandoned cart emails on homepage
[MAILPOET-5848]
|
2024-06-21 14:53:05 +02:00 |
|
Jan Lysý
|
b8d03f012b
|
Update link for the abandoned cart setup on homepage
[MAILPOET-5847]
|
2024-06-21 14:53:05 +02:00 |
|
Rostislav Wolny
|
1d77461b5d
|
Update ws package
Fix for https://github.com/mailpoet/mailpoet/security/dependabot/103
and https://github.com/mailpoet/mailpoet/security/dependabot/102
|
2024-06-20 15:26:52 +02:00 |
|
Ján Mikláš
|
b3b686d8bf
|
Ensure not loaded Mixpanel is not blocking UI
[MAILPOET-6116]
|
2024-06-20 14:06:20 +02:00 |
|
Rostislav Wolny
|
638fb7e56a
|
Simplify and speed up notification history search test
[MAILPOET-6072]
|
2024-06-20 13:31:46 +02:00 |
|