Issue #3572547: Add Drupal 12 to core version requirements to allow next major testing
feat: #3576105: GeofieldProximityField:getValue public method: Log a warning (instead of error) when geofield data (Lat, Lon) is missing.
Added a Project Description Note on imminent un-support marking of 8.x-1.x branch and invite to update to latest 10.3.x release - #3576353 False warning about Geofield security updates
Issue #3576947: Added a JSON:API-extras GeoJson field enhancer
Issue #3572538: Fix eslint findings in pipeline
fix: #3566397 `GeofieldDms` and `GeofieldElementBase` classes in the Geofield module extend the deprecated `Drupal\Core\Render\Element\FormElement` class
Field/GeofieldFieldBuilder.php: renderPlain (deprecated) replaced in favour of renderInIsolation
Drupal.org description.html updated, with fancy LIVE Demo Button
Functional GeofieldWidgetTest slight enhancement
Better definition of GeoPHP/GeoPHPWrapper::load method
GeofieldDefaultWidget: slight refactoring of settings element description.
Issue #3540091: proximity of places with almost same lat/lng could be NaN
Issue #3487166 by angel.h, itamair: Don't declare targetDefinition as dynamic property, for PHP > 8.2 compatibility
Issue #3498685 by anjaliprasannan, itamair, hetal.solanki, dunx: Create unique Geofield field type icon for better UX
README.md and description.html doc updated, to match changes approved to the Summary Description to comply with Project Browser requirements ('Issue #3474479: Update summary on project page for compatibility with Project Browser')
Issue #3485637 by marcoliver, itamair: TypeError, when geoPHP::load() returns bool
Issue #3484712 by taiger: Warning: foreach() argument must be of type array|object, null given in /web/modules/contrib/geofield/src/Feeds/Target/Geofield.php on line 92
General improvements and tweaks to the Geofield Proximity functionalities:
- added dynamic (real time) sync between geofield proximity origin lat/lon elements and lat/lon summary elements (throughout proximity_origin_summary_update.js library);
- more extended class naming for 'proximity-origin-input' and 'proximity-origin-summary' geofield lat and lon elements;
Issue #3467827 by frankied3: GeofieldFieldBuilder::build() incompatible with Diff 2.x
Issue #3411121: Deprecated sequence type schema definition
Removed dependency injection of geofield.wkt_generator service from GeofieldWKT class / geofield_wkt @MigrateProcessPlugin because unused (#3074552).
Added comment / description to geofield_wkt @MigrateProcessPlugin to remark its redundancy with the Drupal core's get plugin (Issue #3074552)
Tiny description adjustments to geofield_latlon and geofield_wkt @MigrateProcessPlugins (to make them Drupal 8 agnostic).
"geofield_latlon" Migrate process plugin: added setup example and better documentation
Removal of (deprecated) watchdog_exception in favour of \Drupal::service('logger.factory')->get('geofield')
Fix the Geofield Geolocation.
Issue #3276574 by tobiasb: Disallowed or malformed HTML in german translation .po file
Issue #3360474 by zniki.ru, itamair, sakthi_dev, nitin_lama, Shank115, arti_parmar, apaderno: Fix the issues reported by phpcs
Issue #3402400 by zniki.ru, itamair: Adopt GitlabCi
Fix ESLint Issues in geolocation.js
Issue #3402434 by itamair, zniki.ru: Fix the issues reported by PHPStan
Issue #3390164 by JeroenT: TypeError: Cannot access offset of type string on string in Drupal\geofield\Plugin\Field\FieldWidget\GeofieldLatLonWidget->massageFormValues()
Issue #3395401 by joseph.olstad: fieldset was removed arbitrarily with no issue number reference in commit fdf69a53094 , restore expected markup
$defaultTheme set to 'stark' in GeofieldWidgetTest
General Drupal and PHP Coding standards fixes and code refinements.
Geofield Feeds Integration: Added Instructions in Summary for Geofield Feeds Target (Issue #2952745 by chrisgross: Feeds integration: add a mapping target for geofield)
Issue #3334995 by acbramley: Field label is missing on single cardinality fields using lat/lon, dms, and bounds widgets
Tests fixed: $modules property must be declared protected.
Geofield support to Feeds: NULL values in Lat/Lon fields won't import any Geofield value
(Issue #3221940 by cmchurch, itamair: NULL values return 0 when imported via Feeds)
Added fallback text field area and warning to Geofield Widgets not supporting geometries (Issue #3333015 by itamair, Vincent Rommelaars: GPX LINESTRING() data altered to POINT() when re-saving node)
Refactoring of geofield_proximity library into geofield_general one.
Issue #3315303 by tcrawford, itamair: Error: Call to a member function getParsedReferenceLocation() on array in Drupal\geofield\Plugin\GeofieldProximitySource\ContextProximityFilter->getOrigin()
Further fixed PHP Warning in proximity filter when field is not "field_geofield"
- Issue #3299818 by jessehs: PHP Warning in proximity filter when field is not "field_geofield"'
- Issue #3299813: Undefined array key "field_geofield_proximity_op" when using proximity filter on (at least) non node entity
Further fixed PHP Warning in proximity filter when field is not "field_geofield"
- Issue #3299818 by jessehs: PHP Warning in proximity filter when field is not "field_geofield"'
- Issue #3299813: Undefined array key "field_geofield_proximity_op" when using proximity filter on (at least) non node entity
Fixed PHP Warning in proximity filter when field is not "field_geofield"
- Issue #3299818 by jessehs: PHP Warning in proximity filter when field is not "field_geofield"'
- Issue #3299813: Undefined array key "field_geofield_proximity_op" when using proximity filter on (at least) non node entity
Issue #3283332 by Pasqualle, itamair: Malformed HTML in form description
Issue #3287728 by Project Update Bot: Automated Drupal 10 compatibility fixes
Issue #3280708: Geofield views schema issues
refactored composer.json file to remove "phayes/geophp": "^1.2" and require new "itamair/geophp": "^1.3" library (https://packagist.org/packages/itamair/geophp), fixing issue #3294152 by itamair: Fix PHP 8.1 compatibility on fwrite(): Passing null to parameter #2 ($data) of type string is deprecated
Issue #3220860 by paul121, itamair: GeofieldDefaultWidget Geometry constraints validation
Issue #3222174 by paul121, itamair: Translation for Latitude and Longitude
Issue #3223984 by itamair: Notice: Undefined index: lat in Drupal\geofield\Plugin\GeofieldProximitySourceBase->getHaversineOptions()
Issue #2969564 by batigolix, itamair: How activate PostgreSQL/PostGIS Storage in Drupal 8
GeofieldBackend settings moved into GeofieldItem Field storageSettingsForm.
Addition of Description attribute into GeofieldBackend Annotation, so to be able to describe and list available Geofileld Storage Backends specifications.
Issue #3207216 by m.stenta: LatLon schema error: settings.output_escape missing schema
Issue #3207078 by m.stenta: Add support for centroid WKT in LatLon formatter
Issue #3205143 by m.stenta, shabana.navas, itamair: Patch added to latest version
Issue #3205143 by shabana.navas: Patch added to latest version