Commit Graph

21 Commits

Author SHA1 Message Date
d125c5defe Load Swiftmailer autoloader using Composer
[MAILPOET-2580]
2020-04-30 09:19:26 +02:00
b39dac75d6 Autofix number of newlines between methods
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00
aeac8c664d Fix Swiftmailer autoloading, use its official autoloader
[MAILPOET-2589]
2020-01-30 18:33:48 +00:00
3bbc8ea2af Convert variable names to camel case in strings
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
54549ff037 Convert variable names to camel case
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
e677fa7cba Move requirement checker up
We need to check missing extension earlier, before they are used

[MAILPOET-2564]
2019-12-19 13:42:30 +00:00
33ac9af473 Add notices logging within acceptance tests
[MAILPOET-2563]
2019-12-12 12:46:19 +00:00
1f012e5471 Move installed tools to tools/vendor
[MAILPOET-2405]
2019-09-30 20:10:53 +01:00
01a0fe96c4 Remove no longer necessary checks
[MAILPOET-1948]
2019-09-12 13:59:32 +02:00
4177c1541d Make Tracy log dir configurable
[MAILPOET-2302]
2019-09-04 14:01:24 -04:00
ca6bab3c08 Prevent reporting user notices
WP core triggers those errors

[MAILPOET-2267]
2019-08-21 14:34:14 -04:00
9fbff395b0 Save exception when running acceptance tests
[MAILPOET-2267]
2019-08-21 14:34:14 -04:00
b2b13ce8d7 Add link to Tracy async issue
[MAILPOET-2239]
2019-08-12 14:43:37 +02:00
2b44894878 Display more AJAX requests in Tracy bar
[MAILPOET-2239]
2019-08-12 14:43:37 +02:00
a3411d0a15 Disable Tracy debug bar in tests
[MAILPOET-2239]
2019-08-12 14:43:37 +02:00
3ac6e3dfc3 Initialize Tracy in dev mode with WP_DEBUG on
[MAILPOET-2239]
2019-08-12 14:43:37 +02:00
a35d7dc7c6 Refactor Config\Env to accept DB constants as parameters
[MAILPOET-1886]
2019-03-13 09:45:42 -04:00
d8503cf3c2 Create Initializer using DI
[MAIPOET-1823]
2019-02-25 06:38:25 -05:00
b7bc54a07e Move Env init out of Initializer
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
3ee58aea10 Add space between if and ‘(‘
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
9c35eb9723 - Moves plugin initialization into a separate file that's included after
PHP version and core dependency checks are run
2017-01-23 09:05:21 -05:00