Upgrade Instructions
When a new version of the Fonto Editor is released, there are a few steps that you need to execute in order to upgrade.
-
Install or update the FontoXML Development Tools and its requirements, and make sure you have a valid license file, that has access to the Fonto Editor, on your system.
You can validate the installation of the tools and the products in your license by running
fdt license validate
. -
Open a terminal in the root folder of your Fonto Editor.
-
Check which versions are released and are currently available by running
fdt editor versions
. -
Upgrade by running
fdt editor upgrade --version <version>
where<version>
is the version to upgrade to. -
A prompt will be displayed asking you to
Upgrade the
. Once the prompt is shown, press enter.Fonto Editor instance... -
Refer to the upgrade instructions for the versions between your previous version and the new version you are upgrading to for details on configuration changes. Also check for deprecated APIs, since they will be scheduled for removal later.
-
Update any localization message bundles you may have by using the new
messages-template.json
file and the localization tools. -
You can remove the backup folder that was created during the upgrade process after following all previous steps and confirming the upgrade was finished successfully.