You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
AI search now finds landmarks it used to miss. The AI assistant could suggest place descriptions too specific for OpenStreetMap to geocode (e.g. "Franz Kafka's Grave, New Jewish Cemetery, Prague"), producing no pin. It's now steered to answer with the smallest place that OpenStreetMap can actually locate.
Fixed an editor crash on custom post types without custom-fields support. Opening the block editor on a CPT that doesn't declare custom-fields support (common with Pods-registered types) could crash the whole editor when the geodata panel loaded. Reported on the support forum.
Maintenance
Updated build dependencies and cleared several npm/Composer security advisories, including a high-severity denial-of-service issue in a dev-only YAML parser.
Bumped the plugin's Node.js build requirement to 24 (the previous pin had quietly reached end of life). No impact on the plugin itself, this only affects contributors building from source.