By ardas on
Greetings,
I'm now using Drupal 4.6 and have allready developed several modules and changed existing ones.
I'm going to upgrade to 4.7 and I wonder were there any valuable changes in 4.7 and what exactly should be redeveloped in my modules ? Why may they be NOT compatible ?
Thanks.
Comments
Forms API
I think the biggest thing you'll probably need to change in your modules will be the bits relating to forms. If you are using any forms, you'll need to upgrade your module to use the new Forms API. The process is well documented, and there's even a module to do some of the work for you.
Converting 4.6 modules to 4.7
Look at: http://drupal.org/node/22218