As part of #2137201: [META] Regressions in project_release handling of version element fields and release-history XML we're going to start relying on the proper functioning of the label_version_mapper plugin from versioncontrol_release. The d.o implementation of this plugin was ported to D7, but it's unclear if it's really working right, since the code that invokes it isn't being invoked the same way it was in D6.
So, once #2145667: project_release_node_presave() should only parse the version string if the version elements are not already set and #2145675: Alter the release node form to set values for the version element fields as determined by the label_version_mapper plugin are done, we need to test this plugin and make sure it's doing what it's supposed to.
Comments
Comment #1
dwwGiven my latest patches at #2145667: project_release_node_presave() should only parse the version string if the version elements are not already set and #2145675: Alter the release node form to set values for the version element fields as determined by the label_version_mapper plugin I had a chance to really test this plugin on a d.o dev site and it all appears to be working fine. I tested the following:
Core
7.24
8.0-alpha1
Contrib
7.x-2.0-unstable2
7.x-2.0-alpha2
7.x-2.0
All of the above worked fine and the plugin correctly parsed/mapped everything as expected.
Therefore, calling this fixed.