23 Nov
2005
23 Nov
'05
11:39 p.m.
I was wondering if it is possible to create modules that will be compatible with both 4.6 and 4.7?
You could write a backport of selected 4.7 features as a 4.6 module, and then write your 4.6 module using the backported 4.7 methods. This would allow you to write with 4.7-like code, and thus ease your eventual upgrading. I've taken this approach with 4.7 javascript, see: http://cvs.drupal.org/viewcvs/drupal/contributions/sandbox/nedjo/modules/dru...