From 200ec0da388a4e0c3db9f2cf52bfcea0eac5c77d Mon Sep 17 00:00:00 2001 From: Matt Rothenberg Date: Mon, 15 Mar 2021 09:36:41 -0400 Subject: [PATCH] version: 0.5.0 --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90b1e44..69c9eeb 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ MAPBOX_API_KEY="" Currently, only a few configuration options are supported, although [Mapbox's forward geocoding API exposes a variety of settings.](https://github.com/mapbox/mapbox-sdk-js/blob/main/docs/services.md#forwardgeocode). - `placeholder (string>)`: Placeholder text for the rendered picker. -- `countries (Array)`: Limits results to the specified countries. Each item in the array should be an ISO 3166 alpha 2 country code. +- `countries (Array)`: Limits results to the specified countries. Each item in the array should be an ISO 3166 alpha 2 country code. - `featureTypes ("country" | "region" | "postcode" | "district" | "place" | "locality" | "neighborhood" | "address" | "poi" | "poi.landmark"):`: Filter results by feature types +- `language (Array)`: Specify the language to use for response text and, for forward geocoding, query result weighting. Options are IETF language tags comprised of a mandatory ISO 639-1 language code and optionally one or more IETF subtags for country or script. Screen Shot 2021-03-15 at 7 45 53 AM @@ -71,7 +72,6 @@ address: wikidata: Q30 short_code: us text: "United States" - ``` Please feel free to submit a pull request if you'd like to modify or improve this very basic serialization schema. diff --git a/composer.json b/composer.json index 157e9ad..df0c7a9 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mattrothenberg/statamic-mapbox-address", "description": "A Mapbox autocomplete dropdown fieldtype for the Statamic Control Panel", "license": "MIT", - "version": "0.4.0", + "version": "0.5.0", "type": "statamic-addon", "autoload": { "psr-4": {