Commit Graph

8 Commits

Author SHA1 Message Date
Rostislav Wolny
c9c7146ef1 Improve table prefixing to allow Doctrine entities for WP tables
WordPress tables use only the DB prefix, but MailPoet tables use
DB prefix + plugin prefix (mailpoet).

This commit changes TablePrefixMetadataFactory to be able to distiguish
WP table for posts and adds proper prefix.
[MAILPOET-5646]
2024-01-08 12:04:06 +05:00
Pavel Dohnal
b60da9faf6 Make sure offset is always number
We want to prevent an error 'Unsupported operand types: string * int'

[MAILPOET-5676]
2023-10-24 16:12:24 +02: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
David Remer
052d5e4531 Change path to cached templates
[MAILPOET-3985]
2022-06-08 15:25:41 +02:00
Jan Lysý
885209d9a3 Fix translation loading
[MAILPOET-3808]
2022-03-17 14:51:09 +01:00
Rostislav Wolný
d424689701 Revert "Fix translation loading"
This reverts commit 6314f989e5.
2022-02-16 12:49:35 +01:00
Jan Lysý
6314f989e5 Fix translation loading
[MAILPOET-3808]
2022-02-14 11:53:32 +01:00
Jan Jakes
9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00