2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Simplify release notes docs (#5063)

This commit is contained in:
Oliver
2023-06-17 21:56:26 +10:00
committed by GitHub
parent bf707766b6
commit f6420f98c2
4 changed files with 18 additions and 40 deletions

View File

@ -22,24 +22,8 @@ The head of the *master* code branch represents the "latest and greatest" workin
## Stable Releases
!!! warning "Release Notes"
Starting from version 0.12.0, release notes are now available only on the [InvenTree GitHub Releases Page](https://github.com/inventree/InvenTree/releases). Release notes for versions prior to 0.12.0 are also tagged below.
{% include "release_table_head.html" %}
{% with prefix="0.11" %}{% include "release_table.html" %}{% endwith %}
{% with prefix="0.10" %}{% include "release_table.html" %}{% endwith %}
{% with prefix="0.9" %}{% include "release_table.html" %}{% endwith %}
{% with prefix="0.8" %}{% include "release_table.html" %}{% endwith %}
{% with prefix="0.7" %}{% include "release_table.html" %}{% endwith %}
{% with prefix="0.6" %}{% include "release_table.html" %}{% endwith %}
{% with prefix="0.5" %}{% include "release_table.html" %}{% endwith %}
{% with prefix="0.4" %}{% include "release_table.html" %}{% endwith %}
{% with prefix="0.3" %}{% include "release_table.html" %}{% endwith %}
{% with prefix="0.2" %}{% include "release_table.html" %}{% endwith %}
{% with prefix="0.1" %}{% include "release_table.html" %}{% endwith %}
{% include "release_table_tail.html" %}
{% include "release_table.html" %}
## Upcoming Features