Skip to content

Releases: enkelmedia/Umbraco-SeoVisualizer

v17.0.0

27 Nov 23:01

Choose a tag to compare

Updates dependencies to support Umbraco 17.0.0

17.0.0-rc1

14 Nov 07:55

Choose a tag to compare

New version of the package that runs in Umbraco 17.0.0-rc2 or higher

16.0.1

12 Jun 22:15

Choose a tag to compare

Patch release that adds Croatian localization and fixes culture-naming for localization extensions.

15.0.1

12 Jun 22:12

Choose a tag to compare

Patch release that adds Croatian localization.

v15.0.0

21 Nov 15:36

Choose a tag to compare

Support for Umbraco 15, just changed dependencies and some TypeScript times. Upgrades should be smooth.

v14.0.0

21 Nov 15:23

Choose a tag to compare

Support for Umbraco 14

v11.1.1

10 May 09:38

Choose a tag to compare

New release where client assets was moved to a Razor Class Library and updates for multi language support.

Razor Class Library

Project changed to be a Razor Class Library, more details here: https://www.enkelmedia.se/blogg/2023/5/9/converting-a-umbraco-package-to-a-razor-class-library/

Multi language support

We not support showing the right node name and URL based on the culture being edited.

v10.1.2

21 Oct 10:42

Choose a tag to compare

New release with a couple of new features

No index-toggle

A great new feature from #18 by @mrflo that adds a toggle for "No Index" to the property editor. To use this the data type needs to be configured to "Show noindex-option". Thanks a lot for this!

Exclude Default Title Suffix

Added an toggle to let editors exclude the default title suffix on certain pages. This toggle is only shown when the "Default Title Suffix" is configured on the data type.

Breaking Change

The Property Value Converter will automatically append the Default Title Prefix based on the above settings. This is a new behavior and you have to adjust your implementation so handle this.