File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ currentMenu: change-log
55
66# Change Log
77
8+ ## 2.0.0-rc2
9+
10+ __ Chores__
11+ * Add .net 4 version of Core assembly.
12+ * Gracefully shutdown Web API to avoid service restart issues.
13+ * Initialize logger in the type where it is used.
14+
15+ __ Fixes__
16+ * Delete SimpleTrigger from Elasticsearch repo when it is "finalized" by the scheduler.
17+ This prevents jobs scheduled with SimpleTriggers from possibly rerunning when the server restarts.
18+
819## 2.0.0-rc1
920
1021__ Fixes__
Original file line number Diff line number Diff line change 4747 relativeUrl : console-client.html
4848 angularjs-api-module :
4949 text : AngularJS Client
50- iconClass : ' fa fa-fw fa-desktop '
50+ iconClass : ' icon ion-social-angular '
5151 relativeUrl : angularjs-api-module.html
5252 dashboard :
5353 text : Web Dashboard
Original file line number Diff line number Diff line change 1717 "font-awesome" : " ~4.3.0" ,
1818 "highlightjs" : " ~8.4.0" ,
1919 "jquery" : " ~2.1.3" ,
20- "bootswatch" : " ~3.3.2"
20+ "bootswatch" : " ~3.3.2" ,
21+ "ionicons" : " ~2.0.1"
2122 },
2223 "resolutions" : {
2324 "jquery" : " ~1.11.0"
Original file line number Diff line number Diff line change 33 <head >
44 <meta charset =" utf-8" >
55 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
6- <link rel =" shortcut icon" href =" images/favicon.ico" />
6+ <link rel =" shortcut icon" href =" {{ baseUrl }}/ images/favicon.ico" />
77
88 <title >{{ title }}</title >
99
1010 <link rel =" stylesheet" href =" {{ baseUrl }}/bower_components/bootswatch/paper/bootstrap.min.css" >
1111 <link rel =" stylesheet" href =" {{ baseUrl }}/bower_components/font-awesome/css/font-awesome.min.css" >
12+ <link rel =" stylesheet" href =" {{ baseUrl }}/bower_components/ionicons/css/ionicons.min.css" >
1213 <link rel =" stylesheet" href =" {{ baseUrl }}/bower_components/highlightjs/styles/dark.css" >
1314 <link rel =" stylesheet" href =" {{ baseUrl }}/css/main.css" >
1415 </head >
Original file line number Diff line number Diff line change 33<head >
44 <meta charset =" utf-8" >
55 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
6- <link rel =" shortcut icon" href =" images/favicon.ico" />
6+ <link rel =" shortcut icon" href =" {{ baseUrl }}/ images/favicon.ico" />
77
88 <title >{{ title }}</title >
99
You can’t perform that action at this time.
0 commit comments