From bfd46f0291ffb5c0e2313db1ee55a53a366d4788 Mon Sep 17 00:00:00 2001 From: Jake Cosgrove <101206358+jakecosgrove@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:49:18 +0000 Subject: [PATCH 1/4] - changed pricing for letters in 1st and 2nd class - changed pricing of text messages to 2.33p - fixed sitemap permalink - removed items from accessibility statement that have been fixed and merged --- docs/_data/home/pricing.yml | 4 ++-- docs/pages/footer/accessibility.md | 14 -------------- docs/pages/pricing/letters.md | 14 +++++--------- docs/pages/pricing/pricing.md | 8 ++------ docs/pages/pricing/text-messages.md | 2 +- docs/pages/sitemap.html | 2 +- 6 files changed, 11 insertions(+), 33 deletions(-) diff --git a/docs/_data/home/pricing.yml b/docs/_data/home/pricing.yml index e3d80b03..ff8cb29e 100644 --- a/docs/_data/home/pricing.yml +++ b/docs/_data/home/pricing.yml @@ -8,8 +8,8 @@ - heading: Texts (SMS) description: each text message - pricing: 2.27p + pricing: 2.33p - heading: Letters description: A4, 2 sides, sent 2nd class - pricing: 61p + pricing: 67p diff --git a/docs/pages/footer/accessibility.md b/docs/pages/footer/accessibility.md index faa8b200..b0ab4e41 100644 --- a/docs/pages/footer/accessibility.md +++ b/docs/pages/footer/accessibility.md @@ -65,20 +65,6 @@ Autocomplete is turned off by default, making it harder to fill out any form ele Autocomplete is turned off by default because the text a user enters into ‘create and submit a template’ will almost always be different for each submission. This makes autocomplete inappropriate for these fields. When we add new features that ask users for repeatable information, autocomplete will be enabled. -Pages within 'create and submit a template' are missing meaningful titles, making it difficult for people to: - -- easily identify if the information on that page is relevant to their needs -- differentiate content when multiple web pages are open -- navigate between web pages when using audio assistive technologies - -This fails WCAG 2.2 success criterion 2.4.2 (page titles). - -We plan to add page titles that are unique and reflect the purpose of each page in a future release. - -Some links such as 'copy' and 'delete' are ambiguous for users, making it difficult for screen reader users to determine what items they are copying or deleting. This fails WCAG 2.2 success criterion 2.4.4 (link purpose). - -We plan to add hidden text that can be read by screen readers and better describes what items are being copied or deleted in a future release. - When using a screen reader, it is not clear that the markdown examples in 'create and submit a template' are examples that can be copied. This fails WCAG 2.2 success criterion 2.4.6 (headings and labels). In a future release, we plan to add hidden text that can be read by screen readers and describes that the markdown examples are examples that can be copied. diff --git a/docs/pages/pricing/letters.md b/docs/pages/pricing/letters.md index 3ca5f993..1738349c 100644 --- a/docs/pages/pricing/letters.md +++ b/docs/pages/pricing/letters.md @@ -9,10 +9,6 @@ nav_order: 3 permalink: /pricing/letters --- -{% include components/inset-text.html - text='**Some letter prices will increase on Tuesday 1 April 2025.**' -%} - The cost of sending a standard letter depends on the postage you choose and how many sheets of paper you need. Prices include: @@ -24,11 +20,11 @@ Prices include: | Paper | 1st class | 2nd class | | -------- | -------------------- | -------------------- | -| 1 sheet | Up to 97 pence + VAT | Up to 61 pence + VAT | -| 2 sheets | Up to £1.01 + VAT | Up to 65 pence + VAT | -| 3 sheets | Up to £1.05 + VAT | Up to 68 pence + VAT | -| 4 sheets | Up to £1.11 + VAT | Up to 75 pence + VAT | -| 5 sheets | Up to £1.15 + VAT | Up to 79 pence + VAT | +| 1 sheet | Up to £1.78 + VAT | Up to 67 pence + VAT | +| 2 sheets | Up to £1.82 + VAT | Up to 71 pence + VAT | +| 3 sheets | Up to £1.86 + VAT | Up to 76 pence + VAT | +| 4 sheets | Up to £1.92 + VAT | Up to 81 pence + VAT | +| 5 sheets | Up to £1.96 + VAT | Up to 85 pence + VAT | ## Letters in accessible formats diff --git a/docs/pages/pricing/pricing.md b/docs/pages/pricing/pricing.md index f7ac538d..d60dae7d 100644 --- a/docs/pages/pricing/pricing.md +++ b/docs/pages/pricing/pricing.md @@ -9,10 +9,6 @@ has_children: true permalink: /pricing/ --- -{% include components/inset-text.html - text='**Some letter prices will increase on Tuesday 1 April 2025.**' -%} - It’s free to send NHS App messages and emails through NHS Notify. There’s also: @@ -25,7 +21,7 @@ Find out [how to pay]({% link pages/pricing/how-to-pay.md %}). ## Text messages (SMS) -It costs 2.27 pence (plus VAT) for every text message you send. +It costs 2.33 pence (plus VAT) for every text message you send. {% include components/action-link.html url='/pricing/text-messages' @@ -34,7 +30,7 @@ It costs 2.27 pence (plus VAT) for every text message you send. ## Letters -It costs up to 61p (plus VAT) to send a one-sheet letter with both sides printed using 2nd class postage. +It costs up to 67p (plus VAT) to send a one-sheet letter with both sides printed using 2nd class postage. {% include components/action-link.html url='/pricing/letters' diff --git a/docs/pages/pricing/text-messages.md b/docs/pages/pricing/text-messages.md index 8d7f8ca6..a00096d4 100644 --- a/docs/pages/pricing/text-messages.md +++ b/docs/pages/pricing/text-messages.md @@ -9,7 +9,7 @@ nav_order: 2 permalink: /pricing/text-messages --- -It costs 2.27 pence (plus VAT) for each text message you send. +It costs 2.33 pence (plus VAT) for each text message you send. You may pay more for each message if you: diff --git a/docs/pages/sitemap.html b/docs/pages/sitemap.html index 70cd6348..95170c68 100644 --- a/docs/pages/sitemap.html +++ b/docs/pages/sitemap.html @@ -1,5 +1,5 @@ --- -permalink: /sitemap.html +permalink: /sitemap/ layout: default title: Sitemap --- From 0c47b42790a26a42d6eecb1896a1c9a7d3f53a5d Mon Sep 17 00:00:00 2001 From: Jake Cosgrove <101206358+jakecosgrove@users.noreply.github.com> Date: Mon, 24 Mar 2025 16:00:36 +0000 Subject: [PATCH 2/4] changed config for Vale to accept certain countries from 'international text message pricing' in /pricing/text-messages --- scripts/config/vale/styles/Vocab/words/accept.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/config/vale/styles/Vocab/words/accept.txt b/scripts/config/vale/styles/Vocab/words/accept.txt index 672f3673..dd57c119 100644 --- a/scripts/config/vale/styles/Vocab/words/accept.txt +++ b/scripts/config/vale/styles/Vocab/words/accept.txt @@ -36,3 +36,11 @@ fullName namePrefix clientRef Cohorting +Sint +Maarten +Burkina +Sao +Marino +Rica +Futuna +Tokelau From 1ec4e2c525340add9cdd895fbe24e4dd9b409b52 Mon Sep 17 00:00:00 2001 From: Jake Cosgrove <101206358+jakecosgrove@users.noreply.github.com> Date: Tue, 25 Mar 2025 12:04:15 +0000 Subject: [PATCH 3/4] Remove price change warnings --- docs/pages/pricing/letters.md | 12 ------------ docs/pages/pricing/pricing.md | 4 ---- docs/pages/pricing/text-messages.md | 4 ---- 3 files changed, 20 deletions(-) diff --git a/docs/pages/pricing/letters.md b/docs/pages/pricing/letters.md index d687a7b1..1738349c 100644 --- a/docs/pages/pricing/letters.md +++ b/docs/pages/pricing/letters.md @@ -9,18 +9,6 @@ nav_order: 3 permalink: /pricing/letters --- -{% include components/inset-text.html -text='Royal Mail is increasing its rates. - -On 1 April 2025: - -- second class letters will go up by between 6 or 8 pence -- first class letters will go up by 81 pence - -The exact difference for postage will depend on the number of pages in your letter. -' -%} - The cost of sending a standard letter depends on the postage you choose and how many sheets of paper you need. Prices include: diff --git a/docs/pages/pricing/pricing.md b/docs/pages/pricing/pricing.md index 9b55c038..d60dae7d 100644 --- a/docs/pages/pricing/pricing.md +++ b/docs/pages/pricing/pricing.md @@ -9,10 +9,6 @@ has_children: true permalink: /pricing/ --- -{% include components/inset-text.html - text='**Text message and letter prices will increase on 1 April 2025.**' -%} - It’s free to send NHS App messages and emails through NHS Notify. There’s also: diff --git a/docs/pages/pricing/text-messages.md b/docs/pages/pricing/text-messages.md index 90063946..a00096d4 100644 --- a/docs/pages/pricing/text-messages.md +++ b/docs/pages/pricing/text-messages.md @@ -9,10 +9,6 @@ nav_order: 2 permalink: /pricing/text-messages --- -{% include components/inset-text.html - text='On 1 April 2025 the cost of sending a text message will go up to 2.33 pence (plus VAT).' -%} - It costs 2.33 pence (plus VAT) for each text message you send. You may pay more for each message if you: From 9c6d9f0e751146ded81f8e82622cd972b7a0bf64 Mon Sep 17 00:00:00 2001 From: Jake Cosgrove <101206358+jakecosgrove@users.noreply.github.com> Date: Tue, 25 Mar 2025 14:31:43 +0000 Subject: [PATCH 4/4] Changed '1 text messages' to '1 text message' in /pricing/text-messages to remove unneeded plurals --- docs/pages/pricing/text-messages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/pricing/text-messages.md b/docs/pages/pricing/text-messages.md index a00096d4..69bd3d8b 100644 --- a/docs/pages/pricing/text-messages.md +++ b/docs/pages/pricing/text-messages.md @@ -23,7 +23,7 @@ If a text message is longer than 160 characters (including spaces), it will be c | Message length | Charge | | -------------------- | --------------- | -| Up to 160 characters | 1 text messages | +| Up to 160 characters | 1 text message | | Up to 306 characters | 2 text messages | | Up to 459 characters | 3 text messages | | Up to 612 characters | 4 text messages | @@ -46,7 +46,7 @@ Using other accented characters can increase the cost of sending text messages. | Message length | Charge | | --------------------------------------- | ------------------------- | -| Up to 70 accented characters | 1 text messages | +| Up to 70 accented characters | 1 text message | | Up to 134 accented characters | 2 text messages | | Up to 201 accented characters | 3 text messages | | Up to 268 accented characters | 4 text messages |