The latest dev version of simple_sitemap adds a reference to the datetime.time service in the simple_sitemap.generator service definition. The datetime.time service is not available in Drupal 8.2.x, so this makes the latest dev version now only compatible with Drupal 8.3.

Was this intended? If so, the requirements in composer.json may need to be updated so that it won't install on older versions of Drupal.

Comments

bmcclure created an issue. See original summary.

  • gbyte.co committed cb01f4d on 8.x-2.x
    Issue #2855015: Latest dev version requires Drupal 8.3.x
    
gbyte’s picture

Category: Bug report » Task
Status: Active » Fixed

Fair enough, I saw REQUEST_TIME was deprecated but did not realize this service breaks compatibility below 3.x. Reverted for now.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.