diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 9d198f4b3..19116f2c7 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -21,6 +21,7 @@ - fixed #9939: checkout error with any payment method - fixed #10162: Inbox Failing (Eric Kennedy) - Survey editor now keeps survey objects in a scrollable panel to keep buttons always in view. + - fixed #10198: Cannot drag assets to new positions on page 7.7.3 - fixed #10094: double explanation in thread help diff --git a/docs/gotcha.txt b/docs/gotcha.txt index f7c142838..6151f22b5 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -12,6 +12,16 @@ save you many hours of grief. -------------------------------------------------------------------- * WebGUI now requires XML::FeedPP version 0.40 or greater. + * Due to a change in the way that assets are dragged in Page Layouts, + custom layout templates need to be changed to add another div: + + before: +
+ after: +
+ + All default WebGUI Page Layout templates have already been updated. + 7.7.2 -------------------------------------------------------------------- diff --git a/docs/upgrades/packages-7.7.4/default_page.wgpkg b/docs/upgrades/packages-7.7.4/default_page.wgpkg deleted file mode 100644 index a611eb440..000000000 Binary files a/docs/upgrades/packages-7.7.4/default_page.wgpkg and /dev/null differ diff --git a/docs/upgrades/packages-7.7.4/root_import_layout.wgpkg b/docs/upgrades/packages-7.7.4/root_import_layout.wgpkg new file mode 100644 index 000000000..428695fab Binary files /dev/null and b/docs/upgrades/packages-7.7.4/root_import_layout.wgpkg differ