woocommerce/includes
Mike Jolley 00b4e1ed44
Merge pull request #19319 from woocommerce/fix/phpcs-includes-data-stores
PHPCS fixes for includes/data-stores directory
2018-03-09 12:36:31 +00:00
..
abstracts Merge pull request #19220 from woocommerce/fix/19218 2018-03-05 09:26:10 -08:00
admin Merge pull request #19281 from woocommerce/fix/19279-db-version-fatal-system-status 2018-03-07 11:10:36 +00: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 Fix the PayPal API URL 2018-03-01 12:30:38 -05: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 Restored background processing library classes 2018-02-01 11:34:03 -02: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 New shortcode features for products block 2018-03-01 10:05:22 -08:00
theme-support Sizes for 3 cols default 2018-01-25 17:03:01 +00:00
walkers Hide cat-parent class when category will show no children due to depth setting 2017-10-13 12:50:49 +01:00
widgets Make terms logic match for breadcrumb and widget 2018-02-20 11:49:06 +00: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 Round correctly when removing taxes from prices. 2018-01-05 14:56:33 +00:00
class-wc-cart.php wc_get_cart_item_data_hash function 2018-03-05 19:57:57 +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 Use wc_get_order(), handle failure in case WC_Order not returned. 2018-02-21 15:39:43 -06: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-geolocation.php Remove port from string before checking IP 2018-01-02 11:54:26 +11: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 Merge pull request #18957 from alexmacarthur/pii-downloads 2018-02-22 12:27:33 +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 Query objects can also return objects 2017-08-29 08:36:50 -07:00
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 Query objects can also return objects 2017-08-29 08:36:50 -07:00
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
class-wc-shipping-zone.php JSON context 2018-01-22 14:11:43 +00:00
class-wc-shipping-zones.php Fixed @since 2017-12-06 19:12:42 -02: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 Include priceSpecification with valueAddedTaxIncluded 2018-02-22 16:34:54 +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 Fixed wc_attribute_label() logic 2018-03-08 18:41:39 -03:00
wc-cart-functions.php Update wc-cart-functions.php 2018-03-07 13:21:23 +00:00
wc-conditional-functions.php Merge branch 'master' into feature/webhook-crud 2017-12-07 18:21:52 -02:00
wc-core-functions.php Merge branch 'master' into update/core-functions-phpcs 2018-03-08 18:35:41 -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 Short ABSPATH check 2018-03-08 16:26:01 -03: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 No js for all the themes. 2018-03-07 11:44:41 +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 includes/wc-term-functions.php PHPCS violations 2018-03-08 18:06:53 -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