woocommerce/includes
Rodrigo Primo f539d3e04b Merge branch 'master' into update/emogrifier 2020-02-05 10:01:38 -03:00
..
abstracts Replaced direct access of many constants with the Constants library 2020-01-31 22:18:47 -08:00
admin Merge branch 'master' into refactor/add-jetpack-constants 2020-02-04 14:36:35 -08:00
cli Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
customizer Fix PEAR.Functions.FunctionCallSignature violations 2019-12-20 15:25:23 -03:00
data-stores Merge branch 'master' into refactor/add-jetpack-constants 2020-02-04 14:36:35 -08:00
emails Tweaks on style inline method 2020-02-04 16:27:20 -03:00
export Update abstract-wc-csv-batch-exporter.php 2019-10-31 15:58:54 +01:00
gateways Extracted the repetitive Constants::get_constant( 'WC_VERSION' ) calls where possible 2020-02-04 14:02:57 -08:00
import Set correct post type for product variation 2020-01-06 21:36:54 -03:00
integrations/maxmind-geolocation Simplify MaxMind integration title 2020-01-29 13:43:27 -03:00
interfaces get_total_refunded should return a float 2019-04-21 21:36:31 +02:00
legacy Deprecated old cache function and replaced it with a new one. 2019-11-28 14:03:57 +01:00
libraries Merge branch 'master' into update/emogrifier 2020-02-05 10:01:38 -03:00
log-handlers Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
payment-tokens Fix wrong context help for translators 2020-01-26 17:55:17 +01:00
queue Fix WC_Action_Queue::get_next() return value 2019-01-04 14:27:01 +00:00
shipping Updated if statment to allow 0 values 2020-01-28 10:44:37 -05:00
shortcodes Show notice when logged in user pays for gues order 2020-02-05 15:42:15 +05:30
theme-support Replaced direct access of many constants with the Constants library 2020-01-31 22:18:47 -08:00
tracks Corrected inconsistent uses of the Constants library 2020-02-03 13:15:12 -08:00
traits Use standard way to calculate total in `get_subtotal_to_display` for consistency. 2019-11-27 04:43:23 +05:30
walkers
wccom-site Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
widgets Extracted the repetitive Constants::get_constant( 'WC_VERSION' ) calls where possible 2020-02-04 14:02:57 -08:00
class-wc-ajax.php Replaced direct access of many constants with the Constants library 2020-01-31 22:18:47 -08:00
class-wc-api.php Update version/path getters 2019-06-21 20:00:03 +01:00
class-wc-auth.php
class-wc-autoloader.php Moved the loading of integration classes into the WC_Autoloader 2020-01-09 15:46:01 -08:00
class-wc-background-emailer.php Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
class-wc-background-updater.php Switch to action scheduler 2019-02-28 11:11:08 +00:00
class-wc-breadcrumb.php Allow extension of WC_Breadcrumb class 2019-03-17 02:43:00 -04:00
class-wc-cache-helper.php Deprecated old cache function and replaced it with a new one. 2019-11-28 14:03:57 +01:00
class-wc-cart-fees.php Introduced woocommerce_sort_fees_callback filter 2019-07-31 18:31:49 -03:00
class-wc-cart-session.php Replace wc_get_page_permalink( 'cart' ) with wc_get_cart_url() 2019-08-29 08:43:42 +01:00
class-wc-cart-totals.php Use standard way to calculate total in `get_subtotal_to_display` for consistency. 2019-11-27 04:43:23 +05:30
class-wc-cart.php Add support for `_held_for_checkout` records to improve performance. 2019-12-17 19:13:19 +05:30
class-wc-checkout.php Add order meta `is_vat_exempt` with unique meta key. 2020-01-20 12:06:32 +01:00
class-wc-cli.php
class-wc-comments.php WC_Comments: Add action_log to excluded comment_types in wp_count_comments 2019-07-03 15:06:21 -07:00
class-wc-countries.php Use "Country / Region" for country selection drop-down label to (try to) avoid political complaints (#24425) 2020-01-30 12:26:35 +01:00
class-wc-coupon.php Add support for `_held_for_checkout` records to improve performance. 2019-12-17 19:13:19 +05:30
class-wc-customer-download-log.php
class-wc-customer-download.php Consistent CRUD classes with before/after save hooks 2019-04-17 12:47:35 +01:00
class-wc-customer.php #23596 - I have solve this issue. 2019-05-06 11:43:56 +05:30
class-wc-data-exception.php
class-wc-data-store.php Use the spread operator instead of call_user_func_array() in WC_Data_Store 2019-11-21 11:52:47 -03:00
class-wc-datetime.php
class-wc-deprecated-action-hooks.php
class-wc-deprecated-filter-hooks.php apply_filters_deprecated to avoid conflict with wp profile 2019-01-30 16:06:51 +00:00
class-wc-discounts.php Fix get_discount function return type (#25567) 2020-02-04 16:59:26 -03:00
class-wc-download-handler.php Fixed coding standards 2020-01-24 15:01:12 -03:00
class-wc-emails.php Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
class-wc-embed.php
class-wc-form-handler.php Merge pull request #24907 from princeahmed/master 2020-01-30 15:32:30 -03:00
class-wc-frontend-scripts.php Extracted the repetitive Constants::get_constant( 'WC_VERSION' ) calls where possible 2020-02-04 14:02:57 -08:00
class-wc-geo-ip.php
class-wc-geolite-integration.php Added a deprecation to the old Geolite library wrapper class' public methods 2020-01-14 13:44:41 -08:00
class-wc-geolocation.php Fixed conditional code 2020-01-14 16:44:01 -03:00
class-wc-https.php
class-wc-install.php Merge branch 'master' into refactor/add-jetpack-constants 2020-02-04 14:36:35 -08:00
class-wc-integrations.php Fixed missing methods, added deprecated notices and @since 2020-01-10 11:58:53 -03:00
class-wc-log-levels.php Typo in class-wc-log-levels.php 2019-01-30 23:31:39 -05:00
class-wc-logger.php Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
class-wc-meta-data.php
class-wc-order-factory.php Removed variable and set exception paramater to array containing the order id. 2019-11-20 22:52:04 -06:00
class-wc-order-item-coupon.php Use wc_format_coupon_code when handling posted values 2019-03-06 11:44:27 +00:00
class-wc-order-item-fee.php Order items respect wc_round_tax_total 2019-01-11 13:20:57 +00:00
class-wc-order-item-meta.php pass all arguments to woocommerce_order_item_display_meta_value filter 2019-01-10 07:21:34 -05:00
class-wc-order-item-product.php Check if order exists before create downloads hash 2019-08-12 12:18:35 -03:00
class-wc-order-item-shipping.php Order items respect wc_round_tax_total 2019-01-11 13:20:57 +00:00
class-wc-order-item-tax.php default tax rate percent to null 2019-07-11 15:56:28 +02:00
class-wc-order-item.php Updated outdated codex URLs 2019-06-12 19:31:01 -03:00
class-wc-order-query.php
class-wc-order-refund.php
class-wc-order.php Merge pull request #25137 from woocommerce/fix/24936 2020-01-30 19:41:08 -03:00
class-wc-payment-gateways.php Prevent fatal error in set_current_gateway with no WC session 2020-01-13 14:18:49 +05:30
class-wc-payment-tokens.php Fixed method name 2019-10-01 12:30:29 -03:00
class-wc-post-data.php Deprecated old cache function and replaced it with a new one. 2019-11-28 14:03:57 +01:00
class-wc-post-types.php update wording 2019-04-10 11:51:41 +01:00
class-wc-privacy-background-process.php
class-wc-privacy-erasers.php Updated the privacy-related strings as well. 2020-02-04 13:25:47 +01:00
class-wc-privacy-exporters.php Updated the privacy-related strings as well. 2020-02-04 13:25:47 +01:00
class-wc-privacy.php Check if wp_delete_user() exists before use 2020-01-24 18:49:21 -03:00
class-wc-product-attribute.php Merge pull request #22244 from faisal-alvi/fix-22234 2018-12-19 12:42:48 -02:00
class-wc-product-download.php Fix WordPress.Arrays.MultipleStatementAlignment errors automatically using phpcbf 2019-12-20 13:51:26 -03:00
class-wc-product-external.php Only use default message to avoid showing too much information to user 2019-07-19 15:37:10 -06:00
class-wc-product-factory.php Fix incorrect return type documentation for product factory `get_product()`. 2018-11-29 15:25:24 +01:00
class-wc-product-grouped.php Only use default message to avoid showing too much information to user 2019-07-19 15:37:10 -06:00
class-wc-product-query.php
class-wc-product-simple.php Add 404 check when creating add to cart url for single products. 2019-10-09 12:44:47 +02:00
class-wc-product-variable.php Merge pull request #23338 from woocommerce/update/23335 2019-07-08 18:56:14 -03:00
class-wc-product-variation.php Only use default message to avoid showing too much information to user 2019-07-19 15:37:10 -06:00
class-wc-query.php Fix Generic.Formatting.MultipleStatementAlignment violations 2019-12-20 14:21:08 -03:00
class-wc-rate-limiter.php Fix Generic.Formatting.MultipleStatementAlignment violations 2019-12-20 14:21:08 -03:00
class-wc-regenerate-images-request.php PHPCS fixes 2019-01-15 15:24:53 +02:00
class-wc-regenerate-images.php combine check 2019-03-18 10:59:43 +00:00
class-wc-register-wp-admin-settings.php
class-wc-rest-authentication.php Move authentication to WCCOM Site API to wccom-site main class. 2019-07-15 21:59:48 +07:00
class-wc-rest-exception.php Moved auth and exception classes to main includes directory - these are shared between legacy and new API. The package may replace these in the future. 2019-06-19 11:52:50 +01:00
class-wc-session-handler.php Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
class-wc-shipping-rate.php
class-wc-shipping-zone.php Switched conditon by accident 2019-04-17 12:57:02 +01:00
class-wc-shipping-zones.php Fix Generic.Formatting.MultipleStatementAlignment violations 2019-12-20 14:21:08 -03:00
class-wc-shipping.php Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
class-wc-shortcodes.php Fix PEAR.Functions.FunctionCallSignature violations 2019-12-20 15:25:23 -03:00
class-wc-structured-data.php Fix WordPress.DateTime.CurrentTimeTimestamp vilations 2019-12-20 14:23:05 -03:00
class-wc-tax.php Fix Generic.Formatting.MultipleStatementAlignment violations 2019-12-20 14:21:08 -03:00
class-wc-template-loader.php Fix PEAR.Functions.FunctionCallSignature violations 2019-12-20 15:25:23 -03:00
class-wc-tracker.php Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
class-wc-validation.php Add postcode validation for Slovenia (#25174) 2019-12-09 10:09:45 -03:00
class-wc-webhook.php Replaced direct access of many constants with the Constants library 2020-01-31 22:18:47 -08:00
class-woocommerce.php Merge branch 'master' into refactor/add-jetpack-constants 2020-02-04 14:36:35 -08:00
wc-account-functions.php Fixed My Account menu highlight when adding payment methods 2019-11-14 09:51:49 -03:00
wc-attribute-functions.php Deprecated old cache function and replaced it with a new one. 2019-11-28 14:03:57 +01:00
wc-cart-functions.php Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
wc-conditional-functions.php Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
wc-core-functions.php Merge remote-tracking branch 'origin/master' into refactor/add-jetpack-constants 2020-02-03 11:50:16 -08:00
wc-coupon-functions.php Improve the way we do queries (#22043) 2019-01-23 13:46:32 +00:00
wc-deprecated-functions.php Changed all of the constant accesses into corresponding Automattic\Jetpack\Constants usages 2020-01-28 21:21:29 -08:00
wc-formatting-functions.php Merge pull request #24281 from woocommerce/fix/24269 2019-12-09 14:07:29 -03:00
wc-notice-functions.php Prevent empty notices to get added 2020-01-24 13:31:05 -03:00
wc-order-functions.php Coupon race condition prevention 2020-01-06 19:44:24 -03:00
wc-order-item-functions.php Deprecated old cache function and replaced it with a new one. 2019-11-28 14:03:57 +01:00
wc-page-functions.php Make wc_get_endpoint_url() compatible with WordPress use_trailing_slashes settings 2019-07-31 20:57:55 -03:00
wc-product-functions.php Merge branch 'master' into refactor/add-jetpack-constants 2020-02-04 14:36:35 -08:00
wc-rest-functions.php Fix PEAR.Functions.FunctionCallSignature violations 2019-12-20 15:25:23 -03:00
wc-stock-functions.php Fix Generic.Formatting.MultipleStatementAlignment violations 2019-12-20 14:21:08 -03:00
wc-template-functions.php Merge branch 'master' into refactor/add-jetpack-constants 2020-02-04 14:36:35 -08:00
wc-template-hooks.php Introduced wc_get_pay_buttons() function 2019-11-07 17:23:38 -03:00
wc-term-functions.php Simplify and modernize wc_walk_category_dropdown_tree() 2019-11-22 15:25:44 -03:00
wc-update-functions.php Fix codestyle 2020-02-04 19:44:05 +05:30
wc-user-functions.php Fix WordPress.DateTime.CurrentTimeTimestamp vilations 2019-12-20 14:23:05 -03:00
wc-webhook-functions.php Missed null check in wc_load_webhooks 2019-02-18 16:58:16 +00:00
wc-widget-functions.php