Skip to content

Commit

Permalink
Support 202403 (#101)
Browse files Browse the repository at this point in the history
Update ORG Social Media Option "Twitter" to "X" peeringdb/peeringdb#1484

Co-authored-by: 20C <code@20c.com>
  • Loading branch information
vegu and 20c-ed authored Apr 15, 2024
1 parent 0d5f280 commit 9f30e7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@


## Unreleased
### Changed
- social media service `twitter` renamed to `x`


## 3.4.0
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Unreleased:
added: []
fixed: []
changed: []
changed:
- social media service `twitter` renamed to `x`
deprecated: []
removed: []
security: []
Expand Down
2 changes: 1 addition & 1 deletion src/django_peeringdb/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
SOCIAL_MEDIA_SERVICES = [
("website", _("Website")),
("facebook", _("Facebook")),
("twitter", _("Twitter")),
("x", _("X")),
("instagram", _("Instagram")),
("linkedin", _("LinkedIn")),
("tiktok", _("TikTok")),
Expand Down

0 comments on commit 9f30e7a

Please sign in to comment.