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 |
|
Rodrigo Primo
|
2ced2b4afa
|
Replace expect()->lessThan() with verify()->lessThan()
codeception/verify 2.1 removed support for expect()->lessThan() so we need
to replace it with verify()->lessThan().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
Rodrigo Primo
|
fa9236d8c9
|
Replace expect()->greaterThan() with verify()->greaterThan()
codeception/verify 2.1 removed support for expect()->greaterThan() so we need
to replace it with verify()->greaterThan().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
Rodrigo Primo
|
1865fc8930
|
Replace expect()->isInstanceOf() with verify()->instanceOf()
codeception/verify 2.1 removed support for expect()->isInstanceOf() so we need
to replace it with verify()->instanceOf().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
Rodrigo Primo
|
00c5250cff
|
Replace expect()->notEquals() with verify()->notEquals()
codeception/verify 2.1 removed support for expect()->notEquals() so we need
to replace it with verify()->notEquals().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
Rodrigo Primo
|
997f635d4a
|
Replace expect()->false() with verify()->false()
codeception/verify 2.1 removed support for expect()->false() so we need
to replace it with verify()->false().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
Rodrigo Primo
|
9adbf81a78
|
Replace expect()->true() with verify()->true()
codeception/verify 2.1 removed support for expect()->true() so we need
to replace it with verify()->true().
[MAILPOET-5664]
|
2023-10-24 08:58:22 +03:00 |
|
Rostislav Wolny
|
ab19ef92d5
|
Use subscriber count reporter in cron for reporting stats
[MAILPOET-5191]
|
2023-05-10 13:05:37 +02:00 |
|
Rostislav Wolny
|
cbd5c443f2
|
Ensure that subscriber stats are sent even for valid underprivileged keys
[MAILPOET-5165]
|
2023-04-04 18:45:41 +02:00 |
|
Jan Jakes
|
c67c58709b
|
Unify spacing of declare statements
[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 |
|