diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 07399bdd9..c41c4afb2 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -12,6 +12,7 @@ - fixed #11901: NotifyAboutVersionTag includes URL, even when inappropriate - fixed #11902: forums bug - fixed #11912: Corrupt cookie causes server 500 errors + - fixed #11919: Survey rendering with section text 7.10.2 - fixed #11884: Editing Templates impossible / Code editor not loaded diff --git a/docs/templates.txt b/docs/templates.txt index 1dad6c39d..a08bec1d1 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -6,6 +6,16 @@ templates, you will need to apply these changes manually to your copies. * Carousel Default Template - root/import/carousel/carousel-default Add a height parameter to the template. + * survey.css + Removed relative positioning and offset from top. + + * root/import/survey/surveyedit.css + Reexported the package from the default content due to potential issues with earlier upgrades + not installing correctly. + + * root/import/workflow-activity-templates + Added a folder to hold the assorted Workflow Activity templates. + 7.10.2 diff --git a/docs/upgrades/packages-7.10.3/survey.css.wgpkg b/docs/upgrades/packages-7.10.3/survey.css.wgpkg new file mode 100644 index 000000000..0ef0ae2d9 Binary files /dev/null and b/docs/upgrades/packages-7.10.3/survey.css.wgpkg differ