Skip to content

Commit

Permalink
wmf-sitematrix v0.2.0 (#10489)
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 authored Oct 11, 2024
1 parent 4dcb7f2 commit 37939c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,18 @@ _Breaking developer changes, which may affect downstream projects or sites that
#### :white_check_mark: Validation
#### :bug: Bugfixes
#### :earth_asia: Localization

* Update Sinitic languages in the Multilingual Names field ([#10488], thanks [@winstonsung])
* Update the list of languages in the Wikipedia field ([#10489])

#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
#### :rocket: Presets
#### :hammer: Development

[#10488]: https://github.com/openstreetmap/iD/pull/10488
[#10489]: https://github.com/openstreetmap/iD/pull/10489
[@winstonsung]: https://github.com/winstonsung/

# 2.30.4
##### 2024-Oct-07
Expand Down
2 changes: 1 addition & 1 deletion modules/core/file_fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function coreFileFetcher() {
'preset_defaults': presetsCdnUrl + 'dist/preset_defaults.min.json',
'preset_fields': presetsCdnUrl + 'dist/fields.min.json',
'preset_presets': presetsCdnUrl + 'dist/presets.min.json',
'wmf_sitematrix': wmfSitematrixCdnUrl.replace('{version}', '0.1') + 'wikipedia.min.json'
'wmf_sitematrix': wmfSitematrixCdnUrl.replace('{version}', '0.2') + 'data/wikipedia.min.json'
};

let _cachedData = {};
Expand Down

0 comments on commit 37939c8

Please sign in to comment.