Commit Graph

9033 Commits

Author SHA1 Message Date
835d8bc0af Fix PHPUnit 6 & Codeception\Verify incompatibilities
[MAILPOET-2582]
2020-01-28 20:18:39 +00:00
aa05ae4132 Update phpunit/phpunit and codeception/verify
[MAILPOET-2582]
2020-01-28 20:18:39 +00:00
f3fafe7c19 Recommend PHP 7.3
[MAILPOET-2582]
2020-01-28 20:18:39 +00:00
684b533bd8 Warn users on PHP < 7.1
[MAILPOET-2582]
2020-01-28 20:18:39 +00:00
26b6f340d1 Require PHP >= 7.0
[MAILPOET-2582]
2020-01-28 20:18:39 +00:00
4fd6f96f76 Remove unnecessary sanitization of drag and drop result
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
356ffbf3fe Fix form editor acceptance tests
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
0364c0678c Remove hacky workaround for block-editor dependency on editor
It is not longer needed since it was patched in Gutenberg.
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
7e2cda78f0 Replace react-sortable by beautiful-dnd lirary
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
320d5ba856 Fix add custom field form rendering
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
a8c3bf3cdf Remove deprecated is-default from buttons
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
f0611f9bf0 Fix block toolbar rendering
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
ec6b726d7b Replace deprecated icon buttons by buttons
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
2d2f52746d Remove css fix for form editor
It is not needed any more after the update
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
07517ef495 Update form editor layout to match updated Gutenberg layout
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
7b30c8ad65 Update Gutenberg packages and add previously not listed deps
[MAILPOET-2610]
2020-01-28 10:52:42 +00:00
70bf261910 Display confirm if custom field gets edited
[MAILPOET-2662]
2020-01-28 10:49:38 +00:00
ab941a5514 Update legacy WooCommerce checkbox label on plugin activation/update
[MAILPOET-2296]
2020-01-28 10:46:25 +00:00
634b8214e2 Use updated label for WooCommerce checkout checkbox
[MAILPOET-2296]
2020-01-28 10:46:25 +00:00
edb70f25c1 Release 3.44.0 2020-01-28 11:31:19 +02:00
c13dcfa380 Remove notices after 5 seconds
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
fb3f132b29 Reorder block categories in block selector
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
b77447103c Fix today preselect in date field
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
95ca1533ec Fix selecting default values and change detection for select, radio and segments
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
045cf5d911 Fix todays date in editor
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
292c7eb6ec Prevent saving select without label
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
f606514d8f Prevent saving checkbox without label
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
182fec1d3b Removed unnecessary function
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
ffc82eff69 Fix custom select rendering
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
0932f7c985 Disable placeholder in select box
[MAILPOET-2652]
2020-01-27 10:34:15 +00:00
a37d8888d9 Display nps statis meter
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
be0c9a726c Add static fallback link to old editor
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
a9f612d57f Add link to old editor to the sidebar
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
27f46bb91d Remove create new form on old editor acceptance test
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
b4710403f8 Store information for displaying nps survey
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
9c2e7235de Make old form editor test run using old editor
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
447e01b0aa Remove new form editor feature flag
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
139b3691bf Add MixPanel events
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
20fdea408e Remove video guide badge
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
a8d0eff47b Warn a user when leaving the page without saving
[MAILPOET-2549]
2020-01-27 10:08:31 +00:00
996b58a388 Fix duplicate key messages for MySQL >= 8.0.19
[MAILPOET-2642]
2020-01-27 09:35:29 +00:00
dc7e87a67f Update FAQs
[MAILPOET-2622]
2020-01-27 09:30:49 +00:00
79e722094c Prevent sending confirmation email on profile update
[MAILPOET-2567]
2020-01-27 09:26:15 +00:00
4c5155132a Send a confirmation email when a user is added to a website
[MAILPOET-2567]
2020-01-27 09:26:15 +00:00
de9c151fe4 Ensure consistend order for tasks with equal timestamp (fixes flaky test)
[MAILPOET-2623]
2020-01-23 12:47:58 +00:00
wxa
2e7609fca0 Remove unused executor [MAILPOET-2577] 2020-01-23 12:46:52 +00:00
wxa
0fa072b392 Clean up ignored PHPStan errors [MAILPOET-2577] 2020-01-23 12:46:52 +00:00
wxa
3584b717dc Fix array offset access on null/boolean and with curly braces [MAILPOET-2577] 2020-01-23 12:46:52 +00:00
wxa
12c71511e4 Use PHP 7.4 image for integration tests [MAILPOET-2577] 2020-01-23 12:46:52 +00:00
wxa
359da98d61 Patch Doctrine error cases for PHP 7.4 [MAILPOET-2577] 2020-01-23 12:46:52 +00:00