Vanish will no longer present a button to use with Admin Panel due to the change of permissions within Vanish. I changed this line...
private const string permVanish = "vanish.use";
to...
private const string permVanish = "vanish.allow";
This change has made Admin Panel functional again for Vanish.
private const string permVanish = "vanish.use";
to...
private const string permVanish = "vanish.allow";
This change has made Admin Panel functional again for Vanish.