Skip to content

Commit

Permalink
Merge pull request #1237 from laws-africa/new-version
Browse files Browse the repository at this point in the history
add changelog in preparation for tagging version 13.1.0
  • Loading branch information
goose-life authored Jan 27, 2021
2 parents 2fbcbbb + 45a2392 commit 7e9e376
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
=========

13.1.0 (2021-01-27)
--------

* FEATURE: Filter tasks by type, country in all Task list views.
* FEATURE: Export all works in a place into a maintainable spreadsheet.
* FEATURE: Bulk creator now supports linking all active and passive, parent and child relationships.
* FEATURE: The text given on the coverpage of a document when no publication document is linked can now be specified per place.
* FIX: Taxonomies that include spaces and/or commas are now imported correctly.
* FIX: Comment-based tasks now show their context even if the annotation doesn't have a parent in the ToC.
* NEW: Commenceable provisions on the coverpage of a document now only include provisions that exist(ed) on or before the date of the document.
* NEW: Introduce Taxonomist Permission Badge for working with Taxonomies in the Admin section.
* NEW: Show 'Stub' status in Preview on bulk import.

13.0.0 (2020-11-03)
--------

Expand Down
8 changes: 3 additions & 5 deletions indigo_api/templates/indigo_api/akn/coverpage_act.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,9 @@ <h2>{{ subt }}</h2>
{% block publication_document_missing %}
{% with document.work.place.settings.no_publication_document_text as no_publication_document_text %}
{% if not document.work.publication_document and no_publication_document_text %}
{% block verification_notice %}
<li class="verification-notice">
[{% trans no_publication_document_text %}]
</li>
{% endblock %}
<li class="verification-notice">
[{% trans no_publication_document_text %}]
</li>
{% endif %}
{% endwith %}
{% endblock %}
Expand Down

0 comments on commit 7e9e376

Please sign in to comment.