Problem/Motivation

Currently, Drupal 9 sites are on 2.0.0-alpha which was the most current version until beta which only supports 10.1. Adding support for 9.5 in beta would allow D9 users to stay on 2.0.0 version until D9 EOL.

Proposed resolution

On the 2.0.x branch:

  • Change core_version_requirement to ~9.5.0 || ~10.1.0 in .info.yml file(s).
  • Change drupal/core to ~9.5.0 || ~10.1.0 in composer.josn file.

Thanks, Greg, for following up on this.

Noted;
I see your point, It looks like that the module could move to change drupal/core to ~9.5.0 || ~10.1.0 in composer.josn file On the 2.0.x branch.
If we do that we could drop support for the old 8.x-1.x branch.

Remaining tasks

  • ✅ File an issue
  • ✅ Addition/Change/Update/Fix
  • ✅ Testing to ensure no regression
  • ➖ Automated unit testing coverage
  • ➖ Automated functional testing coverage
  • ➖ UX/UI designer responsibilities
  • ➖ Readability
  • ➖ Accessibility
  • ➖ Performance
  • ➖ Security
  • ➖ Documentation
  • ✅ Code review by maintainers
  • ✅ Full testing and approval
  • ✅ Credit contributors
  • ✅ Review with the product owner
  • ✅ Release notes snippet
  • ❌ Release entity_browser_enhanced-2.0.0-rc1

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • Issue #3372984 by Greg Boggs: Changed support for ~9.5.0 || ~10.1.0 on the 2.0.x branch and drop support for the 8.x-1.x branch

Comments

Greg Boggs created an issue. See original summary.

rajab natshah’s picture

Thanks, Greg, for filing the issue.
Committing the change and with quick release
To do more testing for updates on D9 and D10
then the stable 2.0.0 will be released.
Drop support for the 8.x-1.x branch will follow after the stable release

rajab natshah’s picture

Issue summary: View changes
Status: Active » Needs review
Issue tags: +entity_browser_enhanced-2.0.0-rc1
rajab natshah’s picture

Status: Needs review » Fixed
rajab natshah’s picture

Issue summary: View changes

✅ Released entity_browser_enhanced-2.0.0-rc1

Dropping support for the 8.x-1.x branch will be next week, Not in the weekend.

greg boggs’s picture

I'll give this a test on my 9.5 site. Thanks for the update.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.