Release notes: 20230622_11064019

Thursday, June 22, 2023 | Rich Lane

This build adds new functionality to webapps, allowing users to clone existing records with the click of a button. It also adds the ability to save JSON structures directly in a webapp, which is useful for sorting configs or other settings. Additionally, this build includes various bug and performance improvements, as well as general clean-up.

New

Admin: Webapps: Webapp content entry cloning. Ability to clone and "add a duplicate" of an existing record with two clicks.
Admin: General: System level remote instance information avaiable via graphql. Used in backend tool management of builds.
Admin: Webapps: Textarea subtype JSON to save config and formatted structured content. Useful for storage of internal / external configs, API requests / responses and general structed JSON.

Update

Admin: Webapps: AI option box correctly shows for items after the previous AI option.
Admin: Webapps: Include once for lib now correctly renders more that one include once block of code.
Admin: General: Fix to remote records as action is a reserved word.

Change

Admin: General: Site config filename changes to to POS issue with underscores and updating files.
Admin: General: Upgraded to jQuery v3.7.0, remove old support for early browsers and noticeable speed up in page rendering.
Admin: General: Remote records endpoint security turn on for wider rollout.
Admin: General: All your base are belong to us, logo update.
Admin: General: General code cleanup.