govuk_navigation_helpers 7.5.0 → 7.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6342b8057599155775feea0d29e377fafae68f9d
4
- data.tar.gz: 5f95e172f522d070d14bb76a6555326202c5d0bf
3
+ metadata.gz: 0ed50389c0e270af9d06f5c463c6c3c3c962ded1
4
+ data.tar.gz: c99857084bdb4f12849ceea96529bff37f30cef3
5
5
  SHA512:
6
- metadata.gz: 79180366cbb2fc58cbbc16032823e329fbb151e732ef6ed3932f273550307552f4fb1418816e9eafa0428fe2a64ba728e7dcf4e23033d94935317ebbaebfa24b
7
- data.tar.gz: 1004a1758e916b0b1e7818067ff9e0002c69718afe27bd99435b3a6531ee9caf4656584074eeed715658b797ca79f38b8ac0a0d9a08a7be7cc93c2410550570e
6
+ metadata.gz: 3e26322f2190187f49f8a7fb7331d6b4211964e8816546f5266a1d5cdbb5e884c391e68bef1828f72cec2ec22ad33108001f744c8e7b48401ca94034af6a63c6
7
+ data.tar.gz: b489704185d12f162dcd2667ec97ed9ecabf9ed8fe509e916efb79f2f80cfa4cb2b31af7932441ea5d1cae0f8036a129c57e80a74c4a53665c1f2f4a1d9cc86e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 7.5.1
2
+ * Change context for the Get Divorce & End Civil Partnership tasklists
3
+
1
4
  ## 7.5.0
2
5
  * Adds ability to detect if the current page is under test
3
6
 
@@ -54,10 +54,6 @@
54
54
  "href": "https://www.relate.org.uk/relationship-help/help-separation-and-divorce",
55
55
  "text": "Get advice from Relate"
56
56
  },
57
- {
58
- "href": "https://www.relate.org.uk/relationship-help/talk-someone",
59
- "text": "Get counselling from Relate (in person, by phone or online)"
60
- },
61
57
  {
62
58
  "href": "http://www.counselling-directory.org.uk/adv-search.html",
63
59
  "text": "Find a counsellor",
@@ -74,7 +70,7 @@
74
70
  ],
75
71
  [
76
72
  {
77
- "title": "Check you can end a civil partnership",
73
+ "title": "Check if you can end your civil partnership",
78
74
  "contents": [
79
75
  {
80
76
  "type": "paragraph",
@@ -298,7 +294,7 @@
298
294
  ],
299
295
  [
300
296
  {
301
- "title": "Finalise your divorce",
297
+ "title": "Apply for a final order",
302
298
  "contents": [
303
299
  {
304
300
  "type": "paragraph",
@@ -40,10 +40,6 @@
40
40
  "href": "https://www.relate.org.uk/relationship-help/help-separation-and-divorce",
41
41
  "text": "Get advice from Relate"
42
42
  },
43
- {
44
- "href": "https://www.relate.org.uk/relationship-help/talk-someone",
45
- "text": "Get counselling from Relate (in person, by phone or online)"
46
- },
47
43
  {
48
44
  "href": "http://www.counselling-directory.org.uk/adv-search.html",
49
45
  "text": "Find a counsellor",
@@ -60,7 +56,7 @@
60
56
  ],
61
57
  [
62
58
  {
63
- "title": "Check you can get a divorce",
59
+ "title": "Check if you can get divorced",
64
60
  "contents": [
65
61
  {
66
62
  "type": "paragraph",
@@ -1,3 +1,3 @@
1
1
  module GovukNavigationHelpers
2
- VERSION = "7.5.0".freeze
2
+ VERSION = "7.5.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_navigation_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.5.0
4
+ version: 7.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev