woocommerce/includes
Mike Jolley 275e0661ed Merge branch 'fix/duplicate-stock-reduction-paypal' of https://github.com/bekarice/woocommerce into bekarice-fix/duplicate-stock-reduction-paypal 2017-05-09 18:12:45 +01:00
..
abstracts Fix param documentation for WC_Product::is_type 2017-05-09 14:10:27 +02:00
admin Merge pull request #14853 from woocommerce/fix/14818 2017-05-03 17:36:22 -03:00
api Properly save order items in legacy REST API 2017-05-08 12:37:33 -03:00
cli Remove array merge 2017-04-28 17:09:39 +01:00
data-stores Make other queries match the new query in 14936 2017-05-08 19:08:59 +01:00
emails Only set reply-to if the email + name is set. 2017-05-08 12:50:39 +01:00
gateways Merge pull request #14721 from woocommerce/fix/14670 2017-04-27 15:34:27 +01:00
interfaces Cleanup of PHPDoc for interfaces, fixes #13808 2017-03-28 13:52:32 -04:00
legacy Merge pull request #14849 from franticpsyx/fix-get-price-html-from-to-fallback 2017-05-03 17:40:40 -03:00
libraries Merge branch 'pr/13503' 2017-04-27 12:46:05 +01:00
log-handlers Properly open log files 2017-04-20 13:37:18 -03:00
payment-tokens Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
shipping Fixed all typos of all files in includes/ directory. 2017-03-29 00:58:51 +07:00
shortcodes Merge branch 'pr/13503' 2017-04-27 12:46:05 +01:00
theme-support Make WC_Twenty_Seventeen::init() static 2017-02-24 16:10:34 -03:00
vendor Check if IP address is valid 2017-05-05 16:58:08 -03:00
walkers Inline control structures are not allowed 2017-03-07 22:24:24 +02:00
widgets Applied wc_get_star_rating_html() to rating filter widget 2017-04-28 20:01:01 -03:00
class-wc-ajax.php Merge branch 'pr/13391' 2017-04-28 13:36:10 +01:00
class-wc-api.php [REST API] Fixed file name convention 2017-03-23 17:48:37 -03:00
class-wc-auth.php Tidy up includes 2017-02-16 11:46:01 +00:00
class-wc-autoloader.php Tidy up includes 2017-02-16 11:46:01 +00:00
class-wc-background-emailer.php Break if batch is empty 2017-04-11 18:59:58 +01:00
class-wc-background-updater.php Tidy up includes 2017-02-16 11:46:01 +00:00
class-wc-breadcrumb.php Add locale independent wc_get_permalink_structure function 2017-02-07 16:16:45 +00:00
class-wc-cache-helper.php Data stores 2016-11-14 18:18:08 +00:00
class-wc-cart.php Merge pull request #14748 from woocommerce/fix/stock-in-cart-notice 2017-04-27 17:38:59 +01:00
class-wc-checkout.php On multisite, add user to blog during checkout if not a user 2017-04-27 13:48:45 +01:00
class-wc-cli.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-comments.php Update product rating counts after adding a rating 2017-03-29 14:51:33 -07:00
class-wc-countries.php Merge branch 'pr/13503' 2017-04-27 12:46:05 +01:00
class-wc-coupon.php Fix variation category restriction and limit to x uses 2017-04-06 21:51:11 +01:00
class-wc-customer-download.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-customer.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-data-exception.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-data-store.php Add punctuation to docblock comments. 2017-03-17 08:52:02 -07:00
class-wc-datetime.php Remove guesswork from timezone handling so offsets work correctly regardless of DST 2017-03-23 00:11:15 +00:00
class-wc-deprecated-action-hooks.php Use new_* hooks instead of created_* 2017-03-28 11:05:45 -07:00
class-wc-deprecated-filter-hooks.php Prior to 3.0 there was a woocommerce_debug_posting filter that could be used to add rows to the environment section of the system status page. It was removed. This PR adds it back as woocommerce_system_status_environment_rows and aliases/deprecates the old one. 2017-04-05 09:13:20 -07:00
class-wc-download-handler.php Support (not really) relative paths 2017-03-24 11:48:32 +00:00
class-wc-emails.php Adds a fallback to queue_transactional_email if background sending is disabled. 2017-04-18 11:35:37 +01:00
class-wc-embed.php Escaping for scruitinizer 2017-01-06 12:45:28 +00:00
class-wc-form-handler.php Remove debug 2017-05-05 09:18:15 -07:00
class-wc-frontend-scripts.php Merge branch 'fix/14448' 2017-04-27 12:00:05 +01:00
class-wc-geo-ip.php Replace log `tag` with log `source` 2016-12-29 11:58:43 +01:00
class-wc-geolocation.php Check if IP address is valid 2017-05-05 16:58:08 -03:00
class-wc-https.php PHPCS: WordPress.Arrays.ArrayDeclaration.NoCommaAfterLast 2016-08-27 05:08:49 +03:00
class-wc-install.php Fix small typo in the docblock. 2017-04-29 13:52:14 +07:00
class-wc-integrations.php
class-wc-legacy-api.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
class-wc-log-levels.php Use constants over settings to configure logger 2016-12-29 11:58:43 +01:00
class-wc-logger.php Moved reg handlers 2017-04-25 13:51:52 +01:00
class-wc-order-factory.php Remove order and product factory cache 2017-03-21 23:37:38 +00:00
class-wc-order-item-coupon.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-order-item-fee.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-order-item-meta.php Include deprecated notice in WC_Order_Item_Meta constructor 2017-04-24 20:26:43 -03:00
class-wc-order-item-product.php intval -> floatval 2017-05-04 10:09:16 +02:00
class-wc-order-item-shipping.php Correctly migrate legacy shipping taxes data 2017-04-26 12:17:34 +01:00
class-wc-order-item-tax.php Dont set empty strings as tax totals 2017-03-20 15:14:41 -07:00
class-wc-order-item.php Allow get all formatted meta data values 2017-04-24 20:27:17 -03:00
class-wc-order-query.php Offload more to subclasses 2017-04-27 14:09:10 -07:00
class-wc-order-refund.php Revert "Add backtrace to deprecated message" 2017-04-13 13:34:19 +01:00
class-wc-order.php Adds missing $this to arguments for woocommerce_payment_complete_order_status filter 2017-04-26 08:02:46 +01:00
class-wc-payment-gateways.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
class-wc-payment-tokens.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-post-data.php Remove unused variable 2017-04-19 10:00:00 -07:00
class-wc-post-types.php Merge branch 'pr/13712' 2017-04-27 11:39:44 +01:00
class-wc-product-attribute.php wp_insert_term can return an error so handle appropriately in class-wc-product-attribute.php 2017-04-17 12:05:36 +01:00
class-wc-product-download.php Only validate file type on relative paths 2017-04-12 16:49:43 +01:00
class-wc-product-external.php Update add_to_cart_text for external products to include default 2017-04-10 17:54:39 +01:00
class-wc-product-factory.php Remove order and product factory cache 2017-03-21 23:37:38 +00:00
class-wc-product-grouped.php Grouped sale badge fix 2017-04-13 16:13:48 +01:00
class-wc-product-simple.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-product-variable.php clean up 2017-04-27 13:01:52 +01:00
class-wc-product-variation.php Removed unused variable 2017-04-27 23:59:16 +05:30
class-wc-query.php Merge branch 'pr/13503' 2017-04-27 12:46:05 +01:00
class-wc-register-wp-admin-settings.php If The $object is not really an object, don't continue. It's invalid. 2017-04-05 11:10:27 +01:00
class-wc-session-handler.php Tidy up includes 2017-02-16 11:46:01 +00:00
class-wc-shipping-rate.php add argument on woocommerce_shipping_rate_label (#12075) 2016-10-12 17:06:51 +01:00
class-wc-shipping-zone.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-shipping-zones.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-shipping.php Fix empty string case for `WC_Order::get_total_shipping` 2017-02-06 14:41:19 +01:00
class-wc-shortcodes.php Apply query_arg filter before generating transient name in product_loop 2017-04-11 18:47:05 +01:00
class-wc-structured-data.php Merge branch 'master' into update/14848 2017-05-08 19:13:12 +01:00
class-wc-tax.php Merge branch 'pr/13503' 2017-04-27 12:46:05 +01:00
class-wc-template-loader.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-tracker.php Fixed all typos of all files in includes/ directory. 2017-03-29 00:58:51 +07:00
class-wc-validation.php Add zipcode validation for France 2017-05-05 09:52:03 +02:00
class-wc-webhook.php Add restored webhook 2017-04-27 11:44:57 -07:00
wc-account-functions.php Fix missing title for actions column 2017-04-24 15:20:20 +01:00
wc-attribute-functions.php wc_attribute_taxonomy_id_by_name should use wc_sanitize_taxonomy_name to prevent breaking special chars 2017-05-08 15:01:04 +01:00
wc-cart-functions.php Merge pull request #14463 from woocommerce/add/show-shipping-calculator-variable 2017-04-27 17:41:48 +01:00
wc-conditional-functions.php Add restored webhook 2017-04-27 11:44:57 -07:00
wc-core-functions.php Merge branch 'fix-13625' 2017-04-27 18:05:34 +01:00
wc-coupon-functions.php Fixed all typos of all files in includes/ directory. 2017-03-29 00:58:51 +07:00
wc-deprecated-functions.php Add backtrace to wc_doing_it_wrong 2017-04-13 14:01:58 +01:00
wc-formatting-functions.php Merge branch 'fix-13625' 2017-04-27 18:05:34 +01:00
wc-notice-functions.php Wrap all deprecation calls. 2016-11-23 16:15:00 +00:00
wc-order-functions.php @used-by WC_Order::set_status comment 2017-04-04 11:52:54 +01:00
wc-order-item-functions.php Merge branch 'pr/13503' 2017-04-27 12:46:05 +01:00
wc-page-functions.php Use endpoint option in wc_get_endpoint_url 2017-02-23 12:37:41 +00:00
wc-product-functions.php Merge pull request #14933 from woocommerce/fix/14815 2017-05-08 15:36:39 -03:00
wc-rest-functions.php Update API endpoints 2017-03-10 18:54:59 +00:00
wc-stock-functions.php Use order data store for stock checks in case of custom order types 2017-05-08 17:58:01 -04:00
wc-template-functions.php Add noscript style for gallery 2017-05-08 14:35:23 +01:00
wc-template-hooks.php Bump template version and move to correct function files. 2017-04-26 13:25:14 +01:00
wc-term-functions.php Make query code match and remove unneeded index 2017-05-08 19:09:55 +01:00
wc-update-functions.php Merge branch 'pr/13503' 2017-04-27 12:46:05 +01:00
wc-user-functions.php Add $order checks to ensure object is set 2017-04-12 13:46:14 +01:00
wc-webhook-functions.php
wc-widget-functions.php