diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 45ce10315..abf82fbee 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -5,6 +5,7 @@ - fixed #11886: profile knows it's me, but doesn't display edit - fixed #11789: Date form reports 1 day earlier on Edit for the time zone corresponding to Europe/Berlin. - fixed #11894: Europe London timezone decrements birth date + - fixed #11857: make page printable? 7.10.1 - fixed #11851: Story Topic: top story variables should be available all the time diff --git a/docs/templates.txt b/docs/templates.txt index c29a10cb0..8011a2a15 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -1,6 +1,13 @@ 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.2 + + * The Make Page Printable template has changed (as per bug #11857). The HTML + is now consistent with other default Style templates. The Plain Black logo and + copyright info have been removed and a stylesheet was added to provide very + simple default formatting for text, header and footer (makepageprintable.css). + 7.10.1 * Profile templates - root/import/account/profile/default-view-profile-template diff --git a/docs/upgrades/packages-7.10.2/root_import_style.wgpkg b/docs/upgrades/packages-7.10.2/root_import_style.wgpkg new file mode 100644 index 000000000..f1a4000a9 Binary files /dev/null and b/docs/upgrades/packages-7.10.2/root_import_style.wgpkg differ