Sitejet Builder Release Notes
Last modified: November 5, 2024
The following cPanel & WHM versions support the Sitejet Builder plugin:
- cPanel & WHM version 110
- cPanel & WHM version 116 and later
Sitejet Builder version 1.6.0
Released November 2024
New WHM API 1 functions
get_commerce
– This function returns Sitejet Commerce data.set_commerce
– This function enables Sitejet Commerce for all users and allows the hosting provider to set a custom URL for their payment platform. Customers can use this link to purchase the Sitejet Commerce upgrade.
Deprecated API 1 functions
get_ecommerce
– We renamed this functionget_commerce
.set_ecommerce
– We renamed this functionset_commerce
.
Sitejet Builder version 1.5.0
Released August 2024
Updated French translations
We added an improved set of French translations. This will provide a better experience for users who prefer French.
Sitejet Builder version 1.4.1-2
Released July 2024
Added ability to enable and disable Sitejet Commerce
We added the ability for hosting providers to enable and disable Sitejet Commerce using WHM’s get_ecommerce
and set_ecommerce
functions. Sitejet Commerce allows users to create, design, and manage a store on their website.
New WHM API 1 functions
get_ecommerce
– This function returns Sitejet Commerce data.set_ecommerce
– This function enables Sitejet Commerce for all users and allows the hosting provider to set a custom URL for their payment platform. Customers can use this link to purchase the Sitejet Commerce upgrade.
Sitejet Builder version 1.4.0
Released April 2024
Updated suppported languages
We added language support for Spanish (Central American), Indonesian, Portuguese (Brazilian), Arabic, German, French, Japanese, and Turkish .
Sitejet Builder version 1.3.0
Released March 2024
Added the ability to move a Sitejet website
We added the ability to change a Sitejet website’s document root.
Added progress bar
We added a progress bar to the Website Details interface to show the publishing status of your Sitejet website.
Sitejet Builder version 1.2.0
Released March 2024
Added a restore point
We added the ability to create a restore point. When you publish a website with Sitejet for the first time on a domain that currently has an existing website, we will give you the option to create a restore point. This feature allows the user to recover their non-Sitejet website at a future date.
Added a Continue Editing feature
We added the Continue Editing button. This feature allows the user to continue editing an unpublished Sitejet website.
Renamed Build with Sitejet
We changed the name of the Build with Sitejet button to Try Sitejet. The functionality is the same.
New UAPI functions
Sitejet::create_restore_point
– This function creates a restore point for a domain’s document root and removes the domain’s files.-
Sitejet::restore_document_root
– This function reverts the document root to the restore point.
Modified UAPI functions
Sitejet::get_all_user_sitejet_info
– Added theis_restore_point_available
field.
Sitejet Builder version 1.1.0-3
Released February 2024
Added an interactive website preview
We added the ability to interact with the website preview. You can now scroll, click, and explore the site functionality as it will behave when published.
Sitejet Builder version 1.0.1-45
Released January 2024
Added the Sitejet Builder interface
With the Sitejet Builder plugin, you can create and design a website directly in your web browser for your domain. Sitejet Builder is fully integrated with the Sitejet Website Builder (CMS) website. You can use the Sitejet Website Builder (CMS) to create a website for your domain. Then, you can publish it with your cPanel account.
Sitejet Website Builder (CMS) allows you to personalize the appearance of your website with a drag-drop editor or start from scratch and build your website from the ground up. Every template is fully customizable.
The Sitejet Builder interface (cPanel » Home » Domains » Sitejet Builder) lists all the domains associated with your account. Use this interface to view and manage the websites created for your domains with the Sitejet Website Builder (CMS). If you have an existing website, you can use this interface to build a new website for your domain with Sitejet.
New UAPI functions
Sitejet::create_account
– This function creates a Sitejet API token for a cPanel account.Sitejet::get_templates
– This function fetches the list of available Sitejet templates.Sitejet::set_template
– This function sets a Sitejet website’s template.Sitejet::get_api_token
– This function returns the cPanel account’s Sitejet API token.Sitejet::add_api_token
– This function adds an existing Sitejet API token to a cPanel user.Sitejet::create_website
– This function creates a Sitejet ID for the specified domain.Sitejet::start_publish
– This function publishes a domain’s Sitejet website.Sitejet::get_all_user_sitejet_info
– This function returns the Sitejet domains’ information for the cPanel account.Sitejet::get_sso_link
– This function returns a Sitejet website’s SSO URL.Sitejet::get_preview_url
– This function returns a Sitejet website’s preview URL.