Releases: enkelmedia/Umbraco-SeoVisualizer
v15.0.0
v14.0.0
Support for Umbraco 14
v11.1.1
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
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.