WooCommerce
1.5.5 – 10/05/2012
- Feature – New ‘default’ sorting order using menu_order, with drag and drop sorting (based on http://wordpress.org/extend/plugins/simple-page-ordering/)
- Feature – Settings now include colours for things like buttons and tabs.
- Feature – New integration section which allows other class-based integrations to be added.
- Feature – ShareYourCart integration built in.
- Feature – is_sold_individually() function for disabling quantity inputs for products
- Feature – Collect shipping address even when not required option
- Feature – Stock display options – show no stock amount, low stock amount, or always show stock amount
- Feature – woocommerce_form_field select type
- Feature – Add WooCommerce Products to Appearance->Menus
- Feature – Optional hide free products from Best Sellers Widget
- Tweak – Removed nonces from add to cart urls, this makes them easier to make use of; you can hardcode add to cart links or link to your add to cart link from other places without needing to use WC functions.
- Tweak – Cart.php display with more filters
- Tweak – is_product_category and is_product_tag support term argument
- Tweak – Added minus symbol before discount on view order page
- Tweak – Added yards as dimensions unit
- Tweak – Allow more readable flat rate options to be entered
- Tweak – Changed category and tag link to filter product list in admin panel
- Tweak – Removed product ‘exists’ variable in favour of the exists() method. Tweaked exist method to look for ID in DB.
- Tweak – Only use rm=2 for paypal when SSL is enabled, to avoid security warnings when returning to the site.
- Tweak – Show sku in stock reports.
- Tweak – When sending the order as a whole to paypal, send the shipping separately.
- Tweak – Clear cache along with transients
- Tweak – Protocol-relative AJAX URL
- Tweak – Hidden some uncommon settings
- Tweak – Fixed labels for settings API.
- Tweak – New WC_Order Class Formatting Filters and Function for totals (thanks thenbrent)
- Tweak – Free shipping availability check to deal with min amount and coupon rules together
- Tweak – Shipping class added to product data panel instead of separate
- Tweak – After getting a shipping quote, use the shipping address for taxes on the cart page
- Fix – Replacing use of deprecated function get_current_theme() with wp_get_theme()
- Fix – Body classes now correct for WordPress themes with non alphanumeric characters
- Fix – PayPal http_build_query & -> & on some PHP 5.3 servers
- Fix – update_count_callback for tags
- Fix – Pass shipping calc state to checkout
- Fix – Removed space from postcode validation
- Fix – per product flat rate.
- Fix – Use term_id instead of term slug to get term link (allows numeric slugs for product categories)
- Fix – Replace spaces with + signs in download url after decode (allows + characters in email addresses for downloads)
- Fix – Prevent setting download expire date to 1970-01-01 in rare cases
- Localization – Slovak translation by Dušan Beleščák
- Localization – Updated localisations
- Localization – Updated French translation by mediana (Ticket 1000 in GitHub, woohoo!)