Skip to content

Commit d1e046d

Browse files
committed
Merge branch '5.x'
2 parents cff38ae + 779a92a commit d1e046d

File tree

161 files changed

+182
-554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+182
-554
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release Notes
22

3+
## 5.46.1 (2025-02-04)
4+
5+
### What's fixed
6+
- Fix search:results tag when offset and paginate are set [#11386](https://github.com/statamic/cms/issues/11386) by @nopticon
7+
- Live Preview: Allow changing the position of "Responsive" device option [#11404](https://github.com/statamic/cms/issues/11404) by @duncanmcclean
8+
- Fix additional url segments matching taxonomy terms [#11383](https://github.com/statamic/cms/issues/11383) by @jasonvarga
9+
- Use constructor property promotion in events [#11380](https://github.com/statamic/cms/issues/11380) by @duncanmcclean
10+
- Fix "Curaçao" item in countries dictionary [#11395](https://github.com/statamic/cms/issues/11395) by @duncanmcclean
11+
- Remove duplicate strings from translation files [#11400](https://github.com/statamic/cms/issues/11400) by @j3ll3yfi5h
12+
- German translations [#11399](https://github.com/statamic/cms/issues/11399) by @helloDanuk
13+
- French translations [#11397](https://github.com/statamic/cms/issues/11397) by @ebeauchamps
14+
15+
16+
317
## 5.46.0 (2025-01-22)
418

519
### What's new

resources/js/components/live-preview/LivePreview.vue

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,17 @@ export default {
142142
143143
deviceSelectOptions() {
144144
let options = Object.values(_.mapObject(this.$config.get('livePreview.devices'), (dimensions, device) => {
145+
if (device === 'Responsive') {
146+
return { value: null, label: __('Responsive') };
147+
}
148+
145149
return { value: device, label: __(device) };
146150
}));
147-
options.unshift({ value: null, label: __('Responsive') });
151+
152+
if (options.filter((option) => option.label === __('Responsive')).length === 0) {
153+
options.unshift({ value: null, label: __('Responsive') });
154+
}
155+
148156
return options;
149157
},
150158
@@ -217,6 +225,7 @@ export default {
217225
},
218226
219227
created() {
228+
this.previewDevice = this.deviceSelectOptions[0].value;
220229
this.editorWidth = localStorage.getItem(widthLocalStorageKey) || 400
221230
222231
this.keybinding = this.$keys.bindGlobal('mod+shift+p', () => {

resources/lang/ar.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@
529529
"ID": "معرّف",
530530
"ID regenerated and Stache cleared": "تم تجديد المعرّف ومسح Stache",
531531
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "إذا كنت تواجه مشكلة في النقر على زر \":actionText\"، انسخ والصق عنوان URL أدناه\nفي متصفح الويب الخاص بك:",
532-
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "إذا كنت تواجه مشكلة في النقر على زر \":actionText\"، انسخ والصق عنوان URL أدناه\nفي متصفح الويب الخاص بك:",
533532
"Image": "صورة",
534533
"Image Cache": "ذاكرة تخزين الصور",
535534
"Image cache cleared.": "تم مسح ذاكرة تخزين الصور.",

resources/lang/az.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@
528528
"Icon": "İkon",
529529
"ID": "ID",
530530
"ID regenerated and Stache cleared": "ID yenidən yaradıldı və Stache təmizləndi",
531-
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Əgər \":actionText\" düyməsini tıklamaqda çətinlik çəkirsinizsə, aşağıdakı URL-ni kopyalayıb veb brauzerinizə yapışdırın:",
532531
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Əgər \":actionText\" düyməsini tıklamaqda çətinlik çəkirsinizsə, aşağıdakı URL-ni kopyalayıb veb brauzerinizə yapışdırın:",
533532
"Image": "Şəkil",
534533
"Image Cache": "Şəkil Keşi",

resources/lang/cs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@
528528
"Icon": "Ikona",
529529
"ID": "ID",
530530
"ID regenerated and Stache cleared": "ID obnoveno a Stache vyprázdněno",
531-
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Pokud máte potíže s kliknutím na tlačítko „ :actionText “, zkopírujte a vložte níže uvedenou adresu URL do svého webového prohlížeče:",
532531
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Pokud máte problém s kliknutím na tlačítko \":actionText\", zkopírujte a vložte URL níže do webového prohlížeče:",
533532
"Image": "Obrázek",
534533
"Image Cache": "Cache obrázků",

resources/lang/da.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@
528528
"Icon": "Ikon",
529529
"ID": "ID",
530530
"ID regenerated and Stache cleared": "ID regenereret og Stache ryddet",
531-
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Hvis du har problemer med at klikke på knappen \" :actionText \", skal du kopiere og indsætte nedenstående URL i din webbrowser:",
532531
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Hvis du har problemer med at klikke på knappen \" :actionText \", skal du kopiere og indsætte nedenstående URL i din webbrowser:",
533532
"Image": "Billede",
534533
"Image Cache": "Billedcache",

resources/lang/de.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@
198198
"Code Block": "Codeblock",
199199
"Collapse": "Einklappen",
200200
"Collapse All": "Alle einklappen",
201+
"Collapse All Sets": "Alle Sets einklappen",
201202
"Collapse Set": "Set einklappen",
202-
"Collapse Sets": "Sets einklappen",
203203
"Collection": "Sammlung",
204204
"Collection already exists": "Sammlung existiert bereits",
205205
"Collection created": "Sammlung erstellt",
@@ -395,6 +395,7 @@
395395
"Email Content": "E-Mail-Inhalt",
396396
"Email Subject": "E-Mail-Betreff",
397397
"Emojis": "Emojis",
398+
"Empty": "Leer",
398399
"Enable Input Rules": "Eingaberegeln aktivieren",
399400
"Enable Line Wrapping": "Zeilenumbrüche aktivieren",
400401
"Enable Paste Rules": "Einfügeregeln aktivieren",
@@ -430,12 +431,10 @@
430431
"Escape Markup": "Markup escapen",
431432
"Everything is up to date.": "Alles ist auf dem neusten Stand.",
432433
"Example": "Beispiel",
433-
"Exit Fullscreen Mode": "Vollbildmodus beenden",
434434
"Expand": "Ausklappen",
435435
"Expand All": "Alle ausklappen",
436+
"Expand All Sets": "Alle Sets ausklappen",
436437
"Expand Set": "Set ausklappen",
437-
"Expand Sets": "Sets ausklappen",
438-
"Expand\/Collapse Sets": "Sets aus-\/einklappen",
439438
"Expect a root page": "Erwartet eine Startseite",
440439
"Expired": "Abgelaufen",
441440
"Export Submissions": "Antworten exportieren",
@@ -529,7 +528,6 @@
529528
"Icon": "Icon",
530529
"ID": "ID",
531530
"ID regenerated and Stache cleared": "ID regeneriert und Stache gelöscht",
532-
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Wenn du beim Klicken auf den Button „:actionText“ Probleme hast, kopiere die folgende URL und füge sie in deinem Browser ein:",
533531
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Wenn du beim Klicken auf den Button „:actionText“ Probleme hast, kopiere die folgende URL und füge sie in deinem Browser ein:",
534532
"Image": "Bild",
535533
"Image Cache": "Bildercache",
@@ -624,6 +622,7 @@
624622
"Markdown paths": "Markdown-Pfade",
625623
"Markdown theme": "Markdown-Thema",
626624
"Max": "Maximum",
625+
"Max Columns": "Maximal zulässige Spalten",
627626
"Max Depth": "Maximale Tiefe",
628627
"Max Files": "Maximal zulässige Dateien",
629628
"Max Items": "Maximal zulässige Einträge",
@@ -679,6 +678,7 @@
679678
"No templates to choose from.": "Kein Template zur Auswahl.",
680679
"None": "Nichts",
681680
"not": "ist nicht",
681+
"Not empty": "Nicht leer",
682682
"Not equals": "Nicht gleich",
683683
"Not Featured": "Nicht empfohlen",
684684
"Not listable": "Nicht auflistbar",
@@ -848,7 +848,6 @@
848848
"Searching in:": "Suchen in:",
849849
"Select": "Auswählen",
850850
"Select Across Sites": "Websiteübergreifend auswählen",
851-
"Select asset container": "Datei-Container auswählen",
852851
"Select Collection(s)": "Sammlung(en) auswählen",
853852
"Select Dropdown": "Dropdown Auswahlliste",
854853
"Select Group": "Gruppe auswählen",
@@ -983,7 +982,6 @@
983982
"Toggle": "Schalter",
984983
"Toggle Button": "Umschaltknopf",
985984
"Toggle Dark Mode": "Dunkler Modus ein-\/ausblenden",
986-
"Toggle Fullscreen": "Vollbild umschalten",
987985
"Toggle Fullscreen Mode": "Vollbildmodus umschalten",
988986
"Toggle Header Cell": "Kopfzelle umschalten",
989987
"Toggle Mobile Nav": "Mobile Navigation umschalten",

resources/lang/de/dictionary-currencies.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
'NAD' => 'Namibischer Dollar',
8080
'NGN' => 'Nigerianischer Naira',
8181
'NIO' => 'Nicaraguanischer Córdoba',
82-
'NOK' => 'Norwegian Krone',
8382
'NOK' => 'Norwegische Krone',
8483
'NPR' => 'Nepalesische Rupie',
8584
'NZD' => 'Neuseeland-Dollar',

resources/lang/de/fieldtypes.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'array.config.keys' => 'Arrayschlüssel (Variablen) und optionale Beschriftungen festlegen.',
99
'array.config.mode' => 'Der **dynamische** Modus gibt der Benutzer:in freie Kontrolle über die Daten, während der **schlüsselgebundene-** und der **Einzel**-Modus strenge Schlüssel vorschreiben.',
1010
'array.title' => 'Array',
11+
'asset_folders.config.container' => 'Datei-Container für dieses Feld auswählen.',
1112
'assets.config.allow_uploads' => 'Das Hochladen neuer Dateien zulassen.',
1213
'assets.config.container' => 'Datei-Container für dieses Feld auswählen.',
1314
'assets.config.dynamic' => 'Die Dateien werden basierend auf dem Wert dieses Feldes in einem Unterordner abgelegt.',
@@ -168,6 +169,8 @@
168169
'slug.config.show_regenerate' => 'Die Schaltfläche „Regenerieren“ anzeigen, damit der Slug aus dem Zielfeld erneuert werden kann.',
169170
'slug.title' => 'Slug',
170171
'structures.title' => 'Strukturen',
172+
'table.config.max_columns' => 'Maximale Spaltenanzahl festlegen.',
173+
'table.config.max_rows' => 'Maximale Zeilenanzahl festlegen.',
171174
'table.title' => 'Tabelle',
172175
'taggable.config.options' => 'Vordefinierte Tags zur Verfügung stellen, die dann ausgewählt werden können.',
173176
'taggable.config.placeholder' => 'Tippen und ↩ Enter drücken',

resources/lang/de_CH.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@
198198
"Code Block": "Codeblock",
199199
"Collapse": "Einklappen",
200200
"Collapse All": "Alle einklappen",
201+
"Collapse All Sets": "Alle Sets einklappen",
201202
"Collapse Set": "Set einklappen",
202-
"Collapse Sets": "Sets einklappen",
203203
"Collection": "Sammlung",
204204
"Collection already exists": "Sammlung existiert bereits",
205205
"Collection created": "Sammlung erstellt",
@@ -395,6 +395,7 @@
395395
"Email Content": "E-Mail-Inhalt",
396396
"Email Subject": "E-Mail-Betreff",
397397
"Emojis": "Emojis",
398+
"Empty": "Leer",
398399
"Enable Input Rules": "Eingaberegeln aktivieren",
399400
"Enable Line Wrapping": "Zeilenumbrüche aktivieren",
400401
"Enable Paste Rules": "Einfügeregeln aktivieren",
@@ -430,12 +431,10 @@
430431
"Escape Markup": "Markup escapen",
431432
"Everything is up to date.": "Alles ist auf dem neusten Stand.",
432433
"Example": "Beispiel",
433-
"Exit Fullscreen Mode": "Vollbildmodus beenden",
434434
"Expand": "Ausklappen",
435435
"Expand All": "Alle ausklappen",
436+
"Expand All Sets": "Alle Sets ausklappen",
436437
"Expand Set": "Set ausklappen",
437-
"Expand Sets": "Sets ausklappen",
438-
"Expand\/Collapse Sets": "Sets aus-\/einklappen",
439438
"Expect a root page": "Erwartet eine Startseite",
440439
"Expired": "Abgelaufen",
441440
"Export Submissions": "Antworten exportieren",
@@ -529,7 +528,6 @@
529528
"Icon": "Icon",
530529
"ID": "ID",
531530
"ID regenerated and Stache cleared": "ID regeneriert und Stache gelöscht",
532-
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Wenn du beim Klicken auf den Button «:actionText» Probleme hast, kopiere die folgende URL und füge sie in deinem Browser ein:",
533531
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\ninto your web browser:": "Wenn du beim Klicken auf den Button «:actionText» Probleme hast, kopiere die folgende URL und füge sie in deinem Browser ein:",
534532
"Image": "Bild",
535533
"Image Cache": "Bildercache",
@@ -624,6 +622,7 @@
624622
"Markdown paths": "Markdown-Pfade",
625623
"Markdown theme": "Markdown-Thema",
626624
"Max": "Maximum",
625+
"Max Columns": "Maximal zulässige Spalten",
627626
"Max Depth": "Maximale Tiefe",
628627
"Max Files": "Maximal zulässige Dateien",
629628
"Max Items": "Maximal zulässige Einträge",
@@ -679,6 +678,7 @@
679678
"No templates to choose from.": "Kein Template zur Auswahl.",
680679
"None": "Nichts",
681680
"not": "ist nicht",
681+
"Not empty": "Nicht leer",
682682
"Not equals": "Nicht gleich",
683683
"Not Featured": "Nicht empfohlen",
684684
"Not listable": "Nicht auflistbar",
@@ -848,7 +848,6 @@
848848
"Searching in:": "Suchen in:",
849849
"Select": "Auswählen",
850850
"Select Across Sites": "Websiteübergreifend auswählen",
851-
"Select asset container": "Datei-Container auswählen",
852851
"Select Collection(s)": "Sammlung(en) auswählen",
853852
"Select Dropdown": "Dropdown Auswahlliste",
854853
"Select Group": "Gruppe auswählen",
@@ -983,7 +982,6 @@
983982
"Toggle": "Schalter",
984983
"Toggle Button": "Umschaltknopf",
985984
"Toggle Dark Mode": "Dunkler Modus ein-\/ausblenden",
986-
"Toggle Fullscreen": "Vollbild umschalten",
987985
"Toggle Fullscreen Mode": "Vollbildmodus umschalten",
988986
"Toggle Header Cell": "Kopfzelle umschalten",
989987
"Toggle Mobile Nav": "Mobile Navigation umschalten",

0 commit comments

Comments
 (0)