Releases: uktrade/django-feedback-govuk
Releases · uktrade/django-feedback-govuk
v0.2.10
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
Full Changelog: v0.2.9...v0.2.10
v0.2.9
What's Changed
- Bump urllib3 from 1.26.15 to 1.26.18 in /example_project by @dependabot in #26
- Bump django from 4.1.10 to 4.1.13 in /example_project by @dependabot in #27
- Bump django from 3.2.20 to 3.2.23 by @dependabot in #28
- Fix the CI tests by @CamLamb in #29
- Bump ip from 2.0.0 to 2.0.1 in /example_project by @dependabot in #31
- Fix - Replace attribute call with key by @0RWilliams in #40
New Contributors
- @0RWilliams made their first contribution in #40
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- DWPF-703 removes email sending logic, notify package and its dependencies by @nicopicchio in #24
New Contributors
- @nicopicchio made their first contribution in #24
Full Changelog: v0.2.7...v0.2.8
v0.2.7
v0.1.4 Maintenance updates and permission app_label update
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
- @dependabot made their first contribution in #10
Full Changelog: v0.1.3...v0.1.4
Bugfix
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
Initial release of base functionality
Initial release of functionality ported from JML project - should be compatible with that project and others requiring the same functionality.