File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,16 @@ The format is based on
77This project adheres to
88[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ v3.0.4] - 2018-06-08
11+ ### Added
12+ - Option on user profile page to reset API key
13+ - Button on user profile page to copy API key to clipboard
14+
15+
1016## [ v3.0.3] - 2018-06-08
1117### Security
1218- Prevent non-managers from viewing challenge admin page when following a
13- direct link (#384 ).
19+ direct link (#383 ).
1420
1521
1622## [ v3.0.2] - 2018-06-04
Original file line number Diff line number Diff line change 11{
22 "name" : " maproulette3" ,
3- "version" : " 3.0.3 " ,
3+ "version" : " 3.0.4 " ,
44 "private" : true ,
55 "dependencies" : {
66 "@mapbox/geojsonhint" : " ^2.0.1" ,
Original file line number Diff line number Diff line change 279279 "Task.controls.untrack.label" : " Stop tracking this Task" ,
280280 "ActiveTask.indicators.virtualChallenge.tooltip" : " Virtual Challenge" ,
281281 "UserProfile.apiKey.header" : " API Key" ,
282+ "UserProfile.apiKey.controls.copy.label" : " Copy" ,
283+ "UserProfile.apiKey.controls.reset.label" : " Reset" ,
282284 "UserProfile.tabs.overview" : " Overview" ,
283285 "UserProfile.tabs.activity" : " Activity" ,
284286 "UserProfile.tabs.settings" : " Settings" ,
You can’t perform that action at this time.
0 commit comments