This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new 0b093b7 Add links to release notes of previous 18.12 releases.
0b093b7 is described below
commit 0b093b741fef33727955c345026dc91e5205bf27
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Fri Nov 26 10:00:14 2021 +0100
Add links to release notes of previous 18.12 releases.
---
download.html | 4 ++++
template/page/download.tpl.php | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/download.html b/download.html
index 8fc413d..c1845a0 100644
--- a/download.html
+++ b/download.html
@@ -157,6 +157,10 @@
<a href="release-notes-18.12.02.html"
class="moreLink">→ View</a>
</li>
<li>
+ <h2>OFBiz 18.12.01</h2>
+ <a href="release-notes-18.12.01.html"
class="moreLink">→ View</a>
+ </li>
+ <li>
<h2>OFBiz 17.12.08</h2>
<a href="release-notes-17.12.08.html"
class="moreLink">→ View</a>
</li>
diff --git a/template/page/download.tpl.php b/template/page/download.tpl.php
index 43ca78a..54e6e62 100644
--- a/template/page/download.tpl.php
+++ b/template/page/download.tpl.php
@@ -46,6 +46,10 @@
<a href="release-notes-18.12.02.html"
class="moreLink">→ View</a>
</li>
<li>
+ <h2>OFBiz 18.12.01</h2>
+ <a href="release-notes-18.12.01.html"
class="moreLink">→ View</a>
+ </li>
+ <li>
<h2>OFBiz 17.12.08</h2>
<a href="release-notes-17.12.08.html"
class="moreLink">→ View</a>
</li>