- Issue created by @AaronBauman
- Merge request !80Update core version requirement and composer dependencies → (Merged) created by AaronBauman
- Status changed to Needs review
11 months ago 7:17pm 22 May 2024 - 🇺🇸United States AaronBauman Philadelphia
Tested briefly, and working with the following
composer.json
configuration."repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/key", "drupal/typed_data", "drupal/salesforce" ] }, { "type": "package", "package": { "name": "drupal/key", "version": "dev-3395824-allow-drupal-11-installation", "type": "drupal-module", "source": { "type": "git", "url": "https://git.drupalcode.org/issue/key-3395824", "reference": "3395824-allow-drupal-11-installation" } } }, { "type": "package", "package": { "name": "drupal/typed_data", "version": "dev-3449149-drupal-11-release-8.x-1.x", "type": "drupal-module", "source": { "type": "git", "url": "https://git.drupalcode.org/issue/typed_data-3449149", "reference": "3449149-drupal-11-release-8.x-1.x" } } }, { "type": "package", "package": { "name": "drupal/salesforce", "version": "dev-3449141-drupal-11", "type": "drupal-module", "source": { "type": "git", "url": "https://git.drupalcode.org/issue/salesforce-3449141", "reference": "3449141-drupal-11" } } } ],
- Status changed to Needs work
10 months ago 4:35pm 12 June 2024 - 🇮🇳India ankitv18
There are many deprecations which surely affect D11 and phpunit current pipeline is also failing.
- Status changed to Needs review
10 months ago 6:39am 13 June 2024 - 🇮🇳India ankitv18
MR!80 is ready for review.
- Run the test for next minor and major
- Fixed deprecations reported for D11
- Handled the typedDataManager without constructor.
cc: @AaronBauman
- 🇺🇸United States AaronBauman Philadelphia
Thanks for the MR, i've merged latest changes from 5.1.x
This is looking good, but won't get merged into a release until at least 11.0 stable is released.
May need to go into a new major release or point release, depending on 10.3 compatibility.
I'll leave comments in gitlab when we're closer to that point.
-
aaronbauman →
committed 4311b80c on 5.1.x
Issue #3449141: Drupal 11
-
aaronbauman →
committed 4311b80c on 5.1.x
- Status changed to Fixed
7 months ago 7:16pm 6 September 2024 - 🇺🇸United States AaronBauman Philadelphia
Merged to 5.1.x dev
Thanks for the contrib
Automatically closed - issue fixed for 2 weeks with no activity.