geofield 8.x-1.1

Bug fixes
New features

GeofieldProximitySourceBase: better exception handling in getHaversineOptions() for empty origin.

geofield 8.x-1.0

Bug fixes
New features

Crossed implementation of "Geocode Origin" Proximity Source plugin for Geofield module (Issue #3026561 by itamair).
Better Refactoring of Geofield Proximity Filter and Sources plugins
Issue #3022557 by itamair: Bounding Box: Error message: Top must be greater than Bottom

geofield 8.x-1.0-beta6

Bug fixes
New features
  • Issue #3012750 by itamair: (New) Drupal 8 Geofield Proximity View (Field, Filter and Sort) Handlers System
  • GeofieldElementBase update: easier elementValidate

geofield 8.x-1.0-beta5

Bug fixes
  • Issue #2956021 by SylvainM, itamair: Let the choice to escape output field
  • Added module drupal.org documentation
  • Issue #2969120 by xserjiox, welly, irenebreiner, Sissonen: Add Geofield support for Feeds D8 - add_feeds_support-2969120-11.patch applied
  • Issue #2969120 by xserjiox, welly, irenebreiner, Sissonen: Add Geofield support for Feeds D8 - amended to geofield-add-feeds-support-269120-17.patch, to comply to Drupal standards
  • Issue #3004633 by ducktape, itamair: Add a build function for MultiPolygon to WktGenerator

geofield 7.x-2.4

Bug fixes
  • Issue #1411836 by tauno, eft, FMB, fonant, BillyTom, Summit: Field handler for Migrate module
  • Issue #1411836 by tauno, eft, FMB, fonant, BillyTom, Summit: Field handler for Migrate module
  • Issue #2534822 by m.stenta, SeeWatson, joelpittet, Pryrios: Feeds Import Not Saving Geofield
  • Issue #2757953 by ashwinsh, DamienMcKenna, andrei.godea, mlanth, GuyPaddock, Paul Broon: Google maps requires API keys for sites going live after 22/6/2016

geofield 8.x-1.0-beta4

New features

Geofield component title made translatable throw interface

geofield 8.x-1.0-beta3

Bug fixes
New features

Issue #2945202 Geofield stuck back to "phayes/geophp": "^1.2", due to lack of dev-master branch from Packagist

geofield 8.x-1.0-beta2

Bug fixes

Tests and Schema updated and fixed:

  • Issue #2944387: settings.backend missing schema
  • Schema fixed for field.storage_settings.geofield & field.field_settings.geofield
  • Tests fixed with proper FieldStorage & FieldConfig definitions

geofield 8.x-1.0-beta1

Bug fixes

Major Refactoring
- to comply to drupal and php coding standards;
- implement Dependency Injections of Services;
- general better implementation of all classes/entities
Readme.md extended with detailed and updated documentation and credits
Composer.json updated with requirement of fixed phayes/geophp dev-master #6855624

geofield 8.x-1.0-alpha5

Bug fixes

Documentation updates:

  • Documentation updated for D8 version - Readme.txt removed and Readme.md file created
  • Removed reference to the D7 Drupal.org community documentation

geofield 8.x-1.0-alpha4

New features

Refactor Lat/lon widget logic, replacing former DMS formatter with a generic one.
More info: #2882846: Add Latitude and Longitude Formatter

geofield 8.x-1.0-alpha2

Bug fixes

Drupal 8 and GeoPHP library dependency

Since 8.x-1.0-alpha2 version, this module is not depending on GeoPHP module anymore. The GeoPHP library dependency is being managed through composer. Please read https://www.drupal.org/node/2718229 for more information about composer dependencies.

Besides of that, this version fixes some bugs and includes some minor improvements.

geofield 7.x-2.3

Bug fixes

Followup release from 7.x-2.2, which addresses a problem with Feeds integration. Also see 7.x-2.2 changelog at https://www.drupal.org/node/2342333.

geofield 7.x-2.2

Bug fixes
New features

Mostly stability updates, integration fixes, and minor UX improvements.

geofield 7.x-2.0

New features
Bug fixes

New Features since 1.2

  • Pluggable Backend Architecture: Data storage can work natively with Postgres/PostGIS databases via a plugin. Ships with a default storage mechanism that is suitable for any Drupal-supported database, without any db-enhancements.
  • Native FormAPI elements
    • Lat/Lon: : Provides 2 textfield elements for latitude/longitude selection. Optional HTML5 Geolocation capabilities.
    • Bounding Box: Provides 4 textfield elements to define top/bottom/left/right bounds for a geometry.
    • Proximity: Provides a way to input proximity queries, which in this case is defined as [x] [units of measure] from [location]. See Views proximity handler plugins for example usage.
  • Views-powered Proximity Queries
  • Unit tests!

Developer notes from 1.x to 2.x

  • 'wkt' column now 'geom.' Data is now stored as WKB by default. We convert to WKB on load to help with DX.

Outside commits since 7.x-2.0-beta1

geofield 7.x-2.0-beta1

New features
Bug fixes

Beta release! Updates include stability improvements, along with some additional proximity plugins for Views.

Changelog since alpha2

geofield 7.x-1.2

Bug fixes

Long overdue point release for Geofield 1.x. Mostly bug fixes and compatibility tweaks for the Openlayers module.

geofield 8.x-1.x-dev

Initial 8.x development branch. Very basic functionality, basic architecture release of the pluggable backend system.

geofield 7.x-2.0-alpha2

New features
Bug fixes

Updates since last alpha

  • Refactored Views proximity search implementations
  • hook_update cleanup
  • Implementation of hook_field_validate
  • Widget bug fixes

geofield 7.x-2.0-alpha1

New features
Bug fixes

First alpha release of 2.x branch. Updated database storage, awesomesauce, etc.

geofield 7.x-1.0

Bug fixes

Mostly the same as RC1. The following commits have been added since the last release.

geofield 7.x-2.x-dev

7.x-2.x dev branch. This should be considered unstable and unfit for production use, but full of goodies and wonders.

geofield 7.x-1.0-beta1

New features
Bug fixes

Numerous bug fixes, including a major overhaul of the Openlayers map widget, html5 location support, and improved integration into Feeds, Entity, and ApacheSolr.

geofield 7.x-1.0-alpha5

New features

Added a new submodule, geofield_map, which provides a basic field formatter and views integration to geofield. The goal is to have something that can easily be used as a rapid-prototyping tool, or as a example of how to write custom integration with geofield.

geofield 7.x-1.0-alpha4

New features
Bug fixes

New release! This release features many stability improvements, plus the beginnings of simpletests for geofield.

geofield 7.x-1.0-alpha2

New features
Bug fixes

- Fixes many bugs.
- Adds new formatters (KML, GPX)
- Better support for D7 Geocode

geofield 7.x-1.0-alpha1

First Alpha release. Most fundamental pieces are in place and the module is very usable.

Pages

Subscribe with RSS Subscribe to Releases for Geofield