Commit Graph

13768 Commits

Author SHA1 Message Date
Pavel Dohnal
79de413b66 Add list of files violating @typescript-eslint/explicit-function-return-type
[MAILPOET-3301]
2021-02-15 18:51:35 +01:00
Pavel Dohnal
c78ff05762 Remove await-thenable rule
[MAILPOET-3301]
2021-02-15 18:51:35 +01:00
Rostislav Wolny
54cee207ea Remove forgotten test debug code
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
Rostislav Wolny
6a63ac26c7 Fix naming sanitiser > sanitizer
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
Rostislav Wolny
6d074e37e9 Fix image caption rendering in for editor
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
Rostislav Wolny
c1aef842d2 Fix rendering issues in form blocks
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
Rostislav Wolny
6e911ffd1d Render form styles in twig template correctly
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
Rostislav Wolny
0d6a068351 Add condition for adding custom HTML block to inserter
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
Rostislav Wolny
d00e667b96 Check Custom HTML in form on save
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
Rostislav Wolny
08b5fae173 Use api data fix service for save form api
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
Rostislav Wolny
1fbed46411 Add service for fixing form API data
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
Rostislav Wolny
e13b2c62a9 Add servise for fixing html in form blocks
[MAILPOET-3415]
2021-02-15 13:30:08 +01:00
Pavel Dohnal
e4eb5a132d Make better entity decode
[MAILPOET-3407]
2021-02-15 12:18:50 +01:00
Rostislav Wolny
ab5720b4ca Allow WooCommerce and WP segments in shortcodes settings
[MAILPOET-3419]
2021-02-15 11:40:43 +01:00
Jan Lysý
cd776fe0cf Add tries when CronHelpes ping ends with timeout
[MAILPOET-3413]
2021-02-15 09:34:38 +01:00
Pavel Dohnal
5b5e01465c [MAILPOET-3408] 2021-02-10 14:52:20 +01:00
Jan Lysý
c81d23aafb Release 3.59.2 2021-02-09 13:02:59 +01:00
Pavel Dohnal
8698fd944f Remove the Update page
[MAILPOET-3406]
2021-02-08 13:01:06 +01:00
Jan Lysý
dc1ba7ede4 Add type casting for counts in groups of segments
[MAILPOET-3372]
2021-02-05 14:25:47 +01:00
Jan Lysý
1999c02e3d Check if file is renamed in fix-phpunit.php
[MAILPOET-3395]
2021-02-04 17:58:42 +01:00
Jan Lysý
4b6a0bd1c9 Fix name of file Sqlite platform in fix-doctrine.php
[MAILPOET-3395]
2021-02-04 17:58:42 +01:00
Jan Lysý
bed6707b11 Fix path to bin directory in fix-carbon.php
[MAILPOET-3395]
2021-02-04 17:58:42 +01:00
Jan Lysý
4b78b6bc45 Render reCaptcha after its initialization
[MAILPOET-3390]
2021-02-04 12:29:57 +01:00
Jan Lysý
a88e525e6a Remove the parameter onload from reCaptcha script URL
When is reCaptcha rendered with onload callback,
sometimes the callback isn't defined yet due to race condition

[MAILPOET-3390]
2021-02-04 12:29:57 +01:00
Rostislav Wolny
83ad751a51 Fix crashes on multisite installations
[MAILPOET-3403]
2021-02-04 10:40:24 +01:00
Rostislav Wolny
e98a440725 Release 3.59.1 2021-02-03 15:14:22 +01:00
Veljko
4d6564e757 Fixed flaky scenario of moving a list to trash 2021-02-03 11:02:13 +01:00
Jan Lysý
6337c37e45 Update tests for third party API
[MAILPOET-3307]
2021-02-03 11:01:38 +01:00
Jan Lysý
349918e45d Allow re-subscribe functionality in third party API
[MAILPOET-3307]
2021-02-03 11:01:38 +01:00
Jan Lysý
b37e5a36ab Remove show settings after render abandoned car
[MAILPOET-3278]
2021-02-02 14:20:12 +01:00
Jan Lysý
e0a1b777f0 Replace email title after update status of automatic email
[MAILPOET-3371]
2021-02-02 14:08:13 +01:00
Rodrigo Primo
365db2fa9e Remove the "Tested up to" tag from mailpoet.php
According to the documentation, WP.org only uses the "Tested up to" tag
from the readme.txt file. There is no need to include the same tag in
the main PHP file of the plugin and it is ignored by WP.org. So this
commit simply removes the "Tested up to" tag from mailpoet.php. Going
forward, we will have one less place to update when bumping this tag.

The readme.txt documentation
(https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/)
mentions the "Tested up to" tag, but the documentation on the main PHP
file of the plugin doesn't
(https://developer.wordpress.org/plugins/plugin-basics/header-requirements/).
I also checked WooCommerce and Jetpack and confirmed that both plugins
don't include this tag in their main PHP file:

https://github.com/woocommerce/woocommerce/blob/master/woocommerce.php#L3
https://github.com/Automattic/jetpack/blob/master/jetpack.php#L3

[MAILPOET-3394]
2021-02-02 13:48:01 +01:00
Rodrigo Primo
f000f19ff7 Bump "Tested up to" tag to 5.6
[MAILPOET-3394]
2021-02-02 13:48:01 +01:00
Jan Lysý
9e53afb1c1 Use Carbon from MailPoetVendor namespace in SegmentsRepository
[MAILPOET-3400]
2021-02-02 12:45:34 +01:00
Jan Lysý
6299d2736e Forbid restore and trash action for WP list in bulk action
[MAILPOET-3169]
2021-02-01 15:39:35 +01:00
Jan Lysý
b03f301a5a Use Doctrine model in trash, restore and delete
[MAILPOET-3169]
2021-02-01 15:39:35 +01:00
Jan Lysý
aff7de4659 Use Doctrine in bulk actions for Segments
[MAILPOET-3169]
2021-02-01 15:39:35 +01:00
Pavel Dohnal
1059f8d145 Remove PHP security check, it doesn't work any more
[MAILPOET-3327]
2021-02-01 11:58:43 +01:00
Rostislav Wolny
cc8400cf6c Use normal font weight for style settings labels
[MAILPOET-3382]
2021-02-01 11:02:25 +01:00
Rostislav Wolny
55cbc47440 Do not use MailPoet font family in form editor
[MAILPOET-3382]
2021-02-01 11:02:25 +01:00
Rostislav Wolny
8bb84da0ae Use BlockFormatControls component instead of Fill in font select
[MAILPOET-3382]
2021-02-01 11:02:25 +01:00
Rostislav Wolny
bd6f105ca6 Make color picker circles aligned with clear button
[MAILPOET-3382]
2021-02-01 11:02:25 +01:00
Rostislav Wolny
9b272a18cc Remove duplicit heading from font size settings component
[MAILPOET-3382]
2021-02-01 11:02:25 +01:00
Rostislav Wolny
9f8bcd782f Unify labels in form editor style settings panels
[MAILPOET-3382]
2021-02-01 11:02:25 +01:00
Rostislav Wolny
b794e95ffb Fix default value in font selection in form editor
[MAILPOET-3382]
2021-02-01 11:02:25 +01:00
Jan Lysý
44d9f978c3 Update WP image for acceptance_oldest job to v5.3
[MAILPOET-3398]
2021-02-01 10:04:16 +01:00
Jan Lysý
30b456396f Add new Amazon SES regions
[MAILPOET-3369]
2021-02-01 10:03:15 +01:00
Jan Lysý
09d31d344b Change value for disabling in custom field form mapping
[MAILPOET-3381]
2021-01-28 15:49:40 +01:00
Rodrigo Primo
c02baf278d Remove duplicated username from user reviews
In the page admin.php?page=mailpoet-premium, we display six reviews
that customers gave us. In three of those reviews, we were displaying
the name of the username of the customer twice. This commit simply
removes the duplicate usernames.
2021-01-28 15:31:14 +01:00
Jan Lysý
94ac7f0ef7 Update WP in acceptance test on 5.6
[MAILPOET-3339]
2021-01-28 09:38:10 +01:00