diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 64e6e4ef0..4fbe18b81 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -9,6 +9,7 @@ - fixed #11991: calendar view event formatting - fixed #11990: calendar event view - fixed #12028: i18n Account_Shop + - fixed #11989: calendar list view 7.10.7 - rfe #10521: Use monospaced font in template edit textarea diff --git a/docs/templates.txt b/docs/templates.txt index 7e705723d..9830f8fd9 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -10,6 +10,12 @@ templates, you will need to apply these changes manually to your copies. Add foreground/font color to the CSS for the details. Move border property to the table instead of assigning it to the body of the page. + * EU VAX Template + Internationalized the text in the template. + + * Calendar Event List template - root/import/calendar-templates/default-calendar-list-view + Only display changes in new months, not months AND years AND days. + 7.10.4 * DataForm email template - default_email diff --git a/docs/upgrades/packages-7.10.8/root_import_calendar-templates_default-calendar-list-view.wgpkg b/docs/upgrades/packages-7.10.8/root_import_calendar-templates_default-calendar-list-view.wgpkg new file mode 100644 index 000000000..1b059e2fe Binary files /dev/null and b/docs/upgrades/packages-7.10.8/root_import_calendar-templates_default-calendar-list-view.wgpkg differ