Skip to content

Instantly share code, notes, and snippets.

@warrendholmes
Created August 23, 2012 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warrendholmes/3435483 to your computer and use it in GitHub Desktop.
Save warrendholmes/3435483 to your computer and use it in GitHub Desktop.
* Feature – New input for shipping method title (as the customer sees it)
* Tweak – Made the currency DP rule apply to order totals for currencies which don’t have cent values https://github.com/woothemes/woocommerce/issues/1383
* Tweak – Made proceed to checkout button update totals too
* Tweak – Rewritten variation javascript to add scope. Please ensure that if you have a custom variable.php add to cart template, that you update them.
* Tweak – Classes for order info in my-account
* Tweak – Iconised order action buttons
* Tweak – Simplified order status markers
* Tweak – Product data tabs class change
* Tweak – Moved upsells above related products as they should have higher priority
* Tweak – Added utm_nooverride to improve tracking after paypal payment
* Tweak – get_allowed_country_states() function
* Fix – Shipping method dropdown for id’s which vary
* Fix – Missing grouped product cart buttons
* Fix – Notice in invoice template with number_format
* Fix – Made variation get_image() return instead of echo
* Fix – Remove is_product check so variation JS can register itself for use. Same for the single product JS
* Fix – Above fix also fixes single product shortcodes
* Fix – ajax url for login widget to support SSL
* Misc – Updated all inline documentation for use in our API docs.
* Localization – Added Norwegian translation by Espen André Corneliussen
* Localization – Added Romanian Leu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment