Skip to content

Commit

Permalink
📦 release: v15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Sep 26, 2024
1 parent b4d98dc commit e4b314a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,23 @@
Changes
=======

Version v15.1.0 (released 2024-09-26)

- subcommunities: handle vnd.inveniordm.v1+json
- resource: remove response handler from featured communities
- members-search: fix negative paging
* closes https://github.com/inveniosoftware/invenio-communities/issues/1136
- bug: fix display of non-ROR orgs and fix commas
- UX: link org name to ROR

Version v15.0.0 (released 2024-08-26)
- improve communities mapping with edge_ngram analyzer and accent analyzer

Version v14.10.0 (released 2024-08-26)

- fixes defaults for COMMUNITIES_CUSTOM_FIELDS
- deprecated record_policy in favour of record_submission_policy
- add new policy to allow only members of a community to submit records
- add new policy to allow only members of a community to submit records

Version v14.9.0 (released 2024-08-22)

Expand Down
2 changes: 1 addition & 1 deletion invenio_communities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
from .ext import InvenioCommunities
from .proxies import current_communities

__version__ = "15.0.0"
__version__ = "15.1.0"

__all__ = ("InvenioCommunities", "current_communities")
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Invenio.
* Copyright (C) 2022 CERN.
* Copyright (C) 2022-2024 CERN.
* Copyright (C) 2024 Northwestern University.
*
* Invenio is free software; you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion invenio_communities/communities/resources/resource.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2016-2021 CERN.
# Copyright (C) 2016-2024 CERN.
# Copyright (C) 2021 Northwestern University.
# Copyright (C) 2022 Graz University of Technology.
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{# -*- coding: utf-8 -*-

This file is part of Invenio.
Copyright (C) 2016-2020 CERN.
Copyright (C) 2016-2024 CERN.
Copyright (C) 2024 Northwestern University.

Invenio is free software; you can redistribute it and/or modify it
Expand Down

0 comments on commit e4b314a

Please sign in to comment.