It is easy to update your application. Once you have downloaded an update package, please use the Browse button in the Upload Your Zip File section. When you have selected the zip file to upload, the updater will take care of the rest."
. "If you have purchased a Pro upgrade, the process is identical. Just browse and upload the zip file."
. "
In some installations, you may need to provide FTP details for the updater to work. If needed, you will be prompted for the credentials. Contact your hosting provider or system admin for details.
");
$updateBox = '';
?>
getLocalVersion();
$remoteVersion = $updater->getRemoteVersion();
$toolTip = $updater->getUpdateText();
if ($updater->isOld()) {
?>
'Allow Update Check',
'value' => 0,
'help' => __("Enable this option to allow automatic update checks. Note that checking for updates requires your server to connect to that of the author. No data is collected from your server during update check; it is a read-only process. If you are okay with connecting to an extenral server, please enable this option to opt in.Click on the Updates button again to reload the page", 'easy-common'),
'type' => 'checkbox');
$updateBox = '
| Option |
Value |
Help |
' .
EZ::renderOption('allow_updates', $allow_updates) .
'
';
?>
Upload Your Upgrade/Update
Working! Please wait...
printForm();
closeBox();
if (EZ::$isInWP) {
$dbSetup = "dbSetup.php?wp&update";
}
else {
$dbSetup = "dbSetup.php?update";
}
?>