This is an automated email from the ASF dual-hosted git repository.
nmalin 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 e9e91da Improved: Publish ofbiz release 18.12.19
e9e91da is described below
commit e9e91dafb862aff0ca138ac2982bef0672cb8817
Author: Nicolas Malin <[email protected]>
AuthorDate: Tue Apr 1 14:38:21 2025 +0200
Improved: Publish ofbiz release 18.12.19
---
template/page/download.tpl.php | 8 +++--
template/page/release-notes-18.12.19.tpl.php | 49 ++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 2 deletions(-)
diff --git a/template/page/download.tpl.php b/template/page/download.tpl.php
index 1fac78f..a430a12 100644
--- a/template/page/download.tpl.php
+++ b/template/page/download.tpl.php
@@ -30,13 +30,17 @@
<div class="tab-pane active" id="tabs-1">
<ul>
<li>
- <h2>OFBiz 18.12.18</h2>
- <a
href="https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-18.12.18.zip"
target="external" class="moreLink">→ Download</a>
+ <h2>OFBiz 18.12.19</h2>
+ <a
href="https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-18.12.19.zip"
target="external" class="moreLink">→ Download</a>
</li>
</ul>
</div>
<div class="tab-pane" id="tabs-2">
<ul>
+ <li>
+ <h2>OFBiz 18.12.19</h2>
+ <a href="release-notes-18.12.19.html"
class="moreLink">→ View</a>
+ </li>
<li>
<h2>OFBiz 18.12.18</h2>
<a href="release-notes-18.12.18.html"
class="moreLink">→ View</a>
diff --git a/template/page/release-notes-18.12.19.tpl.php
b/template/page/release-notes-18.12.19.tpl.php
new file mode 100644
index 0000000..cb27dda
--- /dev/null
+++ b/template/page/release-notes-18.12.19.tpl.php
@@ -0,0 +1,49 @@
+<?php //Variable declarations for region templates
+ $head_title = '<title>The Apache OFBiz® Project - Release Notes
18.12.18</title>';
+?>
+ <!-- page content -->
+ <section id="content" class="fullWidth">
+ <header class="headerPage">
+ <div class="container clearfix">
+ <div class="row">
+ <h1 class="span8">Release Notes 18.12.19</h1>
+ <div class="span4" id="navTrail"> <a href="index.html"
class="homeLink">home</a><span>/</span><a
href="download.html">Download</a><span>/</span><span class="current">Release
Notes 18.12.19</span> </div>
+ </div>
+ </div>
+ </header>
+ <section id="content" class="features" >
+ <div class="slice clearfix">
+ <div class="container">
+<div class="row">
+ <div>
+ <p>Apache OFBiz® 18.12.19, released in April 2025, is the 19th release
of the 18.12 series, which has been feature-frozen since December 2018,
receiving only bug fixes.</p>
+
+
+<h2> Sub-task
+</h2>
+<ul>
+<li>[<a
href='https://issues.apache.org/jira/browse/OFBIZ-13216'>OFBIZ-13216</a>] -
[SECURITY] Several CVEs in Apache Tomcat
+</li>
+</ul>
+
+<h2> Bug
+</h2>
+<ul>
+<li>[<a
href='https://issues.apache.org/jira/browse/OFBIZ-13217'>OFBIZ-13217</a>] -
Update best-bet behavior in ContentUrlTag.java
+</li>
+</ul>
+
+<h2> Improvement
+</h2>
+<ul>
+<li>[<a
href='https://issues.apache.org/jira/browse/OFBIZ-13219'>OFBIZ-13219</a>] -
Only accept right URLs as referrer
+</li>
+</ul>
+
+
+ </div>
+</div>
+</div>
+</div>
+</section>
+</section>