From b2990d2efc467ef9095b060a995d7585f49af2e7 Mon Sep 17 00:00:00 2001 From: Lars Holm Nielsen Date: Wed, 13 Dec 2023 00:05:52 +0100 Subject: [PATCH] release: v7.18.0 --- CHANGES.rst | 3 ++- invenio_communities/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ea36abab0..23d321b4f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,8 +9,9 @@ Changes ======= -Version 7.18.0 (released 2023-11-10) +Version 7.18.0 (released 2023-12-12) +- replaced ckeditor with tinymce due to license issue - split CommunitiesCardGroup definition and rendering - changed "featured-communities" id on communities frontpage to "new-communities". WARNING: If you are overriding invenio-communities/frontpage.html, make that change in your template. diff --git a/invenio_communities/__init__.py b/invenio_communities/__init__.py index 1f02afb0f..e468b2ff1 100644 --- a/invenio_communities/__init__.py +++ b/invenio_communities/__init__.py @@ -11,6 +11,6 @@ from .ext import InvenioCommunities from .proxies import current_communities -__version__ = "7.17.0" +__version__ = "7.18.0" __all__ = ("InvenioCommunities", "current_communities")