.. |
abstracts
|
get_form_fields method Closes #4275
|
2013-12-05 15:57:01 +00:00 |
admin
|
Don't load some classes during ajax events Closes #4282
|
2013-12-05 15:34:37 +00:00 |
api
|
Fix authentication error message typos
|
2013-12-08 17:37:55 -05:00 |
emails
|
Merge branch 'function-call-refactor'
|
2013-11-25 15:42:26 +01:00 |
gateways
|
Suggested code changes in #4266
|
2013-12-03 15:03:25 +01:00 |
libraries
|
Remove WP-API library
|
2013-11-06 01:24:06 -05:00 |
shipping
|
Adding default shipping price to tooltips
|
2013-12-04 16:20:30 -06:00 |
shortcodes
|
Made error counts work with new notices api Closes #4201
|
2013-11-27 16:15:53 +00:00 |
updates
|
Page functions woocommerce to wc refactor
|
2013-11-25 15:07:22 +01:00 |
walkers
|
Strict warnings
|
2013-08-05 12:27:30 +01:00 |
widgets
|
Set price slider min to min price. Closes #4183
|
2013-12-03 13:39:02 +00:00 |
class-wc-ajax.php
|
Fix term reordering Closes #4294
|
2013-12-05 16:07:44 +00:00 |
class-wc-api.php
|
Add action for plugins to load other API resources
|
2013-11-23 13:27:47 -05:00 |
class-wc-cache-helper.php
|
Page functions woocommerce to wc refactor
|
2013-11-25 15:07:22 +01:00 |
class-wc-cart.php
|
Suggested code changes in #4266
|
2013-12-03 15:03:25 +01:00 |
class-wc-checkout.php
|
woocommerce_checkout_customer_userdata filter Closes #4235
|
2013-12-03 12:27:53 +00:00 |
class-wc-comments.php
|
WC globals
|
2013-11-25 14:01:38 +00:00 |
class-wc-countries.php
|
Suggested code changes in #4266
|
2013-12-03 15:03:25 +01:00 |
class-wc-coupon.php
|
PhpDoc fixes in class-wc-coupon
|
2013-11-25 10:00:54 -05:00 |
class-wc-customer.php
|
Fixed several @return void clauses. There are more. No code changes in this commit, only PhpDocs
|
2013-11-27 10:03:47 +01:00 |
class-wc-download-handler.php
|
Merge pull request #4214 from toddlahman/master
|
2013-12-03 07:32:47 -08:00 |
class-wc-emails.php
|
Core functions woocommerce to wc refactor
|
2013-11-25 13:45:04 +01:00 |
class-wc-form-handler.php
|
Clean up cancel_order and filter cancelable order status Closes #4257
|
2013-12-03 14:07:15 +00:00 |
class-wc-frontend-scripts.php
|
Tweaks for #4239
|
2013-12-03 12:14:12 +00:00 |
class-wc-https.php
|
Allow forwarded hosts for forced SSL
|
2013-11-24 22:39:23 -05:00 |
class-wc-install.php
|
wp_redirects
|
2013-12-04 12:20:18 +00:00 |
class-wc-integrations.php
|
We'll let autoload handle this file loading
|
2013-11-01 21:05:02 +01:00 |
class-wc-logger.php
|
Fixed several @return void clauses. There are more. No code changes in this commit, only PhpDocs
|
2013-11-27 10:03:47 +01:00 |
class-wc-order-item-meta.php
|
Suggested code changes in #4266
|
2013-12-03 15:03:25 +01:00 |
class-wc-order.php
|
Inconsistent return types: mostly TODOs, some fixes
|
2013-11-29 13:50:31 -05:00 |
class-wc-payment-gateways.php
|
Filter gateways for add_payment_method form
|
2013-11-03 16:54:07 -08:00 |
class-wc-post-data.php
|
Update variations when the term slug changes Closes #4077
|
2013-11-12 20:25:26 +00:00 |
class-wc-post-types.php
|
Merge branch 'function-call-refactor'
|
2013-11-25 15:42:26 +01:00 |
class-wc-product-external.php
|
PhpDocs
|
2013-11-27 13:20:31 -05:00 |
class-wc-product-factory.php
|
remove deprecated function. Closes #3582.
|
2013-08-13 13:02:20 +01:00 |
class-wc-product-grouped.php
|
Get rid of "FROM" - display a price range, localisable. Closes #4222
|
2013-12-04 12:08:14 +00:00 |
class-wc-product-simple.php
|
Product->get_title() should be raw format by default. Pass at #4124
|
2013-11-18 16:03:32 +01:00 |
class-wc-product-variable.php
|
sort sale price
|
2013-12-04 12:45:23 +00:00 |
class-wc-product-variation.php
|
Code changes for #4252
|
2013-12-02 12:34:27 +01:00 |
class-wc-query.php
|
Add "rand" option to orderby
|
2013-12-05 10:53:22 -02:00 |
class-wc-session-handler.php
|
Prepend main WC Session cookie with 'wp' so batcache doesn't cache pages, and set cookie only when cart has contents. #3513
|
2013-10-17 15:29:53 +01:00 |
class-wc-shipping-rate.php
|
classes -> includes
|
2013-06-11 14:25:30 +01:00 |
class-wc-shipping.php
|
Inconsistent return types: mostly TODOs, some fixes
|
2013-11-29 13:50:31 -05:00 |
class-wc-shortcodes.php
|
Code styling fixes and return values for #4244
|
2013-11-29 10:15:58 +01:00 |
class-wc-tax.php
|
Fixed several @return void clauses. There are more. No code changes in this commit, only PhpDocs
|
2013-11-27 10:03:47 +01:00 |
class-wc-template-loader.php
|
Page functions woocommerce to wc refactor
|
2013-11-25 15:07:22 +01:00 |
class-wc-validation.php
|
refixed the BR postcode validation
|
2013-10-18 16:06:27 -03:00 |
wc-attribute-functions.php
|
Formatting functions woocommerce to wc refactor
|
2013-11-25 14:34:21 +01:00 |
wc-cart-functions.php
|
Moved cart related output functions to right file
|
2013-11-25 16:17:18 +01:00 |
wc-conditional-functions.php
|
Removed a stray var dump and added braces
|
2013-12-02 11:09:33 +00:00 |
wc-core-functions.php
|
Merge branch 'function-call-refactor'
|
2013-11-25 15:42:26 +01:00 |
wc-coupon-functions.php
|
Code changes for #4252
|
2013-12-02 12:34:27 +01:00 |
wc-customer-functions.php
|
Fix: customer should be able to pay for a new order
|
2013-11-28 17:22:05 +02:00 |
wc-deprecated-functions.php
|
Deprecated versions of void functions shouldn't return
|
2013-12-02 13:01:11 +01:00 |
wc-formatting-functions.php
|
Merge branch 'function-call-refactor'
|
2013-11-25 15:42:26 +01:00 |
wc-notice-functions.php
|
PhpDocs and TODO comments
|
2013-11-28 11:49:30 -05:00 |
wc-order-functions.php
|
Code changes for #4252
|
2013-12-02 12:34:27 +01:00 |
wc-page-functions.php
|
Code changes for #4252
|
2013-12-02 12:34:27 +01:00 |
wc-product-functions.php
|
Suggested code changes in #4266
|
2013-12-03 15:03:25 +01:00 |
wc-template-functions.php
|
Code changes for #4252
|
2013-12-02 12:34:27 +01:00 |
wc-template-hooks.php
|
Reverted template function names for @jameskoster's sanity
|
2013-11-25 14:35:10 +00:00 |
wc-term-functions.php
|
Fix term reordering Closes #4294
|
2013-12-05 16:07:44 +00:00 |