diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index cb0695468..76bdf36c1 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -3,6 +3,7 @@ - fixed #12116: JsonTable form control needs i18n - fixed #12102: User profiling field extras information - fixed #12106: CalendarUpdateFeeds activity does not handle time zones correctly + - fixed #11213: Gooey on the Go format problem 7.10.14 - fixed #12094: Cannot enter in Macros in URLs inside TinyMCE. diff --git a/docs/templates.txt b/docs/templates.txt index faf97a9b6..8157d8b58 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -1,6 +1,12 @@ This is a running list of template changes made during upgrades. If you have copied the default templates, you will need to apply these changes manually to your copies. +7.10.15 + * Gallery CSS - root/import/gallery-templates/gallery.css + Remove float:left on .wgAlbum. + * Email Receipt (Default) - shopping-cart-collateral-items/email-receipt-default + Added code to prevent links to items with bad skus to both templates. + 7.10.14 * My Purchases Detail (Default) - shopping-cart-collateral-items/my-purchases-detail-default * Email Receipt (Default) - shopping-cart-collateral-items/email-receipt-default diff --git a/docs/upgrades/packages-7.10.15/root_import_gallery-templates_gallery.css.wgpkg b/docs/upgrades/packages-7.10.15/root_import_gallery-templates_gallery.css.wgpkg new file mode 100644 index 000000000..61bcaca76 Binary files /dev/null and b/docs/upgrades/packages-7.10.15/root_import_gallery-templates_gallery.css.wgpkg differ