Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version 3.0.0 -> 3.1.0 #315

Merged
merged 1 commit into from
Aug 3, 2022
Merged

Bump version 3.0.0 -> 3.1.0 #315

merged 1 commit into from
Aug 3, 2022

Conversation

pacoorozco
Copy link
Owner

@pacoorozco pacoorozco commented Aug 3, 2022

NOTE: The way that a Badge is triggered after a Question is answered has changed. Currently, Questions will trigger the completion of the Badge that contains matching tags.

Added

  • Dispatched event UserProfileUpdated when the user's profile has been modified.
  • Add password validation: min. 8 characters, including mixed cased letters, numbers and symbols.
  • Forgot password capability to allow users to recover their accounts..(#284)
  • Implement user's registration, in order to allow users to register themselves.
  • User's notifications after user creation/registration.
  • Badges can be tagged in order to filter which Questions will trigger the completion. (#309)

Changed

  • Remove sensible information (like gender, url, phone...) from the user's profile. (#256)
  • Fix HTTP method for the user's profile update to PUT.
  • Update dependencies. (#262, #263, #264, #265, #266)
  • Protect the whole application to ensure users has verified their email address.
  • Protect user's profile edit through password confirmation.
  • The User, Level, Badge and Question screens has been refactored to make it more user-friendly.
  • Improved test coverage.

Fixed

  • Error showing Badges with more than one actuator.
  • Issue when uploading badge images. (#257)

Removed

  • Admins can't create or modify user's password in favor of Forgot password capability. (#285)
  • Question's actions has been removed in favor of the use of Tagging. (#309)

Signed-off-by: pacoorozco <paco@pacoorozco.info>
@pacoorozco pacoorozco merged commit faa223b into main Aug 3, 2022
@pacoorozco pacoorozco deleted the release-3.1.0 branch August 3, 2022 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant