Skip to content

Commit a11f4cb

Browse files
authored
Merge pull request #63 from alphagov/3300-update-govuk-user-research-banner-ukvi-banner-2025-12-30
Update link and dates in UKVI banner 2025/12/30
2 parents 75b7f95 + 12ff2b0 commit a11f4cb

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Include a link to your pull request.
66
When adding a new banner to gov.uk page, release a minor version.
77
For typos, release a patch version.
88

9+
## 1.1.1
10+
11+
* Update link and dates in UKVI banner 2025/12/30 ([PR #63](https://github.com/alphagov/govuk_web_banners/pull/63))
12+
913
## 1.1.0
1014

1115
* Add configuration for "HMRC banner 25/02/2025" ([PR #60](https://github.com/alphagov/govuk_web_banners/pull/60))

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
govuk_web_banners (1.1.0)
4+
govuk_web_banners (1.1.1)
55
govuk_app_config
66
govuk_publishing_components
77
rails (>= 7)

config/govuk_web_banners/recruitment_banners.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ banners:
33
- name: UKVI banner 2025/12/30
44
suggestion_text: "Help improve GOV.UK"
55
suggestion_link_text: "Take part in user research (opens in a new tab)"
6-
survey_url: https://GDSUserResearch.optimalworkshop.com/treejack/335bbf3aad15329e77a9dc9ce8a79ee1
6+
survey_url: https://surveys.publishing.service.gov.uk/s/XYVRGN/
77
page_paths:
88
# frontend
99
- /contact-ukvi-inside-outside-uk
1010
# collections
1111
- /browse/visas-immigration
1212
- /government/organisations/uk-visas-and-immigration
13-
start_date: 2024/12/30
14-
end_date: 2025/02/18
13+
start_date: 2025/02/18
14+
end_date: 2025/03/18
1515
- name: HMRC banner 2025/02/13
1616
suggestion_text: "Help improve GOV.UK"
1717
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"

lib/govuk_web_banners/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GovukWebBanners
2-
VERSION = "1.1.0".freeze
2+
VERSION = "1.1.1".freeze
33
end

0 commit comments

Comments
 (0)