diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index a3418e1ec..1902cc242 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -4,6 +4,7 @@ - fixed #11909: Wrong message count in the inbox - fixed #11773: Form injection in the EMS event ordering code. - fixed #11773: SQL injection vulnerability in Edit Thing form processing code. + - fixed #11906: Carousel slide height problems 7.10.2 - fixed #11884: Editing Templates impossible / Code editor not loaded diff --git a/docs/templates.txt b/docs/templates.txt index 8011a2a15..1dad6c39d 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.3 + + * Carousel Default Template - root/import/carousel/carousel-default + Add a height parameter to the template. + + 7.10.2 * The Make Page Printable template has changed (as per bug #11857). The HTML diff --git a/docs/upgrades/packages-7.10.3/root_import_carousel_carousel-default.wgpkg b/docs/upgrades/packages-7.10.3/root_import_carousel_carousel-default.wgpkg new file mode 100644 index 000000000..5cec8f421 Binary files /dev/null and b/docs/upgrades/packages-7.10.3/root_import_carousel_carousel-default.wgpkg differ