Skip to content

Commit

Permalink
bumpt to v3.14.11 (#2287)
Browse files Browse the repository at this point in the history
* bumpt to v3.14.11
  • Loading branch information
CollinBeczak authored Feb 29, 2024
1 parent 8019297 commit a53aaff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.14.11] - 2023-2-28
Released with [maproulette-backend_v4.4.15](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.15)

## What's Changed
* Disable TopChallenges, and Leaderboard relate features that are broken by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2285
* Fix handler looping issue with leaderboard fetching by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2284

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.14.10...v3.14.11


## [v3.14.10] - 2023-2-19
Released with [maproulette-backend_v4.4.14](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.14)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maproulette3",
"version": "3.14.10",
"version": "3.14.11",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down
2 changes: 2 additions & 0 deletions src/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@
"ChallengeFilterSubnav.query.searchType.task": "Task",
"ChallengeOwnerLeaderboard.additionalReviews.label": "Additional Reviews",
"ChallengeOwnerLeaderboard.averageTime.label": "Avg. Time",
"ChallengeOwnerLeaderboard.challengeOwnerLeaderboardDisabled.label": "Sorry, mapper results for this leaderboard are currently disabled.",
"ChallengeOwnerLeaderboard.points.label": "Pts.",
"ChallengeOwnerLeaderboard.reviewsCompleted.label": "# Reviews",
"ChallengeOwnerLeaderboard.tasksCompleted.label": "# Tasks",
Expand Down Expand Up @@ -1669,6 +1670,7 @@
"Team.name.description": "The unique name of the team",
"Team.name.label": "Name",
"Team.noTeams": "You are not a member of any teams",
"TopUserChallenges.topChallengesDisabled.label": "Results for Top Challenges widget are currently disabled",
"TopUserChallenges.widget.label": "Your Top Challenges",
"TopUserChallenges.widget.noChallenges": "No Challenges",
"User.sort.numOfChallenges": "Score",
Expand Down

0 comments on commit a53aaff

Please sign in to comment.