Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This release breaks existing InlineForm handlers:
- tableFields() is now getTableFields()
- labels() is now getEntityTypeLabels()
- entityTypeId() has been replaced with getEntityType().
- entityFormValidate() and entityFormSubmit() are no longer static
In the inline_entity_form form element the #entity property has been renamed to #default_value.
With Apple News's recent update to asynchronous article processing, re-checking the article's state is needed to confirm an article was successfully processed. We've added a reports page to show processing, completed, and failed articles, as well as a re-check cron hook and a settings page to send emails on article processing success/failure.