woocommerce/includes
RistoNiinemets ae00faecdd change ucwords to ucfirst 2013-10-25 13:53:53 +03:00
..
abstracts blogname is the actual option, but WP terminolgy in settings is "Site Title". 2013-10-23 15:57:14 +01:00
admin change ucwords to ucfirst 2013-10-25 13:53:53 +03:00
emails blogname is the actual option, but WP terminolgy in settings is "Site Title". 2013-10-23 15:57:14 +01:00
gateways Consistant method names Closes #3901, return doubles instead of number formatted strings. 2013-10-17 12:43:44 +01:00
integrations Consistant method names Closes #3901, return doubles instead of number formatted strings. 2013-10-17 12:43:44 +01:00
libraries Moved admin directory and moved some functions to classes (ongoing refactor) 2013-07-24 17:01:36 +01:00
shipping Refactor coupon code so coupons get the actual discount amount, redone edit coupon screen with tabs, added coupon item limits which Closes #3902 2013-10-18 18:10:58 +01:00
shortcodes We should allow failed orders to be resumed, not show a blank page. Closes #3612 2013-09-26 17:18:12 +01:00
updates Restructure 'file_paths' to allow for names (Closes #3320) etc. For #2765. 2013-09-20 17:01:09 +01:00
walkers Strict warnings 2013-08-05 12:27:30 +01:00
widgets Context in sorting order Closes #3909 2013-10-11 14:59:52 +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 Refactor coupon code so coupons get the actual discount amount, redone edit coupon screen with tabs, added coupon item limits which Closes #3902 2013-10-18 18:10:58 +01:00
class-wc-checkout.php Refactor coupon code so coupons get the actual discount amount, redone edit coupon screen with tabs, added coupon item limits which Closes #3902 2013-10-18 18:10:58 +01:00
class-wc-comments.php Fix for submitting comments 2013-09-24 11:48:42 +01:00
class-wc-countries.php Merge branch 'master' into estonian-translation 2013-09-30 11:13:53 +03:00
class-wc-coupon.php Refactor coupon code so coupons get the actual discount amount, redone edit coupon screen with tabs, added coupon item limits which Closes #3902 2013-10-18 18:10:58 +01:00
class-wc-customer.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-download-handler.php Add download_file capability and security check 2013-09-06 19:38:06 +03:00
class-wc-emails.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-form-handler.php since we are running our own passwd reset facility, we should allow other plugins to validate the password before resetting it. 2013-10-18 12:24:06 +11:00
class-wc-frontend-scripts.php When handling variations, priority from top to bottom - disabled variations still taking into consideration allow you to exclude certain combinations when using 'all' for variations with lower priority. Message displayed if a variation is unavailable. 2013-10-10 16:34:44 +01:00
class-wc-https.php Removed 'widget_text' from array of force_ssl filtered objects. 2013-09-12 10:34:48 -07:00
class-wc-install.php Filters for shortcode tags 2013-10-23 14:55:18 +01:00
class-wc-integrations.php Re-init settings after saving. Closes #3770. 2013-09-26 17:01:29 +01:00
class-wc-logger.php classes -> includes 2013-06-11 14:25:30 +01:00
class-wc-order-item-meta.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-order.php Consistant method names Closes #3901, return doubles instead of number formatted strings. 2013-10-17 12:43:44 +01:00
class-wc-payment-gateways.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-post-types.php Fix term install Closes #3919 2013-10-22 16:34:23 +01:00
class-wc-product-external.php add_to_cart_url add_to_cart_text and single_add_to_cart_text class methods allowing greater control with custom classes. 2013-09-25 12:35:06 +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 get_children should get published products only for grouped products. Closes #3880. 2013-10-11 13:25:34 +01:00
class-wc-product-simple.php add_to_cart_url add_to_cart_text and single_add_to_cart_text class methods allowing greater control with custom classes. 2013-09-25 12:35:06 +01:00
class-wc-product-variable.php variable_product_sync should reload prices. Closes #3889 2013-10-11 15:56:13 +01:00
class-wc-product-variation.php When handling variations, priority from top to bottom - disabled variations still taking into consideration allow you to exclude certain combinations when using 'all' for variations with lower priority. Message displayed if a variation is unavailable. 2013-10-10 16:34:44 +01:00
class-wc-query.php remove_ordering_args from .18 2013-10-21 13:05:34 +01: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 Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
class-wc-shortcodes.php Filters for shortcode tags 2013-10-23 14:55:18 +01:00
class-wc-tax.php Filterable get_base_postcode and _city methods used for base taxes. Closes #3810 2013-09-24 16:56:55 +01:00
class-wc-template-loader.php Uninstall option Closes #3968. Change option for #3992 2013-10-23 17:21:03 +01:00
class-wc-validation.php refixed the BR postcode validation 2013-10-18 16:06:27 -03:00
wc-attribute-functions.php Removed @coenjacobs helpers and cleaned up main clas 2013-09-12 14:41:02 +01:00
wc-cart-functions.php We should allow failed orders to be resumed, not show a blank page. Closes #3612 2013-09-26 17:18:12 +01:00
wc-conditional-functions.php Fix is_order_received_page() 2013-10-15 21:59:29 +01:00
wc-core-functions.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
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 Fix missing semicolon 2013-09-06 22:06:26 +03:00
wc-deprecated-functions.php Consistant method names Closes #3901, return doubles instead of number formatted strings. 2013-10-17 12:43:44 +01:00
wc-formatting-functions.php Remove accents from taxonomy names + run through filter Closes #3832 2013-10-04 16:10:49 +02:00
wc-message-functions.php Function refactoring. 2013-08-09 17:11:21 +01:00
wc-order-functions.php Fix: Download permissions not granted on order completion. 2013-10-19 13:56:57 +01:00
wc-page-functions.php array_search returns false when not found. This causes the first CSS class in the $classes array to be removed ( twice ). This was inadvertently removing some of the custom classes defined in the Menu Builder of WordPress. 2013-10-07 15:47:39 +02:00
wc-product-functions.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
wc-template-functions.php Refactor coupon code so coupons get the actual discount amount, redone edit coupon screen with tabs, added coupon item limits which Closes #3902 2013-10-18 18:10:58 +01:00
wc-template-hooks.php Print JS after print scripts (at 20) Closes #3865. 2013-10-02 11:09:30 +01:00
wc-term-functions.php _woocommerce_term_recount 2013-10-22 16:20:40 +01:00