diff --git a/docs/_includes/release_table.html b/docs/_includes/release_table.html index e96c9cbb422..33dea37fa59 100644 --- a/docs/_includes/release_table.html +++ b/docs/_includes/release_table.html @@ -1,10 +1,18 @@ - - Release {{ prefix }}.x - - +
+
+ + + + + + + + + + + {% for release in config.releases %} -{% if release.prefix == prefix %} -{% endif %} {% endfor %} + +
Release Date GitHub Docker
{% if release.local_path %} @@ -25,5 +33,8 @@ {% endif %}
+
+
diff --git a/docs/_includes/release_table_head.html b/docs/_includes/release_table_head.html deleted file mode 100644 index 984d3527e8f..00000000000 --- a/docs/_includes/release_table_head.html +++ /dev/null @@ -1,13 +0,0 @@ - -
-
- - - - - - - - - - diff --git a/docs/_includes/release_table_tail.html b/docs/_includes/release_table_tail.html deleted file mode 100644 index 71a62305448..00000000000 --- a/docs/_includes/release_table_tail.html +++ /dev/null @@ -1,4 +0,0 @@ - -
Release Date GitHub Docker
-
-
diff --git a/docs/docs/releases/release_notes.md b/docs/docs/releases/release_notes.md index 9d1156c6728..ae205a7b950 100644 --- a/docs/docs/releases/release_notes.md +++ b/docs/docs/releases/release_notes.md @@ -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