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
- Add Update preview button to the Fancybox pop-up ( issue #541 )
- Add table with page sizes to a product page ( issue #513 )
- Add combobox for text fields ( issue #557 )
- Add support for overlapping fields to in-preview field editor ( issue #564 )
- Add support for shape with multiple fields ( issue #593 )
- Add text field's meta data editor to in-preview field editor ( issue #584 )
- Add default product creation option in admin interface ( issue #589 )
- Add support for story attribute of text fields ( issue #587 )
- Add a profile for catalogues creation ( issue #502 )
- Add Use image button to stock images viewer ( issue #617 )
- Update jQuery to 1.5.2 release and jQuery UI to 1.8.13 release
- Bug fixes and improvements ( issue #566 , issue #548 , issue #569 , issue 565 , issue 580 , issue 581 , issue 577 , issue #591 , issue #603 , issue #606 , issue #614 , issue 623 , issue #628 and issue #586 )
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
- Add support for M. 1.5 ( issue #458 )
- New fit-to-field feature in image editor dialog (disabled by default because of development state)
- Add ability to choose color for text fields ( issue #375 )
- Update jQuery to 1.4.4 release and jQuery UI to 1.8.7 release
- Add support for custom options in separate XML file ( issue #259 )
- Fancybox resizing capabilities ( issue #251 )
- Add Spain, Bulgarian, German and Makedonian localizations
- Implement fake Add to cart button ( issue #374 )
- Hide Update button on static pages ( issue #273 )
- Add support for creation of virtual products ( issue #478 )
- Add support for translation of template's titles, hints and field names ( issue #479 )
- Implement custom option to allow users download files regardless of ZP template setting ( issue #491 )
- Bug fixes and improvements ( issue #440 , issue #436 , issue #437 , issue #450 , issue #188 , issue #292 , issue #179 , issue #483 , issue #469 , issue #438 , issue #489 and issue #88 )
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_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.