Rostislav Wolny
|
33f4b2d729
|
Replace usage of WP's current_time without gmt parameter in libs
This commit replaces usages by Carbon::now or in case we need a timestamp it
keeps current_time but adds the gtm parameter as true.
[MAILPOET-6142]
|
2024-08-19 15:29:42 +02:00 |
|
Jan Jakes
|
a54fd9b8fc
|
Replace deprecated UnitOfWork::clear($entityClassName) with a more granular refresh
We removed EntityManager::clear($entityClassName) already, but this one is deprecated
as well: 212edaa80b/lib/Doctrine/ORM/UnitOfWork.php (L2762)
[MAILPOET-5745]
|
2023-12-04 12:13:51 +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 Jakes
|
9f790efbf0
|
Move plugin files to a subfolder
[MAILPOET-3988]
|
2022-01-18 15:30:22 +01:00 |
|