diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 09abef4d1..739f80b1e 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -5,6 +5,7 @@ - fixed: Project manager modal dialog doesn't work in some instances. - fixed: Syndicated Content doesn't always decode text properly - fixed: Syndicated Content caches improperly + - added File::Path 2.04 as a prerequisite 7.5.15 - fixed: Colorpicker window would not open (Martin Kamerbeek / Oqapi) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 1ca08571a..73d29c9da 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -7,6 +7,12 @@ upgrading from one version to the next, or even between multiple versions. Be sure to heed the warnings contained herein as they will save you many hours of grief. +7.5.16 +-------------------------------------------------------------------- + * You need the following Perl Modules installed before you upgrade: + File::Path + + 7.5.13 -------------------------------------------------------------------- * RSSFromParent now uses the parent asset's canView method to @@ -30,10 +36,10 @@ save you many hours of grief. 7.5.11 -------------------------------------------------------------------- * You need the following new Perl Modules installed before you upgrade: - Archive::Any - Exception::Class - Path::Class - Image::ExifTool + Archive::Any + Exception::Class + Path::Class + Image::ExifTool List::MoreUtils * SQL Form is no longer part of the official distribution of WebGUI, diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index af869d724..3f0998935 100644 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -114,6 +114,7 @@ checkModule("Archive::Any", "0.093" ); checkModule("Path::Class", '0.16' ); checkModule("Exception::Class", "1.23" ); checkModule("List::MoreUtils", "0.22" ); +checkModule("File::Path", "2.04" ); ###################################