the instructions are in the plugin settings page, here they are
**************************************************************************
In \themes\flow\templates\upgrade.html find:
<?php include_once(SITE_TEMPLATES_PATH . '/partial/_upgrade_boxes.inc.php'); ?>
After add:
<?php
// include any plugin includes
pluginHelper::includeAppends('_upgrade.php');
?>
**************************************************************************
That’s all!
