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 Dec 30, 2023
1 parent dd44d70 commit 7e51832
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 @@ -277,3 +277,7 @@ include::include/en/{file-to-include}[]
== 4.17
:file-to-include: changelog_4.17_en.adoc
include::include/en/{file-to-include}[]

== 4.18
:file-to-include: changelog_4.18_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 @@ -223,11 +223,11 @@
<div class="col-lg-6">
<div id="ChangelogPanel">
<div class="panel panel-default whiteCard">
<div class="panel-heading card" data-target="#Changelog41700">
<div class="panel-heading card" data-target="#Changelog41800">
<span class="fa fa-pie-chart fa-fw"></span>
<label id="changelogLabel">Changelog</label>
</div>
<div class="panel-body collapse in" id="Changelog41700">
<div class="panel-body collapse in" id="Changelog41800">
<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 @@ -129,10 +129,10 @@ $.when($.getScript("js/global/global.js")).then(function () {
loadBuildRevTable();

// Display Changelog;
$("#documentationFrame").attr("src", "./documentation/D2/changelog_4.17_en.html");
$("#documentationFrame").attr("src", "./documentation/D2/changelog_4.18_en.html");
var windowsHeight = $(window).height() + 'px';
$('#documentationFrame').css('height', '400px');
$("#changelogLabel").html("Changelog 4.17");
$("#changelogLabel").html("Changelog 4.18");

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

0 comments on commit 7e51832

Please sign in to comment.