Skip to content

Releases: neuerituale/FieldtypeGeocoder

v.1.0.6

02 Oct 09:43

Choose a tag to compare

  • Fix mysql json query (#8)
  • Remove hardcoded field name
  • Update database schema and add a upgrade method for this (#5)

Many thanks to @spoetnik for your participation. 🙏

v.1.0.5

20 Jun 11:34

Choose a tag to compare

Fix TypeError from getMatchQuery

v.1.0.4

13 Jun 16:01

Choose a tag to compare

  • Fix php 8.2 warning #3
  • Update composer file
  • Add phpdoc methods and return types
  • Update leaflet version
  • Add short access to coordinates

Full Changelog: 1.0.3...1.0.4

v.1.0.3

12 Aug 12:48

Choose a tag to compare

Add support for bitwise status search.

/** 
 * @see Geocoder::statusOn
 * @see Geocoder::statusSingleResult
 * @see Geocoder::statusMultipleResults
 */
$pages->find('geocoder.status=3'); // Status "On" and "SingleResult"
$pages->find('geocoder.status&2|4'); // Status "SingleResult" or "MultipleResults"

Full Changelog: 1.0.2...1.0.3

v.1.0.2

21 Feb 13:15

Choose a tag to compare

Support Repeater.

v.1.0.1

18 Feb 10:46

Choose a tag to compare

  • Add GraphQL support with new module GraphQLFieldtypeGeocoder.module
  • Add methods hasResult and setStatus
  • Update Readme and Descriptions

v.1.0.0

09 Jun 11:26

Choose a tag to compare

clean code