Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 08:15

Breaking changes

  • Special:ShareAchievementBadge is renamed to Special:ShareAchievement
  • The prefix of the achievement system messages changed.
    achievement-name-fooachievementbadges-achievement-name-foo
    achievement-hint-fooachievementbadges-achievement-hint-foo
    achievement-description-fooachievementbadges-achievement-description-foo

Enhancements

  • Special:ShareAchievement
    • Use English title always to avoid very long url which is built by urlencode()
    • Change the message of tweet when the user who sends the tweet is not the obtainer.
    • Add <meta name="title">
  • Special:Achievements/<OTHER_USERNAME> will show the list of the other user's achieved achievements.
  • Add a contributions tool link that links to Special:Achievements.

Others

  • Do not require Extension:Echo. it is just an option now.