File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
resources/documentation/D2 Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -285,3 +285,7 @@ include::include/en/{file-to-include}[]
285285== 4.19
286286:file-to-include: changelog_4.19_en.adoc
287287include::include/en/{file-to-include}[]
288+
289+ == 4.20
290+ :file-to-include: changelog_4.20_en.adoc
291+ include::include/en/{file-to-include}[]
Original file line number Diff line number Diff line change 1+ *Bug fixes*
2+ [square]
3+ * none
4+
5+ *Improvements / New features*
6+ [square]
7+ * none
8+
9+ *Warning to be considered before applying the version (deprecated features)*
10+ [square]
11+ * none
Original file line number Diff line number Diff line change 258258 <div class =" col-lg-6" >
259259 <div id =" ChangelogPanel" >
260260 <div class =" panel panel-default whiteCard" >
261- <div class =" panel-heading card" data-target =" #Changelog41900 " >
261+ <div class =" panel-heading card" data-target =" #Changelog42000 " >
262262 <span class =" fa fa-pie-chart fa-fw" ></span >
263263 <label id =" changelogLabel" >Changelog</label >
264264 </div >
265- <div class =" panel-body collapse in" id =" Changelog41900 " >
265+ <div class =" panel-body collapse in" id =" Changelog42000 " >
266266 <iframe id =" documentationFrame" style =" width :100% " frameborder =" 0" scrolling =" yes" />
267267 </iframe >
268268 </div >
Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ $.when($.getScript("js/global/global.js")).then(function () {
135135 loadBuildRevTable ( ) ;
136136
137137 // Display Changelog;
138- $ ( "#documentationFrame" ) . attr ( "src" , "./documentation/D2/changelog_4.19_en .html" ) ;
138+ $ ( "#documentationFrame" ) . attr ( "src" , "./documentation/D2/changelog_4.20_en .html" ) ;
139139 var windowsHeight = $ ( window ) . height ( ) + 'px' ;
140140 $ ( '#documentationFrame' ) . css ( 'height' , '400px' ) ;
141- $ ( "#changelogLabel" ) . html ( "Changelog 4.19 " ) ;
141+ $ ( "#changelogLabel" ) . html ( "Changelog 4.20 " ) ;
142142
143143 //close all sidebar menu
144144 closeEveryNavbarMenu ( ) ;
You can’t perform that action at this time.
0 commit comments