contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

Adding support for Drupal 10 in recipes_magazin module #425

Closed fadonascimento closed 11 months ago

fadonascimento commented 11 months ago

Task: https://github.com/contentacms/contenta_jsonapi/issues/421

Since there is no deprecated function inside this module, it would be changing to support Drupal 10.

There is a soft dependency of this PR https://github.com/contentacms/contenta_jsonapi/pull/423 to fix functional tests inside this module.

Notes

Value of core_version_requirement: ^8 || ^9 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.

fadonascimento commented 11 months ago

FIY: @e0ipso