Skip to content

Releases: enkelmedia/Umbraco-SeoVisualizer

v15.0.0

21 Nov 15:36
Compare
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
Compare
Choose a tag to compare

Support for Umbraco 14

v11.1.1

10 May 09:38
Compare
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
Compare
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.