Minor fixes.

On  we released version 2.4.2 of Userscripts for Confluence!

This version provides minor bug fixes.

Installation Instructions

Simply install the app via the Atlassian Marketplace or the downloaded OBR artifact.

List of Changes

Key Summary T P Status Resolution Description
USR4C-33 Compatibility with Confluence 9.0 Improvement Minor (migrated) Done Fixed

Updates to the code for compatibility with Confluence 9.0.

USR4C-35 Find Menu Parent Bug Critical (migrated) Done Fixed

When trying to determine the parent of a menu element, the registering failed if the element has no parent element.

We need to make sure to also terminate when encountering a node that is not an element.

USR4C-37 Find Menu Parent jquery Bug Minor (migrated) Done Fixed

Render Default Sync with jquery correctly.

USR4C-36 Log Message Rendering Bug Minor (migrated) Done Fixed

Fix rendering of log message "[dynamic-menu-us4c] No navigation container with ID "{0}" found on page to add menu. No menu is added. create-page-button".

The format is missing.

USR4C-34 Incorrect Logging Message for Dynamic Menu Bug Minor (migrated) Done Fixed

When inserting a menu the logger renders

[dynamic-menu-us4c] Found create button on page.

even if another item is specified as third parameter in registerMenu.

The logging should reflect the selected identifier so that the user is made aware that the specified menu item identifier has been recognized.