From 64ab0dca2e88c7a0c80f470ab19cee37693db6dc Mon Sep 17 00:00:00 2001 From: GhitaB Date: Mon, 19 Jun 2023 12:20:04 +0300 Subject: [PATCH 1/3] Refs #254132 - Fix url instead of link in footer actions config. --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 34d55fd5..6dca2e31 100644 --- a/src/index.js +++ b/src/index.js @@ -96,11 +96,11 @@ const applyConfig = (config) => { social: [], actions: [ { - link: '/en/mission/the-mission/privacy', + url: '/en/mission/the-mission/privacy', title: 'Privacy', }, { - link: '/en/mission/login', + url: '/en/mission/login', title: 'CMS Login', }, ], From 464a364804e039ff7132416f422d567067ba3b0a Mon Sep 17 00:00:00 2001 From: GhitaB Date: Tue, 20 Jun 2023 10:08:49 +0300 Subject: [PATCH 2/3] Refs #254119 - Override StagingBanner to get rid of /@banner 404 error. --- src/customizations/@eeacms/volto-banner/StagingBanner.jsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/customizations/@eeacms/volto-banner/StagingBanner.jsx diff --git a/src/customizations/@eeacms/volto-banner/StagingBanner.jsx b/src/customizations/@eeacms/volto-banner/StagingBanner.jsx new file mode 100644 index 00000000..37d61cd0 --- /dev/null +++ b/src/customizations/@eeacms/volto-banner/StagingBanner.jsx @@ -0,0 +1,5 @@ +const StagingBanner = ({ banner, token, dispatch }) => { + return null; +}; + +export default StagingBanner; From c451ef9fea2024e296dadd4b8c43810a03629207 Mon Sep 17 00:00:00 2001 From: EEA Jenkins <@users.noreply.github.com> Date: Tue, 20 Jun 2023 08:36:27 +0000 Subject: [PATCH 3/3] Automated release 0.1.29 --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301fb62d..0c56e989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -### [0.1.28](https://github.com/eea/volto-cca-policy/compare/0.1.27...0.1.28) - 16 June 2023 +### [0.1.29](https://github.com/eea/volto-cca-policy/compare/0.1.28...0.1.29) - 20 June 2023 #### :hammer_and_wrench: Others -- Rename search prompt [Tiberiu Ichim - [`4c2e0e3`](https://github.com/eea/volto-cca-policy/commit/4c2e0e343b29515c5a8a1dbeb986a2ca4e292dcf)] +- Refs #254119 - Override StagingBanner to get rid of /@banner 404 error. [GhitaB - [`464a364`](https://github.com/eea/volto-cca-policy/commit/464a364804e039ff7132416f422d567067ba3b0a)] +- Refs #254132 - Fix url instead of link in footer actions config. [GhitaB - [`64ab0dc`](https://github.com/eea/volto-cca-policy/commit/64ab0dca2e88c7a0c80f470ab19cee37693db6dc)] +### [0.1.28](https://github.com/eea/volto-cca-policy/compare/0.1.27...0.1.28) - 16 June 2023 + ### [0.1.27](https://github.com/eea/volto-cca-policy/compare/0.1.26...0.1.27) - 14 June 2023 ### [0.1.26](https://github.com/eea/volto-cca-policy/compare/0.1.25...0.1.26) - 13 June 2023 diff --git a/package.json b/package.json index 1034cdf5..e38eb901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-cca-policy", - "version": "0.1.28", + "version": "0.1.29", "description": "@eeacms/volto-cca-policy: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",