Thanks !
For those who need the patch before the next release, you can use the following link:
https://git.drupalcode.org/project/key/-/commit/9438c1e369eb58482d78e43a....
Add it to your composer.json file instead of downloading the patch to your project.
Sorry @vasike
I made a mistake about the version. The version is 2.0.2, not 2.0.0. I updated the description of the issue.
sgourebi → created an issue.
It is ok for me now.
@nikral
In the file src/Plugin/Field/FieldWidget/MonthYearRangeWidget.php
You don't have to implement ContainerFactoryPluginInterface because it is almost implemented in the web/core/lib/Drupal/Core/Field/WidgetBase.php
In the file month_year_range.info.yml
Drupal 8 is not yet supported, so I guess you have to set the core version like this core_version_requirement: ^9 || ^10
I you want to keep compatibility with D8, you have to set the core_version_requirement: ^8.8 || ^9 || ^10
Or
add the core key.
core: 8.x
to support version before D8.8 because D8.7.7 doesn't support core_version_requirement.
core_version_requirement: ^8 || ^9 || ^10
I ran PHPCS tests and no related coding standard issues were found.
Except what I described, it is good for me.
Drupal 9.5.7
PHP 8.1
Sendinblue 2.0
Drupal 9.5.7
PHP 8.1
Sendinblue 2.0
Typo errors in the hostname example in the readme file and fix of many other typos.
-$settings['redis.connection']['host'] = '127.0.0.1;
+$settings['redis.connection']['host'] = '127.0.0.1';
Version: 8.x-1.6