Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
54.25 KB
MD5: 1912d5bc5733011dc4bfcf43f2425ea2
SHA-1: 6b1ce94da93ba17b226f7ef9801e8580dd9df621
SHA-256: 044724c980717e65be047ee3bb1f7259e9fdaa75594053d40f674fd5f1993f1b
Download zip
76 KB
MD5: ecc85a5b201908dd48bedc11433e0713
SHA-1: 7c5697858a111bc927e7aa0a7cbd103d41e87f94
SHA-256: 6f47e1a555ed1486a1e3c69f592c07d71f350f697e0d86a6dd5e33c3cbe41772
Release notes
Beta release! Updates include stability improvements, along with some additional proximity plugins for Views.
Changelog since alpha2
- #1857940: Implementation of hook_field_validate for geofield 2.x - cleanup of hook_validate, added documentation, added ability for backend plugins to define custom validation
- #1856456: Lat + Long field is empty when editing a node - Lat/Lon widget not setting default correctly
- Fixing bug whereby we can have an empty geometry
- Fixing notices and other minor edge conditions
- #1883216: Fix for broken Views Proximity Geocoded Location Handler - Bug in geocoded location handler (Thanks @jpstrikeback!)
- #1886852: Geofield: Empty values on widgets with default values skip validation - added edge-case code to take care of fatal error on db insert
- Being defensive about loading geoms
- Added current user plugin. Minor UX tweak to filter
- Stability improvements in UI
- Stop hard-coding exposed filter identifier (Thanks @dankobiaka!)
- geohash update hook fix (Thanks @dwadson!)
- #1857940: Implementation of hook_field_validate for geofield 2.x - Initial validate hook (Thanks @alexrayu!)
- #1857940: Implementation of hook_field_validate for geofield 2.x - cleanup of hook_validate, added documentation, added ability for backend plugins to define custom validation
- #1856456: Lat + Long field is empty when editing a node - Lat/Lon widget not setting default correctly
- Fixing bug whereby we can have an empty geometry
- Fixing notices and other minor edge conditions
- #1883216: Fix for broken Views Proximity Geocoded Location Handler - Bug in geocoded location handler (Thanks @jpstrikesback!)
- #1886852: Geofield: Empty values on widgets with default values skip validation - added edge-case code to take care of fatal error on db insert
- #1942826: Projection incompatibility with openlayers. - Updated Openlayers compatibility
- #1647416: Geofield does not respect the 'Number of Values' setting - OL widget doesn't respect # of values (Thanks @mr.baileys!)
- #1924188: Devel generate integration uses wrong array structure - Fix to devel generation (Thanks @dasjo!)
- #1965484: SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB/TEXT column 'field_myfield_srid' can't have a default value - srid field can't have default value
- #1966296: Info tooltip styling is broken for GeofieldMap - Fix for Geofield Map in responsive/fluid width themes (Thanks @nevergone!)
- #1991828: Provide a hook_proximity_views_handlers such that other modules can implement a proximity_views_handler - Provide hook for views proximity plugins (Thanks @Johnny vd Laar!)
- #2014345: Geofield plugin for Contextual Proximity Filter - Geofield Contextual Proximity Filter (Thanks @RdeBoer!)
- #2021939: Views geocoder proximity filter runs without an origin - Fix for Views geocoder proximity filter runs without an origin (Thanks @tauno!)
- #1840920: Cannot safely change widget type - Edge case for changing widgets (Thanks @plach!)
- #1963242: Openlayers + Geocoder hides Openlayers widget - OL + Geocoder hides Openlayers widget (Thanks @plopesc!)
- #2019231: Failed opening required geofield.widgets.openlayers.inc error (w/ patch) - Failed opening required geofield.widgets.openlayers.inc error (Thanks @cameronbprince!)