$Id$ ====================================================================== This file contains specific instructions for upgrading your site's version of project.module to a new release. You should always check this file when you download a new version to see if there are any specific things you need to know about a certain upgrade. ====================================================================== -------------------------------------------------- Upgrading to 4.7.x-2.* (from the 4.7.x-1.* series) -------------------------------------------------- If all you used from the 4.7.x-1.* or 4.6.x-* series were projects and issue tracking (via the project_issue.module in 4.7.x-1.* and beyond), upgrading to the 4.7.x-2.* series is quite easy. In this case, the normal upgrade procedure should be followed: http://drupal.org/upgrade Basically: 1) Backup your site and database. 2) Install the latest 4.7.x-2.* release of project and project_issue. 3) Run update.php. Please note that the 4.7.x-2.* versions of project and project_issue must be upgraded at the same time. For example, you cannot run project version 4.7.x-2.* with project_issue version 4.7.x-1.*. However, if your site used the old 4.7.x-1.* (or 4.6.x-*) support for releases (before releases were handled by release nodes, see http://drupal.org/node/94000 for more info), upgrading your site will be a somewhat difficult process. In that case, you should view the following handbook page on drupal.org *BEFORE* you start upgrading: http://drupal.org/node/163616