From b4e42eb2b48afcc3ed84c0445aff299252721bc7 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 22 Feb 2010 07:45:19 -0800 Subject: [PATCH] Fix missing gotcha for Javascript::Packer --- docs/changelog/7.x.x.txt | 2 +- docs/gotcha.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 7b531f5b8..633e12fd6 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,5 +1,5 @@ 7.8.13 - + 7.8.12 - fixed #11285: Pasting HTML into Code Editor in IE - fixed #11349: Code editor returns newline for blank content diff --git a/docs/gotcha.txt b/docs/gotcha.txt index db023dad4..ca52dd04d 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -7,10 +7,18 @@ 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.8.13 +-------------------------------------------------------------------- + * A new gotcha was not documented in the 7.8.11 release, the new required version + of Javascript::Packer, 0.04. The correct version was put into the testEnvironment + script. + 7.8.11 -------------------------------------------------------------------- * WebGUI now requires DateTime::Format::HTTP, to handle parsing HTTP dates. + * WebGUI now requires JavaScript Packer v0.04, for compressing javascript. + * The Google sitemap generator in WebGUI was including hidden pages in the list of pages. This is now configurable, with the default being to NOT show hidden pages. If you wish hidden pages to be shown, then in the config file set showHiddenPages