Skip to content

Commit

Permalink
📦 release: v13.0.0b1.dev5
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Sep 25, 2024
1 parent 48f8ba2 commit 762e032
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@
Changes
=======

Version v13.0.0b1.dev5 (released 2024-09-25)

- deposit: Add allow-empty-files config available for deposit page
* Expose `RECORDS_RESOURCES_ALLOW_EMPTY_FILES` for UI control
* Related to: https://github.com/inveniosoftware/invenio-rdm-records/pull/1802
- deposit: provide permissions to publish button
- config: add group resolver for notifications
- admin-records: add reference to gh issue
- admin-records: account for system owned records
- migration: account for deleted communities and draft concept DOI
- user-dashboard: fixed broken menu padding
- theme: fix accordion rotation
- template: mathjax remove from javascript block
- templates: add mathjax only to parent template
- landing page: support different MathJax delimeters
* closes https://github.com/CERNDocumentServer/cds-rdm/issues/133
- search-result: namespace overridable id for community search results
- search-result: provide key to part of community array element

Version v13.0.0b1.dev4 (released 2024-09-11)

- deposit: fix adding a record to a community
Expand Down
2 changes: 1 addition & 1 deletion invenio_app_rdm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440

__version__ = "13.0.0b1.dev4"
__version__ = "13.0.0b1.dev5"

__all__ = ("__version__",)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 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 under the
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) 2022 CERN.
Copyright (C) 2022-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.
Expand Down

0 comments on commit 762e032

Please sign in to comment.