diff --git a/README.txt b/README.txt index cde0817..d982b13 100644 --- a/README.txt +++ b/README.txt @@ -14,32 +14,30 @@ INSTALLATION You should generally download the latest official release of each project. However, this version of Media Gallery has been specifically tested with the - versions shown in parentheses below. + versions shown in parentheses below. If you do not use these exact versions, + it is likely that this release will not work correctly. Required: - a. Media (latest release, tested with 7.x-1.0-beta4) + a. Media (7.x-1.0-beta5) - Download from http://drupal.org/project/media and unpack it in your contributed modules directory (usually sites/all/modules). - b. Multiform (latest release, tested with 7.x-1.0-beta2) + b. Multiform (7.x-1.0-beta2) - Download from http://drupal.org/project/multiform and unpack it in your contributed modules directory (usually sites/all/modules). - c. Styles (latest release, tested with 7.x-2.0-alpha5) - - Download from http://drupal.org/project/styles and unpack it in your - contributed modules directory (usually sites/all/modules). - d. ColorBox jQuery plugin (latest release, tested with 1.3.17) + c. ColorBox jQuery plugin (latest release, tested with 1.3.17) - Download from http://colorpowered.com/colorbox and unpack it in sites/all/libraries (if the directory doesn't exist, create it first). Recommended for the best experience: - e. Media Browser Plus (latest release, tested with 7.x-1.0-beta2) + d. Media Browser Plus (7.x-1.0-beta3) - Download from http://drupal.org/project/media_browser_plus and unpack it in your contributed modules directory (usually sites/all/modules). - f. Media YouTube (latest release, 7.x-1.0-alpha4) + e. Media YouTube (latest release, 7.x-1.0-alpha5) - Download from http://drupal.org/project/media_youtube and unpack it in your contributed modules directory (usually sites/all/modules). - g. Plupload (latest release, 7.x-1.0-beta3) + f. Plupload (latest release, 7.x-1.0-beta3) - First, download the module from http://drupal.org/project/plupload and unpack it in your contributed modules directory (usually sites/all/modules). diff --git a/media_gallery.info b/media_gallery.info index c21ef79..5497814 100644 --- a/media_gallery.info +++ b/media_gallery.info @@ -5,9 +5,9 @@ package = Media dependencies[] = list dependencies[] = number -dependencies[] = media +dependencies[] = media (1.0-beta5) dependencies[] = taxonomy -dependencies[] = multiform +dependencies[] = multiform (1.0-beta2) files[] = media_gallery.module files[] = media_gallery.admin.inc