Closed rrennick closed 5 years ago
@rrennick the code looks fine to me, but a lot of unit tests are failing now with Travis so there's something wrong with it (not sure what). Could you please review those failures?
@thenbrent I tracked this back to the dependency check always failing when hooked into plugins_loaded
. Due to the negative logic, the tests had been running. When moved to action_scheduler_pre_init
, the dependency check was passing.
Since we want this plugin to self disable this PR would be better merged against an AS merge branch rather than master.
Since we want this plugin to self disable this PR would be better merged against an AS merge branch rather than master.
I've added SHA: b8f7ac20b to make sure the repo is tested against version_3_0_0
now, and reverted the commit to change it to 3.1.0
. All looks good now. 👍
Fixes #50
This PR updates the 2 uses of
plugins_loaded
toaction_scheduler_pre_init
. This will ensure that AS 2.2.0 or later is active.