From fe33597df0b111c005d672eaf3b9bca83ef6635d Mon Sep 17 00:00:00 2001 From: Deb Adair Date: Wed, 4 Dec 2019 15:42:42 -0800 Subject: [PATCH 1/2] Revised default notice for older versions. --- lib/ES/Book.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ES/Book.pm b/lib/ES/Book.pm index c50e1c10f4c9d..d30b86bcace00 100644 --- a/lib/ES/Book.pm +++ b/lib/ES/Book.pm @@ -15,8 +15,8 @@ use utf8; our %Page_Header = ( en => { old => <<"HEADER", -You are looking at documentation for an older release. -Not what you want? See the +IMPORTANT: No additional bug fixes will be released for this version +and this documentation is no longer being updated. For the latest information, see the current release documentation. HEADER new => <<"HEADER" From e1a2878003e94439d8fa424fbfb52426dce694d1 Mon Sep 17 00:00:00 2001 From: Deb Adair Date: Wed, 4 Dec 2019 15:59:59 -0800 Subject: [PATCH 2/2] Streamlined wording per review. --- lib/ES/Book.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ES/Book.pm b/lib/ES/Book.pm index d30b86bcace00..af635d66376ca 100644 --- a/lib/ES/Book.pm +++ b/lib/ES/Book.pm @@ -15,8 +15,8 @@ use utf8; our %Page_Header = ( en => { old => <<"HEADER", -IMPORTANT: No additional bug fixes will be released for this version -and this documentation is no longer being updated. For the latest information, see the +IMPORTANT: No additional bug fixes or documentation updates +will be released for this version. For the latest information, see the current release documentation. HEADER new => <<"HEADER"