Skip to content

v4.9.570

Compare
Choose a tag to compare
@RensTillmann RensTillmann released this 22 Dec 11:30
· 368 commits to master since this release

Dec 22, 2020 - Version 4.9.570

  • Added: Option for Address auto complete (google places) to specify the types of results to return e.g:
    • geocode: return only geocoding results, rather than business results. Generally, you use this request to disambiguate results where the location specified may be indeterminate.
    • address: return only geocoding results with a precise address. Generally, you use this request when you know the user will be looking for a fully specified address.
    • establishment: return only business results.
    • (regions): return any result matching the following types: locality, sublocality, postal_code, country, administrative_area_level_1, administrative_area_level_2
    • (cities): type collection instructs the Places service to return results that match locality or administrative_area_level_3
  • Added: Option for Address auto complete (google places) to restrict results by countrie(s) e.g: fr,nl,de (to restrict results by France, Netherlands and Germany)
  • Improved: Keyword field style improvements
  • Improved: Auto suggest style improvements
  • Improved: Allow setting The types of place results to return to be empty for Address auto complete feature, so that all types can be returned when left blank
  • Improved: Clean up generated PDF datauri, no need to store it in contact entry data in database, it could also cause the database to throw error due to reaching maximum Text/Blob size
  • Fix: When filtering Auto suggest make sure to preserve any spaces in the search results
  • Fix: Firefox adaptive placeholders focus automatically getting unfocussed
  • Fix: When using Currency field with a Default value make sure the masked is applied upon page load
  • Fix: When using connected datepickers in combination with a custom Localization e.g Czech and a min/max connected date, the connection would not function due to difference in date formats
  • Fix: Multi-part thinking there was still a field that required validation when in fact the field had become conditionally hidden while after the field had thrown a validation error. This caused the form being unable to submit.