Skip to content

Commit

Permalink
Merge pull request #60 from alphagov/add_ur_banner_25_02
Browse files Browse the repository at this point in the history
Add ur banner 25 02
  • Loading branch information
catalinailie authored Feb 12, 2025
2 parents 6775ab9 + fc305ab commit c0d105b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Include a link to your pull request.
When adding a new banner to gov.uk page, release a minor version.
For typos, release a patch version.

## Unreleased
## 1.1.0

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

## 1.0.1

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
govuk_web_banners (1.0.1)
govuk_web_banners (1.1.0)
govuk_app_config
govuk_publishing_components
rails (>= 7)
Expand Down
10 changes: 10 additions & 0 deletions config/govuk_web_banners/recruitment_banners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,13 @@ banners:
- /difficulties-paying-hmrc
start_date: 2025/02/18
end_date: 2025/03/18
- name: HMRC banner 2025/02/25
suggestion_text: "Help improve GOV.UK"
suggestion_link_text: "Sign up to take part in user research (opens in a new tab)"
survey_url: https://survey.take-part-in-research.service.gov.uk/jfe/form/SV_74GjifgnGv6GsMC?Source=BannerList_HMRC_Apply_for_alcoholic_producers_approval
page_paths:
# government-frontend
- /guidance/check-if-you-need-an-alcoholic-products-producer-approval-appa
- /guidance/apply-for-an-alcoholic-products-producer-approval-appa
start_date: 2025/02/25
end_date: 2025/03/25
2 changes: 1 addition & 1 deletion lib/govuk_web_banners/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukWebBanners
VERSION = "1.0.1".freeze
VERSION = "1.1.0".freeze
end

0 comments on commit c0d105b

Please sign in to comment.