svn commit: r1809826 - in /ofbiz/site: download.html template/page/download.tpl.php

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1809826 - in /ofbiz/site: download.html template/page/download.tpl.php

Deepak Dixit-5
Author: deepak
Date: Wed Sep 27 10:30:28 2017
New Revision: 1809826

URL: http://svn.apache.org/viewvc?rev=1809826&view=rev
Log:
Fixed: Release Notes link on downloads page in OFBiz new website are not working for individual releases (OFBIZ-9796)
Thanks Aditya Sharma for reporting the issue

Modified:
    ofbiz/site/download.html
    ofbiz/site/template/page/download.tpl.php

Modified: ofbiz/site/download.html
URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1809826&r1=1809825&r2=1809826&view=diff
==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Wed Sep 27 10:30:28 2017
@@ -166,7 +166,7 @@
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc" target="_blank">[PGP]</a>
       <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5" target="_blank">[MD5]</a>
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha" target="_blank">[SHA12]</a>
-            <a href ="#">[Release Notes]</a></p>
+            <a href ="release-notes-16.11.03.html">[Release Notes]</a></p>
             <h2>Apache OFBiz 13.07.03</h2>
             <div class="divider"><span></span></div>
             <p> Released in April 2016, is the third and final release of the 13.07 series, that has been stabilized with bug fixes since July 2013. </p>
@@ -175,10 +175,10 @@
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="_blank">[PGP]</a>
       <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="_blank">[MD5]</a>
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="_blank">[SHA12]</a>
-            <a href ="#">[Release Notes]</a></p>    
+            <a href ="release-notes-13.07.03.html">[Release Notes]</a></p>
        <h2>Special Notice Regarding Branches 14.12 and 15.12</h2>
             <p>The branches 14.12 and 15.12 contain the complete codebase including the specialpurpose components and will remain as unreleased branches so will be accessible for developers and service providers to support their client base. The project has changed the Apache OFBiz build system from Apache Ant to Gradle beginning with the 16.11* series of releases so 14.12 and 15.12 are still using Ant.</p>
-      <p>Branches 14.12 and 15.12 will be supported until <strong>July 2017</strong> and during this period bug fixes will be backported to them</p>
+      <p>Branches 14.12 and 15.12 will be no longer supported</p>
 
 
             <h2>Apache OFBiz 12.04 and earlier</h2>

Modified: ofbiz/site/template/page/download.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/download.tpl.php?rev=1809826&r1=1809825&r2=1809826&view=diff
==============================================================================
--- ofbiz/site/template/page/download.tpl.php (original)
+++ ofbiz/site/template/page/download.tpl.php Wed Sep 27 10:30:28 2017
@@ -66,7 +66,7 @@
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.asc" target="_blank">[PGP]</a>
       <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.md5" target="_blank">[MD5]</a>
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.03.zip.sha" target="_blank">[SHA12]</a>
-            <a href ="#">[Release Notes]</a></p>
+            <a href ="release-notes-16.11.03.html">[Release Notes]</a></p>
             <h2>Apache OFBiz 13.07.03</h2>
             <div class="divider"><span></span></div>
             <p> Released in April 2016, is the third and final release of the 13.07 series, that has been stabilized with bug fixes since July 2013. </p>
@@ -75,10 +75,10 @@
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.asc" target="_blank">[PGP]</a>
       <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.md5" target="_blank">[MD5]</a>
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-13.07.03.zip.sha" target="_blank">[SHA12]</a>
-            <a href ="#">[Release Notes]</a></p>    
+            <a href ="release-notes-13.07.03.html">[Release Notes]</a></p>
        <h2>Special Notice Regarding Branches 14.12 and 15.12</h2>
             <p>The branches 14.12 and 15.12 contain the complete codebase including the specialpurpose components and will remain as unreleased branches so will be accessible for developers and service providers to support their client base. The project has changed the Apache OFBiz build system from Apache Ant to Gradle beginning with the 16.11* series of releases so 14.12 and 15.12 are still using Ant.</p>
-      <p>Branches 14.12 and 15.12 will be supported until <strong>July 2017</strong> and during this period bug fixes will be backported to them</p>
+      <p>Branches 14.12 and 15.12 will be no longer supported</p>
 
 
             <h2>Apache OFBiz 12.04 and earlier</h2>