File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Include a link to your pull request.
6
6
When adding a new banner to gov.uk page, release a minor version.
7
7
For typos, release a patch version.
8
8
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
+
9
13
## 1.1.0
10
14
11
15
* Add configuration for "HMRC banner 25/02/2025" ([ PR #60 ] ( https://github.com/alphagov/govuk_web_banners/pull/60 ) )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- govuk_web_banners (1.1.0 )
4
+ govuk_web_banners (1.1.1 )
5
5
govuk_app_config
6
6
govuk_publishing_components
7
7
rails (>= 7 )
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ banners:
3
3
- name : UKVI banner 2025/12/30
4
4
suggestion_text : " Help improve GOV.UK"
5
5
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/
7
7
page_paths :
8
8
# frontend
9
9
- /contact-ukvi-inside-outside-uk
10
10
# collections
11
11
- /browse/visas-immigration
12
12
- /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
15
15
- name : HMRC banner 2025/02/13
16
16
suggestion_text : " Help improve GOV.UK"
17
17
suggestion_link_text : " Sign up to take part in user research (opens in a new tab)"
Original file line number Diff line number Diff line change 1
1
module GovukWebBanners
2
- VERSION = "1.1.0 " . freeze
2
+ VERSION = "1.1.1 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments