Skip to content

Commit

Permalink
Compile and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Mar 1, 2024
1 parent 019d66f commit bce0688
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 19 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v18.0.0 (2024-03-01)

### What's new
- Use focus outlines instead of rings and set a default #384 by @robdekort
- Use extendable reusable consent gate partial #386 by @robdekort

### What's improved
- Danish translations. #385 by @martinduefrandsen

## v17.9.1 (2024-02-20)

### What's improved
Expand Down
24 changes: 10 additions & 14 deletions lang/nl/strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,22 @@
'form_subject_sent' => 'Contactformulier verzonden',
'form_success' => 'Bedankt voor je bericht.',

// Consent banner
// Cookie banner
'consent_accept_all' => 'Accepteer alles',
'consent_accept_selected' => 'Accepteer selectie',
'consent_ads' => 'Advertenties & tracking',
'consent_ads_explanation' => 'Opslag (zoals third party cookies) benodigd for adverteren.',
'consent_ad_user_data' => 'Gebruikersdata',
'consent_ad_user_data_explanation' => 'Stuur gebruikersdata m.b.t. advertenties naar Google.',
'consent_ad_personalization' => 'Gepersonaliseerde advertenties',
'consent_ad_personalization_explanation' => 'Ontvang gepersonaliseerde advertenties.',
'consent_ads_explanation' => 'Third party cookies benodigd voor het retargeten en plaatsen van advertenties.',
'consent_analytics' => 'Analytics',
'consent_analytics_explanation' => 'Opslag (zoals third party cookies) benodigd voor adverteren.',
'consent_explanation' => 'Deze site gebruikt third party diensten die je toestemming nodig hebben.',
'consent_embeds' => 'Video-embeds',
'consent_embeds_explanation' => 'Third party cookies benodigd voor embeds (zoals video\'s) die je mogelijk kunnen tracken.',
'consent_embeds_disabled' => 'Geef toestemming voor third party embeds om dit te bekijken.',
'consent_analytics_explanation' => 'Third party cookies die nodig zijn voor het meten van geanomiseerde bezoekersstatistieken.',
'consent_explanation' => 'Deze site gebruikt cookies waar we je toestemming voor nodig hebben.',
'consent_embeds' => 'Video embeds',
'consent_embeds_explanation' => 'Third party cookies die nodig zijn om embedded video\'s te tonen. Deze kunnen je gedrag mogelijk tracken.',
'consent_embeds_disabled' => 'Accepteer video-embed-cookies om deze video te zien.',
'consent_functional' => 'Functioneel',
'consent_functional_explanation' => 'First party cookies die nodig zijn om deze website te laten functioneren. Kan niet uitgeschakeld worden.',
'consent_title' => 'Toestemming',
'consent_functional_explanation' => 'First party cookies die essentieel zijn voor het functioneren van deze website. Deze kunnen niet uitgeschakeld worden.',
'consent_title' => 'Cookies 🍪',
'consent_learn_more' => 'Meer informatie',
'consent_change_preferences' => 'Wijzig toestemmingsvoorkeuren',
'consent_change_preferences' => 'Wijzig cookie-voorkeuren',

// Footer
'on' => 'op',
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/site.css": {
"file": "assets/site-D7bkgQHD.css",
"file": "assets/site-drs26et6.css",
"isEntry": true,
"src": "resources/css/site.css"
},
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/_video.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
{{ partial:typography/caption }}
{{ /slot:append }}
{{ /partial:components/consent_gate }}
<!-- End: /components/_video.antlers.html -->
<!-- End: /components/_video.antlers.html -->
4 changes: 2 additions & 2 deletions starter-kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ export_paths:
dependencies:
laravel/framework: ^10.16
studio1902/statamic-peak-browser-appearance: ^3.0
studio1902/statamic-peak-commands: ^6.0
studio1902/statamic-peak-commands: ^7.0
studio1902/statamic-peak-seo: ^8.0
studio1902/statamic-peak-tools: ^4.0
studio1902/statamic-peak-tools: ^5.0

0 comments on commit bce0688

Please sign in to comment.