airfleet/airfleet-google-maps-plugin

Project releases

airfleet-google-maps-plugin

Release 1.1.0

Updates place search to use PlaceAutocompleteElement

GitHub
View full changelog

Changed

  • Update google.maps.places.Autocomplete to use google.maps.places.PlaceAutocompleteElement for place search in editor.
airfleet-google-maps-plugin

Release 1.0.0

Adds Airfleet Framework dependency and fixes JSON parsing when map center is unset

GitHub
View full changelog

Changed

  • Breaking: Added new dependency - Airfleet Framework plugin - and removed scoped framework composer package
  • Added plugin dependencies in main plugin file (Requires Plugins metadata field)
  • Internal: Increased Node.js version requirement to >=24
  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.0.0
  • Internal: Bump composer dependency airfleet/wordpress-dev to ^4.0.0
  • Internal: Switched package manager to Bun
  • Internal: Updated linters and development tools
  • Internal: Updated configuration for development tools
  • Internal: Moved configuration sections from package.json to dedicated config files
  • Internal: Updated browserslist configuration
  • Internal: Updated package.json scripts to use Airfleet CLI
  • Internal: Updated README.md to remove Getting Started and Documentation sections
  • Internal: Updated Plugin URI metadata field in main plugin file
  • Internal: Updated GitHub workflows
  • Internal: Added .airfleet-license and .airfleet-visible

Fixed

  • Fixed JSON parse issue when map center is not set
airfleet-google-maps-plugin

Release 0.5.0

Added support for forced previews in the block editor with contextual preview text and script exclusion.

GitHub
View full changelog

Changed

  • Added support for forced previews by using helper $_should_show_preview() (requires latest Elements - Core plugin)
  • Updated block editor preview text with more contextual information
  • Used filter airfleet/elements/exclude_non_editor_scripts to exclude non-editor scripts when force previews are enabled
  • Bump airfleet/wordpress-framework to 1.18.3
airfleet-google-maps-plugin

Release 0.4.2

Fixed three JavaScript errors related to Google Maps API usage.

GitHub
View full changelog

Fixed

  • Fixed JavaScript error "undefined _airfleet_google_map" message.
  • Fixed JavaScript error "missing google map api key" message.
  • Fixed JavaScript error "Unexpected end of JSON input" message.
airfleet-google-maps-plugin

Release 0.4.1

Fixed a JavaScript error on multiple Google Maps API initializations

GitHub
View full changelog

Fixed

  • Fixed JavaScript error on multiple google maps API initializing
airfleet-google-maps-plugin

Release 0.4.0

Updated option field keys with 'airfleet_' prefix

GitHub
View full changelog

Changed

  • Updated option field keys to add "airfleet_" prefix
airfleet-google-maps-plugin

Release 0.3.0

Added toggles for custom Google Map settings

GitHub
View full changelog

Changed

  • elements-components-google-map: Added toggles to enable custom settings, otherwise uses global options
airfleet-google-maps-plugin

Release 0.2.0

Updated components to add support for airfleet/elements/empty/$slug filter

GitHub
View full changelog

Changed

  • Updated components to add support for airfleet/elements/empty/$slug filter
airfleet-google-maps-plugin

Release 0.1.0

Added options page and components for displaying Google Maps

GitHub
View full changelog

Added

  • Added options page to set Google Maps API keys and default map options
  • Added component elements-components-google-map (display a Google Map with several markers)
  • Added elements-components-google-map to flexible component elements-media
  • Added pattern airfleet/elements-google-map (Media block with Google Map component)