diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index d3c7623df..ce9b9d3ef 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -10,6 +10,7 @@ - fixed #12184: Apache error in modperl.error.log (William McKee, Knowmad Technologies) - fixed #12186: keywords template variable not working properly in Article - fixed #12190: List type form plugins that do not override getOptions show no value when getValueAsHtml is called + - fixed #12135: Geo::Coder::Googlev3 needs common sense 7.10.19 - fixed #12169: extras uploads symlink export diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 23171437b..f2aaf3814 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -156,6 +156,7 @@ checkModule('Net::Twitter', "3.13006" ); checkModule('PerlIO::eol', "0.14" ); checkModule('Monkey::Patch', '0.03' ); checkModule('Data::ICal', '0.16' ); +checkModule('common::sense', '3.2' ); checkModule('Geo::Coder::Googlev3', '0.07' ); failAndExit("Required modules are missing, running no more checks.") if $missingModule;