Skip to content

Commit

Permalink
Merge branch 'hotfix/2.14.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakarFin committed Dec 16, 2024
2 parents 7e7cacd + beff0f4 commit 0ce7da6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## 2.14.1

For a full list of changes see:
https://github.com/oskariorg/oskari-frontend/milestone/52?closed=1

Fixed an issue where layers with URL templates couldn't be added with the admin UI.

Removed postinstall script that did not work properly when dev-mode was not used. It was replaced with a Babel-plugin that can handle Cesium quirks.

Updated dompurify 2.3.6 -> 2.5.8

## 2.14.0

For a full list of changes see:
Expand Down
2 changes: 1 addition & 1 deletion bundles/catalogue/metadata/resources/locale/sv.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Oskari.registerLocalization({
"basic": "Grundläggande information",
"inspire": "Inspire metadata",
"jhs": "ISO 19115 metadata",
"quality": "Data kvalität",
"quality": "Datakvalitet",
"actions": "Handlingar"
},
"actions": {
Expand Down
2 changes: 1 addition & 1 deletion bundles/catalogue/metadataflyout/resources/locale/sv.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Oskari.registerLocalization({
"abstract": "Grundläggande information",
"inspire": "Inspire metadata",
"jhs": "ISO 19115 metadata",
"quality": "Data kvalität",
"quality": "Datakvalitet",
"actions": "Handlingar",
"xml": "ISO 19139 XML fil",
"coverage": {
Expand Down
2 changes: 1 addition & 1 deletion bundles/framework/publisher2/resources/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Oskari.registerLocalization(
"size": "The map size is invalid. The width should be from {minWidth} to {maxWidth} pixels and the height from {minHeight} to {maxHeight} pixels.",
"domain": "The website is required. Please type an address and try again.",
"domainStart": "The website is invalid. Please type an address without http or www prefixes and try again.",
"name": "The map name is required. Plese type a name and try again.",
"name": "The map name is required. Please type a name and try again.",
"nohelp": "The user guide is not available.",
"saveFailed": "The embedded map could not be saved.",
"nameIllegalCharacters": "The map name contains illegal characters (e.g. html-tags). Please correct the name and try again.",
Expand Down

0 comments on commit 0ce7da6

Please sign in to comment.