Skip to content

Commit

Permalink
create a new changelog file for the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 committed Jan 25, 2025
1 parent 7db25d8 commit 42b712c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,7 @@ include::include/en/{file-to-include}[]
== 4.19
:file-to-include: changelog_4.19_en.adoc
include::include/en/{file-to-include}[]

== 4.20
:file-to-include: changelog_4.20_en.adoc
include::include/en/{file-to-include}[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
*Bug fixes*
[square]
* none

*Improvements / New features*
[square]
* none

*Warning to be considered before applying the version (deprecated features)*
[square]
* none
4 changes: 2 additions & 2 deletions source/src/main/webapp/Homepage.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,11 @@
<div class="col-lg-6">
<div id="ChangelogPanel">
<div class="panel panel-default whiteCard">
<div class="panel-heading card" data-target="#Changelog41900">
<div class="panel-heading card" data-target="#Changelog42000">
<span class="fa fa-pie-chart fa-fw"></span>
<label id="changelogLabel">Changelog</label>
</div>
<div class="panel-body collapse in" id="Changelog41900">
<div class="panel-body collapse in" id="Changelog42000">
<iframe id="documentationFrame" style="width:100%" frameborder="0" scrolling="yes"/>
</iframe>
</div>
Expand Down
4 changes: 2 additions & 2 deletions source/src/main/webapp/js/pages/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ $.when($.getScript("js/global/global.js")).then(function () {
loadBuildRevTable();

// Display Changelog;
$("#documentationFrame").attr("src", "./documentation/D2/changelog_4.19_en.html");
$("#documentationFrame").attr("src", "./documentation/D2/changelog_4.20_en.html");
var windowsHeight = $(window).height() + 'px';
$('#documentationFrame').css('height', '400px');
$("#changelogLabel").html("Changelog 4.19");
$("#changelogLabel").html("Changelog 4.20");

//close all sidebar menu
closeEveryNavbarMenu();
Expand Down

0 comments on commit 42b712c

Please sign in to comment.