Skip to content

Releases: uktrade/django-feedback-govuk

v0.2.10

16 Aug 14:26
bcab996
Compare
Choose a tag to compare

What's Changed

  • Update to .gitignore to exclude macOS files by @nicopicchio in #33
  • Bump django from 4.2.12 to 4.2.15 by @dependabot in #45
  • Bump certifi from 2023.7.22 to 2024.7.4 in /example_project by @dependabot in #43
  • Expand pagination for feedback page by @alsyx in #46
  • Bump sqlparse from 0.4.4 to 0.5.0 in /example_project by @dependabot in #38
  • Bump black from 23.3.0 to 24.3.0 by @dependabot in #34
  • Bump idna from 3.4 to 3.7 in /example_project by @dependabot in #36
  • Bump urllib3 from 1.26.18 to 1.26.19 in /example_project by @dependabot in #42
  • Bump tar from 6.1.13 to 6.2.1 in /example_project by @dependabot in #35
  • Bump requests from 2.31.0 to 2.32.2 in /example_project by @dependabot in #47

New Contributors

  • @alsyx made their first contribution in #46

Full Changelog: v0.2.9...v0.2.10

v0.2.9

13 May 09:36
1795d46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.8...v0.2.9

v0.2.8

22 Aug 10:48
Compare
Choose a tag to compare

What's Changed

  • DWPF-703 removes email sending logic, notify package and its dependencies by @nicopicchio in #24

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

11 Aug 14:01
Compare
Choose a tag to compare

IMPORTANT!

When upgrading from 0.1.4, go straight to 0.2.7 as migrations in 0.2.0 were broken and will result in the submitted_at values being updated.

What's Changed

Full Changelog: v0.1.4...v0.2.7

v0.1.4 Maintenance updates and permission app_label update

25 Jul 15:19
Compare
Choose a tag to compare

What's Changed

  • Fix example project by @jafacakes2011 in #11
  • Bump django from 4.1.7 to 4.1.9 in /example_project by @dependabot in #10
  • Bump django from 3.2.18 to 3.2.19 by @dependabot in #9
  • Bump sqlparse from 0.4.3 to 0.4.4 in /example_project by @dependabot in #8
  • Fix package manage by @jafacakes2011 in #13
  • use correct app_label for permission by @marcelkornblum in #20
  • Bump requests from 2.28.2 to 2.31.0 by @dependabot in #16
  • Bump django from 3.2.19 to 3.2.20 by @dependabot in #17
  • Bump semver from 5.7.1 to 5.7.2 in /example_project by @dependabot in #19
  • Bump django from 4.1.9 to 4.1.10 in /example_project by @dependabot in #18
  • Bump requests from 2.28.2 to 2.31.0 in /example_project by @dependabot in #15
  • Bump certifi from 2022.12.7 to 2023.7.22 in /example_project by @dependabot in #21

New Contributors

Full Changelog: v0.1.3...v0.1.4

Bugfix

11 Apr 10:38
591be19
Compare
Choose a tag to compare

Fixed template rendering of hint text
raises exception when no email recipients are configured (rather than unrelated error)

Full Changelog: v0.1.1...v0.1.2

Allow interface copy to be overridden

11 Apr 10:10
b91c297
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

Initial release of base functionality

15 Mar 17:23
d909282
Compare
Choose a tag to compare

Initial release of functionality ported from JML project - should be compatible with that project and others requiring the same functionality.