Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork entity_reference_revisions-3554316
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
berdirExpanding the scope here a bit. field UI changed again in 11.2 (field types are now a link, form structure changed again), I'm not going to add a 4th layer of BC conditions, so I'm dropping 10.2 and below, which means I can remove a good chunk of test and and actual version logic.
That includes removing the hal normalizer and the service provider class. I considered deprecating the normalizer, but it's code that would be a fatal error on D10 anyway, so there's no point in keeping that, nobody could possibly be using that.
Also have to add some new checks for body changes in 11.3.
Comment #4
berdirMerged.