Closed (fixed)
Project:
Features
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 May 2013 at 22:33 UTC
Updated:
3 Jun 2013 at 23:50 UTC
Jump to comment: Most recent file
This was suggested by Eric here at DrupalCon. Since the user_permission export is changed, and we also have field_base and field_instance, it seems to make sense that we should bump the Feature API version that is exported to the *.info file to 2.
Nothing in Features currently uses this API version, but I'm not sure if anybody else is using it. What do people think? Makes sense for Features 2.x to have API:2 ?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | features-api-version-1999368-1.patch | 347 bytes | mpotter |
Comments
Comment #1
mpotter commentedHere is the simple patch.
Comment #2
mpotter commentedCommitted this to 8a3d404 because I think it makes a lot of sense (and the idea actually came from somebody else, so I'm not "really" committing my own patch).