..
abstracts
Merge branch 'Re-organise-settings'
2013-08-22 11:58:03 +01:00
admin
Check for strlen to allow 0 values in attributes. Closes #3675
2013-08-26 12:24:25 +02:00
emails
Tweak email inclusion
2013-08-02 11:18:05 +01:00
gateways
PayPal PDT handler Closes #3414
2013-08-19 12:28:29 +01:00
helpers
Function refactoring.
2013-08-09 17:11:21 +01:00
integrations
Google Analytics, Add to cart event uniformity for shop and single.
2013-07-26 09:10:12 +02:00
libraries
Moved admin directory and moved some functions to classes (ongoing refactor)
2013-07-24 17:01:36 +01:00
shipping
Merge pull request #3634 from BFTrick/set-default-shipping-rates
2013-08-16 17:39:25 -07:00
shortcodes
Made methods static that were referenced from static
2013-08-15 11:23:52 +02:00
updates
Replace deprecated $wpdb::escape() with esc_sql()
2013-08-09 14:56:39 +02:00
walkers
Strict warnings
2013-08-05 12:27:30 +01:00
widgets
refactor args for woocommerce_product_dropdown_categories
2013-08-20 13:32:38 +01:00
class-wc-api.php
classes -> includes
2013-06-11 14:25:30 +01:00
class-wc-cache-helper.php
Readme + versions
2013-07-19 11:09:19 +01:00
class-wc-cart.php
Improve cart update performance. Closes #3495 .
2013-08-19 15:19:51 +01:00
class-wc-checkout.php
Order panel improvements + save multiple shipping methods
2013-08-16 16:43:26 +01:00
class-wc-comments.php
Function refactoring.
2013-08-09 17:11:21 +01:00
class-wc-countries.php
Search for US/UK on country field. Fixes #3626 .
2013-08-13 12:38:26 +01:00
class-wc-coupon.php
Reworked total templates to support coupon lines, and started support for multiple shipping methods per order.
2013-08-14 21:00:34 +01:00
class-wc-customer.php
classes -> includes
2013-06-11 14:25:30 +01:00
class-wc-download-handler.php
Tweak download handler Closes #3394 .
2013-08-13 14:53:55 +01:00
class-wc-emails.php
Key value pairs for order_meta
2013-08-22 12:25:17 +01:00
class-wc-form-handler.php
Pass text attributes when ordering again Fixes #3422
2013-08-20 12:17:56 +01:00
class-wc-frontend-scripts.php
Use version_compare to check for required jQuery. Closes #3567
2013-08-06 13:27:36 +02:00
class-wc-install.php
Make logout an endpoint. Still hide it from menus. Fixes #3589
2013-08-23 16:41:02 +01:00
class-wc-integrations.php
classes -> includes
2013-06-11 14:25:30 +01:00
class-wc-logger.php
classes -> includes
2013-06-11 14:25:30 +01:00
class-wc-order-item-meta.php
classes -> includes
2013-06-11 14:25:30 +01:00
class-wc-order.php
Pass instance of WC_Order to its filters
2013-09-02 14:31:11 +02:00
class-wc-payment-gateways.php
classes -> includes
2013-06-11 14:25:30 +01:00
class-wc-post-types.php
Merge branch 'Re-organise-settings'
2013-08-22 11:58:03 +01:00
class-wc-product-external.php
classes -> includes
2013-06-11 14:25:30 +01:00
class-wc-product-factory.php
remove deprecated function. Closes #3582 .
2013-08-13 13:02:20 +01:00
class-wc-product-grouped.php
classes -> includes
2013-06-11 14:25:30 +01:00
class-wc-product-simple.php
Function refactoring.
2013-08-09 17:11:21 +01:00
class-wc-product-variable.php
Rather than have hooks *everywhere* use a single set stock function in admin and on the frontend Closes #3593
2013-08-13 16:56:09 +01:00
class-wc-product-variation.php
Rather than have hooks *everywhere* use a single set stock function in admin and on the frontend Closes #3593
2013-08-13 16:56:09 +01:00
class-wc-query.php
Make logout an endpoint. Still hide it from menus. Fixes #3589
2013-08-23 16:41:02 +01:00
class-wc-session-handler.php
Enforce session as array data, and settings api tweak for special chars. Closes #3135 .
2013-06-14 14:42:28 +01:00
class-wc-shipping-rate.php
classes -> includes
2013-06-11 14:25:30 +01:00
class-wc-shipping.php
Reworked total templates to support coupon lines, and started support for multiple shipping methods per order.
2013-08-14 21:00:34 +01:00
class-wc-shortcodes.php
shortcode columns. closes #3534
2013-08-19 15:12:20 +01:00
class-wc-tax.php
Rounding tweaks
2013-06-13 17:01:47 +01:00
class-wc-validation.php
classes -> includes
2013-06-11 14:25:30 +01:00
wc-cart-functions.php
Hide password protected posts from loop, prevent adding to cart, hide product content. Closes #3617 .
2013-08-19 18:19:27 +01:00
wc-conditional-functions.php
Pass text attributes when ordering again Fixes #3422
2013-08-20 12:17:56 +01:00
wc-core-functions.php
Merge pull request #3656 from dimitrov-adrian/patch-2
2013-08-21 14:03:31 -07:00
wc-coupon-functions.php
Dump coupon helper and add new functions. Closes #3353 .
2013-06-28 10:23:20 +01:00
wc-customer-functions.php
Function refactoring.
2013-08-09 17:11:21 +01:00
wc-deprecated-functions.php
Function refactoring.
2013-08-09 17:11:21 +01:00
wc-formatting-functions.php
Merge branch 'Re-organise-settings'
2013-08-22 11:58:03 +01:00
wc-message-functions.php
Function refactoring.
2013-08-09 17:11:21 +01:00
wc-order-functions.php
Function refactoring.
2013-08-09 17:11:21 +01:00
wc-page-functions.php
Make logout an endpoint. Still hide it from menus. Fixes #3589
2013-08-23 16:41:02 +01:00
wc-product-functions.php
Merge branch 'Re-organise-settings'
2013-08-22 11:58:03 +01:00
wc-template-functions.php
Make logout an endpoint. Still hide it from menus. Fixes #3589
2013-08-23 16:41:02 +01:00
wc-template-hooks.php
Function refactoring.
2013-08-09 17:11:21 +01:00
wc-term-functions.php
refactor args for woocommerce_product_dropdown_categories
2013-08-20 13:32:38 +01:00