From 4627e31e119619ebd028d619e78d9d56099b42b3 Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Thu, 1 Aug 2024 19:26:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v3.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 7 +++++++ invenio_theme/__init__.py | 2 +- invenio_theme/config.py | 2 +- invenio_theme/templates/invenio_theme/page.html | 2 +- .../templates/semantic-ui/invenio_theme/page.html | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b69ced5..40747f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,13 @@ Changes ======= +Version v3.3.0 (released 2024-08-01) + +- templates: add meta robot tags + * Generate robots meta tags from the `THEME_META_ROBOT_TAGS` config or + exlicitly set via the `meta_robot_tags` Jinja variable. +- header: increase invenio menu z-index + Version 3.2.0 (released 2024-06-25) - global: add meta generator tag diff --git a/invenio_theme/__init__.py b/invenio_theme/__init__.py index b3b0d1f..79519ad 100644 --- a/invenio_theme/__init__.py +++ b/invenio_theme/__init__.py @@ -490,7 +490,7 @@ def settings_item_1(): from .ext import InvenioTheme from .shared import menu -__version__ = "3.2.0" +__version__ = "3.3.0" __all__ = ("__version__", "InvenioTheme", "menu") diff --git a/invenio_theme/config.py b/invenio_theme/config.py index b31a0f4..c7aca7e 100644 --- a/invenio_theme/config.py +++ b/invenio_theme/config.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2017-2018 CERN. +# Copyright (C) 2017-2024 CERN. # Copyright (C) 2022 Graz University of Technology. # # Invenio is free software; you can redistribute it and/or modify it diff --git a/invenio_theme/templates/invenio_theme/page.html b/invenio_theme/templates/invenio_theme/page.html index 55b432a..fca684a 100644 --- a/invenio_theme/templates/invenio_theme/page.html +++ b/invenio_theme/templates/invenio_theme/page.html @@ -1,7 +1,7 @@ {# -*- coding: utf-8 -*- This file is part of Invenio. - Copyright (C) 2015-2018 CERN. + Copyright (C) 2015-2024 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. diff --git a/invenio_theme/templates/semantic-ui/invenio_theme/page.html b/invenio_theme/templates/semantic-ui/invenio_theme/page.html index 0006116..1083455 100644 --- a/invenio_theme/templates/semantic-ui/invenio_theme/page.html +++ b/invenio_theme/templates/semantic-ui/invenio_theme/page.html @@ -1,7 +1,7 @@ {# -*- coding: utf-8 -*- This file is part of Invenio. - Copyright (C) 2015-2018 CERN. + Copyright (C) 2015-2024 CERN. Copyright (C) 2021 New York University. Invenio is free software; you can redistribute it and/or modify it