WebJET CMS includes a built-in Update section (accessible under Settings → Update in the administration) for applying version upgrades. Updates can be applied directly from the version list or by uploading a local update package.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/webjetcms/webjetcms/llms.txt
Use this file to discover all available pages before exploring further.
Versioning
WebJET CMS uses year-based version numbers. A version like2026.0 means the first release of the 2026 series. Patch releases increment the minor number (for example, 2026.1, 2026.2).
The current installed version is shown with an icon in the version list on the left side of the Update screen.
Update process
Updating to a specific version
Open the Update section
In the administration, navigate to Settings → Update. The left panel lists all available versions. Your current version is marked with a badge icon.
Review the changelog
Click a version in the list to see all changes it introduces on the right side of the screen. Review the changes before proceeding.
Start the update
Select the target version and click the update button to start the upgrade process.
Updating from a file
If you cannot use the version list (for example, when updating an air-gapped server), you can upload an update package directly.Upload the update package
Choose the update file from your local file system and click the upload button.
Custom libraries
If your project includes additional JAR libraries, place them in/WEB-INF/lib-custom/ before running an update.
If an update has already been applied and libraries are missing, copy them from /WEB-INF/lib-custom/ back to /WEB-INF/lib/ to restore boot capability.
Rollback considerations
WebJET CMS does not include a built-in rollback mechanism. Before applying an update:- Back up your database.
- Back up the web application directory, including
/WEB-INF/lib/and any customised files.
