From 6c455347fe53052dc025b8a3a89efd52812c02f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Manfred=20P=C3=B6llmann?= Date: Thu, 21 Sep 2023 17:43:24 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27d5313..0d392b5 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ The address model provides a method `geocode()` which will try to fetch longitud - [2021-02-02] **v1.0** The `geocode` configuration option now defaults to `false`. - [2022-05-16] **v1.1** Updated dependencies to PHP 8 and Laravel 8/9 - for older versions please refer to v1.0. - [2023-02-21] **v1.2** Laravel 10 support. -- [2023-09-21] **v1.3** Support custom models for addresses and contacts, thanks to @bfiessinger. +- [2023-09-21] **v1.3** Support custom models for addresses and contacts, thanks to @bfiessinger. The geocoding feature now requires a Google Maps key, see 'Geocoding' above. Also, @bfiessinger has added fallback support for flags, see pull request #40 for further info. ## License