This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5d36d465d enh: update end-of-life notice for Shiro v1 and v2 in
documentation
5d36d465d is described below
commit 5d36d465de49fbfae517301573a81b95c221567b
Author: lprimak <[email protected]>
AuthorDate: Wed Sep 23 17:42:07 2026 -0500
enh: update end-of-life notice for Shiro v1 and v2 in documentation
---
src/site/templates/macros/versions.ftl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/templates/macros/versions.ftl
b/src/site/templates/macros/versions.ftl
index 2f420ce8d..a44ee3ad9 100644
--- a/src/site/templates/macros/versions.ftl
+++ b/src/site/templates/macros/versions.ftl
@@ -15,13 +15,13 @@
<div class="title">Handy Hint</div>
</td>
<td class="content">
- <div class="title">Shiro v1 version notice</div>
+ <div class="title">Shiro v1 and v2 version end-of-life notice</div>
<div class="paragraph">
<p>As of February 28, 2024, Shiro v1 was superseded by v2.<p>
<p>As of June 29, 2026, Shiro v2 was superseded by v3.<p>
<#if (sourcepage)?? && (sourcepage)?is_string && (sourcepage) !=
"" && hasv2 == true>
<p>
- <a href="./v2/${sourcepage}">Read this page in the v2
documentation</a>.
+ <a href="./v2/${sourcepage}">Read this page in the v2/v3
documentation</a>.
</p>
</#if>
</div>