mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
zulip_updates: Add an update for the 11.0 release.
This commit is contained in:
@@ -498,6 +498,25 @@ app released in June.
|
|||||||
user_groups_url="/help/user-groups",
|
user_groups_url="/help/user-groups",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
ZulipUpdateAnnouncement(
|
||||||
|
level=21,
|
||||||
|
message=(
|
||||||
|
"""
|
||||||
|
We make many improvements to Zulip beyond what we can share here. Learn about
|
||||||
|
additional feature highlights, and other Zulip project updates since March,
|
||||||
|
in the [blog post]({blog_post_11_0_url}) announcing today's release of
|
||||||
|
Zulip Server 11.0.
|
||||||
|
"""
|
||||||
|
if settings.CORPORATE_ENABLED
|
||||||
|
else """
|
||||||
|
We make many improvements to Zulip beyond what we can share here. Check out our
|
||||||
|
[release announcement blog post]({blog_post_11_0_url}) to learn about additional
|
||||||
|
feature highlights in Zulip Server 11.0, and other Zulip project updates.
|
||||||
|
"""
|
||||||
|
).format(
|
||||||
|
blog_post_11_0_url="https://blog.zulip.com/zulip-server-11-0",
|
||||||
|
),
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user