woocommerce/includes
Claudio Sanches 6405e8645a Removed legacy private methods from WC_Geolocation 2018-03-15 14:01:36 -03:00
..
abstracts Merge pull request #19220 from woocommerce/fix/19218 2018-03-05 09:26:10 -08:00
admin Updated system status message about MaxMind GeoIP database 2018-03-13 14:54:56 -03:00
api Fixed PHPCS violations on REST API 2018-03-06 15:04:58 -03:00
cli Merge branch 'master' into remove-unused-methods 2018-03-07 07:27:43 -03:00
customizer PHPCS passing for class-wc-customizer-controll-cropping.php 2018-03-06 07:31:20 +02:00
data-stores Check if there is a customer ID set before calling get_user_by() 2018-03-09 09:34:26 -03:00
emails Fix phpcs violations in includes/emails/class-wc-email.php 2018-03-07 14:27:56 -03:00
export PHPCS passing for abstract-wc-csv-exporter.php 2018-03-06 07:55:15 +02:00
gateways Merge branch 'master' into patch-2 2018-03-12 16:28:00 -03:00
import PHPCS passing for abstract-wc-product-importer.php 2018-03-06 10:04:37 +02:00
interfaces PHPCS passing for class-wc-webhook-data-store-interface.php 2018-03-06 12:00:33 +02:00
legacy Add getter for tax_display_cart variable, with filter 2017-12-15 13:39:35 +00:00
libraries Included new GeoLite2 DB reader library 2018-03-13 14:50:01 -03:00
log-handlers PHPCS fixes in includes/log-handlers/class-wc-log-handler-file.php 2018-03-07 10:49:45 -03:00
payment-tokens Fix phpcs violations in includes/payment-tokens/class-wc-payment-token-echeck.php 2018-03-07 14:55:04 -03:00
shipping Fix phpcs violations in includes/shipping/local-pickup/class-wc-shipping-local-pickup.php 2018-03-07 15:30:26 -03:00
shortcodes Fixed class-wc-shortcode-checkout.php PHPCS violations 2018-03-09 13:25:29 -03:00
theme-support Sizes for 3 cols default 2018-01-25 17:03:01 +00:00
walkers Restored old walkers files to keep backwards compatibility 2018-03-09 17:14:02 -03:00
widgets Merge branch 'master' into update/walkers-phpcs 2018-03-12 12:31:57 -03:00
class-wc-ajax.php Merge branch 'master' into update/18894 2018-03-08 13:08:40 +00:00
class-wc-api.php Merge branch 'feature/network-order-widget' of https://github.com/cmmarslender/woocommerce into cmmarslender-feature/network-order-widget 2018-02-02 14:46:51 -02:00
class-wc-auth.php Minor grammar change 2017-11-18 22:08:42 +00:00
class-wc-autoloader.php
class-wc-background-emailer.php Applied new WC_Background_Process class 2018-02-01 11:42:34 -02:00
class-wc-background-updater.php Applied new WC_Background_Process class 2018-02-01 11:42:34 -02:00
class-wc-breadcrumb.php Make terms logic match for breadcrumb and widget 2018-02-20 11:49:06 +00:00
class-wc-cache-helper.php Fix doc typo 2018-01-18 16:50:27 -02:00
class-wc-cart-fees.php Keep public method around 2017-12-08 16:24:04 +00:00
class-wc-cart-session.php wc_get_cart_item_data_hash function 2018-03-05 19:57:57 +00:00
class-wc-cart-totals.php Add filter to allow plugins to override the default coupon apply order. (#19339) 2018-03-13 10:26:22 +00:00
class-wc-cart.php Merge pull request #19331 from woocommerce/add/coupon-wildcard-email 2018-03-13 10:05:06 +00:00
class-wc-checkout.php Merge branch 'master' into update/16912 2018-03-01 16:38:04 +00:00
class-wc-cli.php Use dirname rather than __DIR__ and use parenthesis for WC_CLI 2018-01-15 11:06:53 +05:45
class-wc-comments.php Tweak total_comments 2017-11-23 11:17:23 +00:00
class-wc-countries.php Remove isle of man state 2018-02-12 10:34:40 +00:00
class-wc-coupon.php Ensure coupon amount is not empty 2018-02-22 14:33:06 -05:00
class-wc-customer-download-log.php PHPCS 2017-11-13 16:29:44 +00:00
class-wc-customer-download.php Merge pull request #17679 from woocommerce/update/12517-download-reporting 2017-11-14 12:23:01 -08:00
class-wc-customer.php Tweaks on account display name 2018-02-21 21:52:45 -03:00
class-wc-data-exception.php
class-wc-data-store.php Merge branch 'master' into feature/webhook-crud 2017-11-16 12:20:22 -02:00
class-wc-datetime.php
class-wc-deprecated-action-hooks.php Fixed coding standards 2017-11-22 15:25:27 -02:00
class-wc-deprecated-filter-hooks.php Add deprecation notice for old hooks 2017-12-11 09:29:08 +01:00
class-wc-discounts.php Update class-wc-discounts.php 2018-03-07 13:36:43 +00:00
class-wc-download-handler.php Hash may not exist 2018-03-07 15:13:40 +00:00
class-wc-emails.php Replace “Cheatin’ uh?” with friendlier messages 2018-02-07 17:01:12 -05:00
class-wc-embed.php
class-wc-form-handler.php Make compliant w/ coding standards, sanitize ID. 2018-02-22 07:01:49 -06:00
class-wc-frontend-scripts.php Only trim strings in multiselect display options 2018-02-27 07:50:33 -08:00
class-wc-geo-ip.php
class-wc-geolite-integration.php Updated GeoLite2 Reader errors to warning level 2018-03-14 16:03:31 -03:00
class-wc-geolocation.php Removed legacy private methods from WC_Geolocation 2018-03-15 14:01:36 -03:00
class-wc-https.php
class-wc-install.php Activate plugins during installation process even if directory doesn't match slug 2018-03-01 11:50:54 -05:00
class-wc-integrations.php
class-wc-log-levels.php
class-wc-logger.php
class-wc-meta-data.php Handle JSON encoding for API 2017-10-04 14:12:53 +01:00
class-wc-order-factory.php wc_caught_exception method 2017-11-01 11:41:53 +00:00
class-wc-order-item-coupon.php
class-wc-order-item-fee.php Use passed location 2017-11-15 12:14:55 +00:00
class-wc-order-item-meta.php
class-wc-order-item-product.php Hash may not exist 2018-03-07 15:13:40 +00:00
class-wc-order-item-shipping.php Instance ID methods 2018-01-15 14:31:05 +00:00
class-wc-order-item-tax.php
class-wc-order-item.php Tweak where meta gets sanitized before passing to comparison function 2017-11-20 21:48:35 +00:00
class-wc-order-query.php
class-wc-order-refund.php
class-wc-order.php Merge branch 'master' into update/17252 2018-03-01 15:58:17 +00:00
class-wc-payment-gateways.php Replace “Cheatin’ uh?” with friendlier messages 2018-02-07 17:01:12 -05:00
class-wc-payment-tokens.php
class-wc-post-data.php Force term setting 2017-11-23 16:00:34 +00:00
class-wc-post-types.php Merge branch 'master' into update/avoid-extra-unneeded-query 2018-02-08 10:00:32 -02:00
class-wc-product-attribute.php
class-wc-product-download.php Fetch size dynamically 2018-02-14 11:35:16 +02:00
class-wc-product-external.php Add add_to_cart_description method and aria-labels to cart buttons in the loop 2017-11-14 11:45:16 +00:00
class-wc-product-factory.php
class-wc-product-grouped.php Add appropriate column widths and fix up price method for consistentcy. 2018-01-05 12:23:08 +00:00
class-wc-product-query.php
class-wc-product-simple.php Add add_to_cart_description method and aria-labels to cart buttons in the loop 2017-11-14 11:45:16 +00:00
class-wc-product-variable.php Applied array_filter() to the $avaiable_variations in WC_Product_Variable::get_available_variations() to ensure only array type values get returned. 2018-03-07 17:07:42 +05:30
class-wc-product-variation.php Check parent status when seeing if variation is purchasable. 2018-02-20 12:34:33 +00:00
class-wc-query.php Fix shop on homepage with unsupported themes 2018-02-01 11:15:46 +00:00
class-wc-regenerate-images-request.php Thumbnail mapping 2018-02-13 12:51:55 +00:00
class-wc-regenerate-images.php Standards 2018-03-07 11:18:42 +00:00
class-wc-register-wp-admin-settings.php
class-wc-session-handler.php Ensure customer id is not empty in cookie 2018-01-23 13:36:53 +00:00
class-wc-shipping-rate.php todo note for #19293 2018-03-12 19:53:14 +00:00
class-wc-shipping-zone.php JSON context 2018-01-22 14:11:43 +00:00
class-wc-shipping-zones.php Fixed spacing 2018-03-12 17:40:13 -03:00
class-wc-shipping.php Replace “Cheatin’ uh?” with friendlier messages 2018-02-07 17:01:12 -05:00
class-wc-shortcodes.php remove action when rendering shortcode 2018-02-20 11:15:09 +00:00
class-wc-structured-data.php Only add schema for ratings when enabled. 2018-03-08 13:03:58 +00:00
class-wc-tax.php fixed spelling for calculate. 2018-02-24 16:53:27 +05:30
class-wc-template-loader.php Layered nav support on unsupported theme archives 2018-03-01 11:28:00 -08:00
class-wc-tracker.php Remove need for wc_get_core_supported_themes 2017-11-07 12:17:03 +00:00
class-wc-validation.php CZ/SK zip - exchange space for \s 2017-11-30 19:33:16 +01:00
class-wc-webhook.php Merge pull request #17987 from woocommerce/feature/12439-process-delivery-hook 2017-12-04 13:08:42 +00:00
class-woocommerce.php Rename class-wc-order-item-product-store.php to class-wc-order-item-product-data-store.php 2018-03-08 16:30:33 -03:00
wc-account-functions.php Fixed includes/wc-account-functions.php PHPCS violations 2018-03-07 10:55:46 -03:00
wc-attribute-functions.php Properly check for old and new slug while updating attributes 2018-03-12 15:52:26 -03:00
wc-cart-functions.php Fixed conflicts in cart functions and fixed PHPCS violations on core funcitons 2018-03-09 12:46:20 -03:00
wc-conditional-functions.php Merge branch 'master' into feature/webhook-crud 2017-12-07 18:21:52 -02:00
wc-core-functions.php Fixed conflicts in cart functions and fixed PHPCS violations on core funcitons 2018-03-09 12:46:20 -03:00
wc-coupon-functions.php Fixed includes/wc-coupon-functions.php PHPCS violations 2018-03-07 18:40:48 -03:00
wc-deprecated-functions.php Introduced new wc_deprecated_hook function as alias to _deprecated_hook 2017-11-22 14:47:22 -02:00
wc-formatting-functions.php Fixed includes/wc-formatting-functions.php PHPCS violations 2018-03-08 12:22:58 -03:00
wc-notice-functions.php PHPCS fixes 2018-01-11 10:39:30 +05:45
wc-order-functions.php Fixed includes/wc-order-functions.php PHPCS violations 2018-03-08 15:47:54 -03:00
wc-order-item-functions.php Fixed update/order-items-functions-phpcs PHPCS violations 2018-03-08 16:13:51 -03:00
wc-page-functions.php Fixed includes/wc-page-functions.php PHPCS violations 2018-03-08 16:15:31 -03:00
wc-product-functions.php Use gallery thumbnail size for variation image switcher. 2018-03-09 14:36:14 +00:00
wc-rest-functions.php Fixed includes/wc-rest-functions.php PHPCS violations 2018-03-08 16:34:25 -03:00
wc-stock-functions.php Check if $product exists 2018-03-08 18:33:16 -03:00
wc-template-functions.php add general woocommerce_form_field filter 2018-03-13 14:30:19 +00:00
wc-template-hooks.php Fixed includes/wc-template-hooks.php PHPCS violations 2018-03-08 16:48:20 -03:00
wc-term-functions.php Fixed path of walker classes 2018-03-09 16:31:00 -03:00
wc-update-functions.php Use short ABSPATH check 2018-03-08 18:31:01 -03:00
wc-user-functions.php Fixed includes/wc-user-functions.php PHPCS violations 2018-03-08 18:26:56 -03:00
wc-webhook-functions.php Use short ABSPATH check 2018-03-08 18:31:01 -03:00
wc-widget-functions.php Fixed includes/wc-widget-functions.php PHPCS violations 2018-03-08 18:29:54 -03:00