We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bd322 commit 410310aCopy full SHA for 410310a
CHANGELOG.md
@@ -7,6 +7,12 @@ The format is based on
7
This project adheres to
8
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
9
10
+## [v3.0.3] - 2018-06-08
11
+### Security
12
+- Prevent non-managers from viewing challenge admin page when following a
13
+ direct link (#384).
14
+
15
16
## [v3.0.2] - 2018-06-04
17
### Added
18
- Allow all users to create new projects.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "maproulette3",
3
- "version": "3.0.2",
+ "version": "3.0.3",
4
"private": true,
5
"dependencies": {
6
"@mapbox/geojsonhint": "^2.0.1",
0 commit comments