From 7e4495906574618b50334a4f5ea320dcc462054d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Dr=C3=A1pela?= Date: Tue, 13 Aug 2024 13:13:01 +0200 Subject: [PATCH 1/2] update the badge for rc release(s) --- src/partials/badge.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/partials/badge.hbs b/src/partials/badge.hbs index d1b14fd..99349ae 100644 --- a/src/partials/badge.hbs +++ b/src/partials/badge.hbs @@ -1,5 +1,5 @@
- 6.3 beta + 6.3 RC
@@ -12,9 +12,9 @@
-

Magnolia 6.3 beta

-

Magnolia 6.3 is in beta. We are updating docs based on development and feedback. Consider the 6.3 docs currently in a state of progress and not final.

-

We are working on some 6.3-beta known issues during this phase.

+

Magnolia 6.3 RC

+

Magnolia 6.3 is in Release Candidate status. We are updating docs based on development and feedback. Consider the 6.3 docs currently in a state of progress and not final.

+

We are working on some 6.3-rc known issues during this phase.

From ef883d9af86a4938ca89e4ed4e876713658f32dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Dr=C3=A1pela?= Date: Tue, 13 Aug 2024 13:22:44 +0200 Subject: [PATCH 2/2] updates for rc badge --- src/layouts/default.hbs | 4 ++-- src/partials/footer-scripts.hbs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layouts/default.hbs b/src/layouts/default.hbs index 05b58dd..5347af8 100644 --- a/src/layouts/default.hbs +++ b/src/layouts/default.hbs @@ -15,7 +15,7 @@ {{> location}} {{> countdown}} {{> tableSort}} -{{#if (eq page.componentVersion.displayVersion '6.3 beta')}} +{{#if (eq page.componentVersion.displayVersion '6.3 rc')}} {{> badge}} {{/if}} {{#if (eq page.component.name 'performance-tuning')}} @@ -31,4 +31,4 @@ {{> badge}} {{/if}} - \ No newline at end of file + diff --git a/src/partials/footer-scripts.hbs b/src/partials/footer-scripts.hbs index 508ba34..cff2531 100644 --- a/src/partials/footer-scripts.hbs +++ b/src/partials/footer-scripts.hbs @@ -133,7 +133,7 @@ {{/if}} -{{#if (and (eq page.layout 'default') (eq page.componentVersion.displayVersion '6.3 beta'))}} +{{#if (and (eq page.layout 'default') (eq page.componentVersion.displayVersion '6.3 rc'))}}