File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 66 "support_url" : " https://github.com/mattermost/mattermost-plugin-boards/issues" ,
77 "release_notes_url" : " https://github.com/mattermost/mattermost-plugin-boards/releases" ,
88 "icon_path" : " assets/starter-template-icon.svg" ,
9- "version" : " 9.1.5 " ,
9+ "version" : " 9.1.6 " ,
1010 "min_server_version" : " 7.2.0" ,
1111 "server" : {
1212 "executables" : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
1010 />
1111 <a
1212 class = " GlobalHeaderComponent__button help-button"
13- href = " https://www.focalboard.com/fwlink/doc-boards.html?v=9.1.5 "
13+ href = " https://www.focalboard.com/fwlink/doc-boards.html?v=9.1.6 "
1414 rel = " noreferrer"
1515 target = " _blank"
1616 >
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ exports[`components/sidebarSidebar dont show hidden boards 1`] = `
5151 >
5252 <div
5353 class = " version"
54- title = " v9.1.5 "
54+ title = " v9.1.6 "
5555 >
56- v9.1.5
56+ v9.1.6
5757 </div >
5858 </div >
5959 </div >
@@ -252,9 +252,9 @@ exports[`components/sidebarSidebar should assign default category if current boa
252252 >
253253 <div
254254 class = " version"
255- title = " v9.1.5 "
255+ title = " v9.1.6 "
256256 >
257- v9.1.5
257+ v9.1.6
258258 </div >
259259 </div >
260260 </div >
@@ -508,9 +508,9 @@ exports[`components/sidebarSidebar shouldnt do any category assignment is board
508508 >
509509 <div
510510 class = " version"
511- title = " v9.1.5 "
511+ title = " v9.1.6 "
512512 >
513- v9.1.5
513+ v9.1.6
514514 </div >
515515 </div >
516516 </div >
@@ -919,9 +919,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
919919 >
920920 <div
921921 class = " version"
922- title = " v9.1.5 "
922+ title = " v9.1.6 "
923923 >
924- v9.1.5
924+ v9.1.6
925925 </div >
926926 </div >
927927 </div >
@@ -1213,9 +1213,9 @@ exports[`components/sidebarSidebar some categories hidden 1`] = `
12131213 >
12141214 <div
12151215 class = " version"
1216- title = " v9.1.5 "
1216+ title = " v9.1.6 "
12171217 >
1218- v9.1.5
1218+ v9.1.6
12191219 </div >
12201220 </div >
12211221 </div >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class Constants {
3838 static readonly titleColumnId = '__title'
3939 static readonly badgesColumnId = '__badges'
4040
41- static readonly versionString = '9.1.5 '
41+ static readonly versionString = '9.1.6 '
4242
4343 static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/migrate-to-boards.html'
4444 static readonly imports = [
You can’t perform that action at this time.
0 commit comments