Bug #17689
closedWrong naming of version number levels
0%
Description
As discussed with Franz Holzinger, we discovered that the Extension Manager uses wrong labels for version number levels.
New development version (latest x.x.x+1)
while actually, this clearly indicates that this version contains bugfixes! This is common release policy used by TYPO3 and also many other projects.
Correction:
New bugfix version (latest x.x.x+1)
Additional labels which currently exist but should be removed:
- Override this development version (<version>)
- This version: <version>
=> there is no sense in overwriting existing versions
Correct labels (already existing):
- New sub version (latest x.x+1.0)
- New main version (latest x+1.0.0)
Important:
This fix will just remove the checkboxes, but it won't turn off the feature on the side of TER. So practically it will still be possible to override version numbers.
Because of this, the name of the bugfix option is not renamed and thus remains "new_dev".
(issue imported from #M6533)
Files