This commit is contained in:
Mike Jolley 2013-03-04 11:02:25 +00:00
parent 531bd8483a
commit d88394799a
1 changed files with 2 additions and 10 deletions

View File

@ -165,7 +165,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
== Changelog ==
= 2.0.0 =
= 2.0.0 - 04/03/2013 =
* Feature - Sucuri audited and secured.
* Feature - Added sales by category report.
* Feature - Added sales by coupon report (kudos Max Rice).
@ -1202,12 +1202,4 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
== Upgrade Notice ==
= 2.0.0 =
There are many improvements in this major release - see the changelog for full details.
The biggest change is that we've redone order item storage making them easier (and faster) to access for reporting and querying purchases; there are huge performance gains for reports.
Order items are no longer serialised data and store in meta - they are stored in there own table with their own meta. Existing data can be updated upon upgrade (you will be prompted). You should backup before upgrading.
On the frontend; if your store is overwriting the core WooCommerce CSS you will need to prefix those overrides with the .woocommerce class as we do in woocommerce.css as of 2.0. Also replaced all instances of .woocommerce_ and .wc- with standardised .woocommerce-.
Fancybox (lightbox popup script) has been replaced with prettyPhoto.
This is a major update - Test extensions and your theme prior to updating and ensure that you keep backups. After updating there is no undo. See our [release post](http://www.woothemes.com/?p=165321) and our [preparation guide](http://www.woothemes.com/?p=158537) before upgrading.