umbraco / Umbraco-CMS

Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
https://umbraco.com
MIT License
4.45k stars 2.68k forks source link

Version number not updated correctly in v7.15.9 #13053

Closed dvandevliet closed 2 years ago

dvandevliet commented 2 years ago

Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)

7.15.9

Bug summary

After installing update v7.15.9 in the web.config the version number is 7.15.8

Expected to see version bumped to 7.15.9 in the web.config

Specifics

The following commit for release of 7.15.9 did not update version number in Umbraco.Core https://github.com/umbraco/Umbraco-CMS/commit/da6bc2bdea4cad93cd7b07253a87093dd037bb3d

At least this file of 7.15.9 still contains the version number 7.15.8 https://github.com/umbraco/Umbraco-CMS/blob/v7/7.15.9/src/Umbraco.Core/Configuration/UmbracoVersion.cs

Steps to reproduce

Install Umbraco v7.15.9

Expected result / actual result

Expected: Umbraco version in web.config is 7.15.9 Actual: Umbraco version in web.config is 7.15.8

github-actions[bot] commented 2 years ago

Hi there @dvandevliet!

Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.

We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.

We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.

Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:

dvandevliet commented 2 years ago

Hi,

I understand that v7 is old and not high priority, but the current available release v7.15.9 is now broken. To fix the release no indepth coding is required except a correct bump to v7.15.10.

I would greatly appreciate if you could find time to fix this as this is now blocking us in deploying the security update this patch was released for.

Thank you, David

nul800sebastiaan commented 2 years ago

Fixed in https://github.com/umbraco/Umbraco-CMS/pull/13076 - this was just released now. Apologies for the delay! And Thank you for your patience 🙏