Important Changes
- Changed URL of the Projects Board from
/projects-board/
to/projects/
for consistency with similar API calls. Old URL will redirect to new URL.
Other Changes
- Label Customization: added a
Reset
button for users to more easily restore the default English text during the Label customization process. - Moved user first and last name fields to the registration form from the create profile form to prevent data loss.
- Brought back password creation tips to the registration, password reset, and forgot password forms, and updated their UI for clarity for the user.
- Replaced existing content on the registry public pages with a
Go to Account
button if user is already a member of that account. - Added a registry search filter for communities with public boundaries.
- Added watermarked images for all Notices and Labels in the API.
Bug Fixes
- Added functionality to prevent unconfirmed communities from being able to add contributors to a Project.
- Registration/login with Google was failing for users whose names were less than 5 characters long due to a validation error.
- Embedded Projects set up for non-existed Projects returned a 500 Server error, will now return 404 Not Found instead.
- On some pages, success/info/error toast messages were appearing multiple times.
- Sandbox: Create a Project button on the Notices page was disabled due to incorrect logic.