backdrop-contrib / backdrop_upgrade_status

Checks to see if the installed modules on a Drupal 7 site are ready for upgrade to Backdrop CMS.
1 stars 5 forks source link

Issue #3314228: entityreference now in core #37

Closed herbdool closed 5 months ago

herbdool commented 1 year ago

Fixes https://www.drupal.org/project/backdrop_upgrade_status/issues/3314228

jenlampton commented 5 months ago

I've added a commit with the following:

    case 'entityreference':
      $data[$project]['in_core_since'] = '1.x';
      $data[$project]['in_core_note'] = t('Moved into core in v1.23.');
      $data[$project]['in_core_complete'] = TRUE;
      $data[$project]['in_core_upgrade_status'] = t('Leave enabled.');
      break;

I credietd @herbdool .