My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ReleaseNotes  
Release notes for stable releases. It may or may not include changes for beta releases.
Updated Apr 10, 2012 by Anatoly....@gmail.com

Stable release (2.1.1.0)

Release comments

Code for the release can be obtained by web-to-print-2.1.1.0 tag from the project's SVN repo.

Stable release (2.1.0.0)

Issues

Release comments

Code for the release can be obtained by web-to-print-2.1.0.0 tag from the project's SVN repo.

Stable release (2.0.0.1)

Issues

Release comments

Code for the release can be obtained by web-to-print-2.0.0.1 tag from the project's SVN repo.

Stable release (1.9.1.1)

Issues

Stable release (1.9.1.0)

Issues

Release comments

Code for the release can be obtained by web-to-print-1.9.1.0 tag from project's SVN repo.

Stable release (1.9.0.0)

Issues

Release comments

It's recommended to un-install previous versions of the extension firstly.

NOTE: Please, remember (write down) your API Key and URL. You have to re-enter them in the extension settings after update

Please, do following step if you don't use zptheme as default in Magento (e.i. if you previously copied everything from zptheme into the custom theme):

  • Remove all previously copied files from your custom theme!
  • Remove layout/local.xml file or leave only custom theme specific changes there
  • Move any changes you made in copied files to proper files from the custom theme.
  • Try NOT TO OVERRIDE theme files from the extension. It will make your further updates easier.

Stable release (1.8.3.2)

Issues

Release comments

Code for the release can be obtained by web-to-print-1.8.3.2 tag from project's SVN repo.

Stable release (1.8.3.1)

Issues

Stable release (1.8.3.0)

Issues

Release comments

Please, do following step if you don't use zptheme as default in Magento (e.i. if you copied everything from zptheme into the custom theme):

Stable release (1.8.2.4)

Stable release 1.8.2.3

Stable release 1.8.2.2

  • Fix regression in session handling (introduced in 1.8.2.0)

Stable release 1.8.2.1

  • Fix regression in preview share link functionality (introduced in 1.8.2.0)

Stable release 1.8.2.0

Issues

Release comments

Quick re-ordering

Modify sales/order/items/renderer/default.phtml template file in your custom theme as described in CustomThemeNative page to enable quick re-ordering feature.

Preview sharing link

Modify catalog/product/view/addto.phtml template file in your custom theme as described in CustomThemeNative page to enable preview sharing link functionality.

Please, do following steps if you don't use zptheme as default in Magento (e.i. if you copied everything from zptheme into your custom theme):

  • Add a new loading indicator to your custom theme (skin/frontend/default/zptheme/images/big-spinner.gif).
  • Update zp-style.css file in your custom theme (skin/frontend/default/zptheme/css/zp-style.css)
See changes for the file in this release if you changed zp-style.css file or included it in your custom theme's CSS file.
  • Update zp-personalization-form.js file in your custom theme (skin/frontend/default/zptheme/js/zp-personalization-form.js)
See changes for the file in this release if you changed zp-personalization-form.js file.
  • Update zp-in-preview-edit.js file in your custom theme (skin/frontend/default/zptheme/js/zp-in-preview-edit.js)
See changes for the file in this release if you changed zp-in-preview-edit.js file.

1.8.1.0 release

Issues

Release comments

Themes running on the previous stable version need to be modified. Themes running on a recent beta release can be left as is. See more info at Custom theme requirements on CustomThemeNative page.

Deprecated functions:

  • get_js_css_includes() (app/code/local/ZetaPrints/WebToPrint/Helper/PersonalizationForm.php) - the function was deprecated because of new way JavaScript and CSS files are included. Follow these steps to update your custom theme:
    1. Copy app/design/frontend/default/zptheme/layout/local.xml file to your custom theme's layout directory or copy its content into local.xml file, if you already have one.
    2. Remove app/design/frontend/default/your_custom_theme_name/template/page/html/head.phtml file from your custom theme. If you did any custom changes to the file then you should remove following line from it:
    3. <?php $this->helper('webtoprint/personalization-form')->get_js_css_includes(); ?>
  • get_admin_js_css_includes() (app/code/local/ZetaPrints/WebToPrint/Helper/PersonalizationForm.php) - the function was deprecated because of new way JavaScript and CSS files are included in ZP admin theme. Magento doesn't support any un-installation facilities for its extensions. You should remove app/design/adminhtml/default/zptheme/template/page/head.phtml file manually.


Sign in to add a comment
Powered by Google Project Hosting