Commit Graph

8 Commits

Author SHA1 Message Date
Mike Jolley
aa87d3efc4 Fix padding parsing 2024-04-22 12:43:17 +01:00
Mike Jolley
af92fd9af3 Fix styles in preview 2024-04-22 12:43:17 +01:00
Rostislav Wolny
cb9692bfed Fix PHP warning parsing CSS with new lines
In case there were new lines on the CSS string, the parser threw
a warning on an empty line with \n. The original check $kv === ''
didn't catch "  \n".
Applying trim to a CSS rule should be safe
because whitespace at the end or beginning of a rule is meaningless.

[MAILPOET-5540]
2023-09-21 14:20:35 +02:00
Oluwaseun Olorunsola
ec987cbc4e Fix errors in 3rd party lib
MAILPOET-5239
2023-04-19 14:47:38 +01:00
alex-mailpoet
967988519b Fix deprecated callable usage in Sudzy library
[MAILPOET-4873]
2023-02-01 12:17:03 +01:00
Jan Jakes
926620e8f8 Ignore strict types rule in all existing files that don't have it
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
Jan Lysý
29d4e9e256 Fix escaping parameters in idiorm for PHP8.1
[MAILPOET-4015]
2022-03-14 09:38:20 +01:00
Jan Jakes
9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00