By Crell on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
Views plugins in Drupal 6 and 7 needed to declare what version of the Views API they required in order to allow for smaller changes in the Views API. However, with Views in core as of Drupal 8 the Views API version is synonymous with the Drupal core version, and thus the extra declaration is redundant. Therefore, Views plugins no longer need to declare a Views API version.
Modules that provide Views plugins, of course, must still declare themselves dependent on Drupal 8 core, and may declare a dependency on other modules or specific PHP versions if appropriate.
Impacts:
Module developers