Commit bb01b4f131a273e0d1da78bd1fd1936ff151458b
1 parent
0787726a
Exists in
master
and in
4 other branches
Warning about issue numbers.
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
doc/update/6.0-to-6.1.md
1 | 1 | # From 6.0 to 6.1 |
2 | 2 | |
3 | -# In 6.1 we removed a lot of deprecated stuff. | |
4 | -# So you should update to 6.0 before continue | |
3 | +# In 6.1 we remove a lot of deprecated code. | |
4 | +# You should update to 6.0 before installing 6.1 so all the necessary conversions are run. | |
5 | + | |
6 | +### Deprecations | |
7 | + | |
8 | +#### Global issue numbers | |
9 | + | |
10 | +In 6.1 issue numbers are project specific. This means all issues are renumbered and get a new number in their url. If you use an old issue number url and the issue number does not exist yet you are redirected to the new one. This conversion does not trigger if the old number already exists for this project, this is unlikely but will happen with old issues and large projects. | |
5 | 11 | |
6 | 12 | ### 0. Backup |
7 | 13 | ... | ... |