This is an automated email from the ASF dual-hosted git repository.
jsinovassinnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git
The following commit(s) were added to refs/heads/master by this push:
new c88dcd5 Apache Unomi 2.6.0 Release website update
c88dcd5 is described below
commit c88dcd5feeef4594193a4348578b72d3dee8fe90
Author: jsinovassin <[email protected]>
AuthorDate: Wed Dec 11 17:56:04 2024 +0100
Apache Unomi 2.6.0 Release website update
---
src/main/webapp/_data/unomi.yml | 6 +++---
src/main/webapp/index.html | 18 ++++++++++++++++++
2 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/_data/unomi.yml b/src/main/webapp/_data/unomi.yml
index c5d63f9..51d768c 100644
--- a/src/main/webapp/_data/unomi.yml
+++ b/src/main/webapp/_data/unomi.yml
@@ -1,14 +1,14 @@
latest:
stable:
- version: 2.6.0
+ version: 2.6.1
development:
version: 2.7.0-SNAPSHOT
next:
stable:
- version: 2.6.0
+ version: 2.6.1
development:
version: 2.7.0-SNAPSHOT
branch:
version: master
doc:
- version: master
\ No newline at end of file
+ version: master
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 5a6067c..b9b47b0 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -30,6 +30,24 @@ layout: default
<h1 class="mb-5">News</h1>
+ <div class="row">
+ <div class="col-lg-6 pl-5">
+ <h3>Version 2.6.1 released!</h3>
+ <h4>Changes in 2.6.1 (since 2.6.0)</h4>
+
+ <h5> Bug
+ </h5>
+ <ul>
+ <li>[<a
href='https://issues.apache.org/jira/browse/UNOMI-866'>UNOMI-866</a>] -
Remove hardcoded version of log4j-extension
+ </li>
+ <li>[<a
href='https://issues.apache.org/jira/browse/UNOMI-867'>UNOMI-867</a>] -
Fix reIndex in migration to allow to call the method multiple times
+ </li>
+ </ul>
+ </div><!-- /.col-lg-8 -->
+ <div class="col-lg-6 my-auto mx-auto">
+ </div><!-- /.col-lg-4 -->
+ </div><!-- /.row -->
+
<div class="row">
<div class="col-lg-6 pl-5">
<h3>Version 2.6.0 released!</h3>