Skip to content

Commit

Permalink
Merge pull request #1818 from uktrade/release
Browse files Browse the repository at this point in the history
Prod release - 2.10.0
  • Loading branch information
Tom Stevens authored Jul 19, 2022
2 parents 63adfe8 + 519401a commit e52e14c
Show file tree
Hide file tree
Showing 21 changed files with 273 additions and 6,265 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: ^react-components/dist/
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.6.0
hooks:
- id: black
# Config for black lives in pyproject.toml
Expand All @@ -19,7 +19,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
args: ["--markdown-linebreak-ext=md,markdown"]
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

## Pre release

* GLS-269 - Add last release date to market guide visualisations

### Hotfix

### Bugs fixed

* GLS-271 - Fixed duplicate title for office which has override office
* GLS-98 - Fixed product finder not updating when changing previously answered question
* GLS-301 - Fix select2 vulnerability

### Enhancements

* GLS-230 - Add soft delete to Wagtail to prevent accidental data loss

## [2.9.1](https://github.com/uktrade/great-cms/releases/tag/2.9.1)

[Full Changelog](https://github.com/uktrade/great-cms/compare/2.9.0...2.9.1)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![codecov-image]][codecov]
[![docs-image]][docs]
[![gitflow-image]][gitflow]
[![calver-image]][calver]
[![semver-image]][semver]

**CMS for the GREAT platform - The Department for International Trade (DIT)**

Expand Down Expand Up @@ -343,6 +343,6 @@ https://github.com/uktrade?q=great

[gitflow]: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow

[calver-image]: https://img.shields.io/badge/Versioning%20strategy-CalVer-5FBB1C.svg
[semver-image]: https://img.shields.io/badge/Versioning%20strategy-SemVer-5FBB1C.svg

[calver]: https://calver.org
[semver]: https://semver.org
1 change: 1 addition & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'wagtailfontawesome',
'wagtail_transfer',
'wagtailseo',
'wagtail_trash',
'modelcluster',
'taggit',
'storages',
Expand Down
9 changes: 7 additions & 2 deletions core/templates/core/includes/data_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
{% else %}
{{ source.label }}
{% endif %}
{% if source.next_release %}
<br/>Next release: {{ source.next_release }}
<br/>Last release:
{% if source.label == 'ONS UK trade' %}
13 June 2022
{% elif source.label == 'ONS UK total trade: all countries' %}
28 April 2022
{% elif source.label == 'ONS UK trade in services: service type by partner country' %}
28 April 2022
{% endif %}
{% if source.notes %}
<br/>{{ source.notes|join:" " }}
Expand Down
75 changes: 0 additions & 75 deletions domestic/static/cms-admin/js/select2/select2-wagtailadmin.css

This file was deleted.

Loading

0 comments on commit e52e14c

Please sign in to comment.