Reproduction
- Have a wiki with the default naming convention (ie "replace characters", with "/" and "\" replaced to nothing)
- Create a book
- Create a version "V1"
- Create a versioned page, which will be for "V1"
- Change the title of the version "V1" to "V1.0"
Result The version is effectively renamed to "V1.0", but the content pages are using the slug naming validation, so they are named "V1-0". This leads to the redirection to page content not working because the reference of the version isn't the same. Expected result The content pages are renamed to "V1.0" also |