From 8d89fa045ad49e51ecd10b8b8534f2cd38bcb01c Mon Sep 17 00:00:00 2001 From: Yannick Betou Date: Tue, 7 Jul 2026 09:58:59 +0200 Subject: [PATCH 1/2] Set USCensus Reverse Geocoding as obsolete --- custom-recipes/reverse_geocoding/recipe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-recipes/reverse_geocoding/recipe.json b/custom-recipes/reverse_geocoding/recipe.json index b3f3f79..17d0205 100644 --- a/custom-recipes/reverse_geocoding/recipe.json +++ b/custom-recipes/reverse_geocoding/recipe.json @@ -105,7 +105,7 @@ }, { "value":"uscensus", - "label":"USCensus" + "label":"USCensus (Obsolete)" }, { "value":"w3w", From 20b66b86a5b25162b26f6b25e0a9e208aefc6c12 Mon Sep 17 00:00:00 2001 From: Yannick Betou Date: Tue, 7 Jul 2026 09:59:20 +0200 Subject: [PATCH 2/2] Update plugin.json --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index bd082b4..45da044 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "id": "geocoder", - "version": "1.3.1", + "version": "1.3.2", "meta": { "label": "Geocoder",