.. |
abstracts
|
Fixes #21345
|
2018-09-13 15:23:00 +02:00 |
admin
|
OBW: update to official ShipStation plugin slug.
|
2018-09-21 10:48:10 -06:00 |
api
|
Merge pull request #21384 from woocommerce/fix/rest-api-order-statuses
|
2018-09-24 11:28:56 -07:00 |
cli
|
per_page must be between 1 and 100, default to 100.
|
2018-03-28 10:18:10 +02:00 |
customizer
|
Preview checkout without dummy product
|
2018-05-22 11:19:09 +01:00 |
data-stores
|
Merge branch 'master' into feature/rest-api-v3
|
2018-09-10 19:16:22 -03:00 |
emails
|
Revert "Do not use camel case for password reset request subject and heading"
|
2018-09-14 09:23:06 +02:00 |
export
|
Merge pull request #20870 from woocommerce/add/export-products-based-on-category
|
2018-08-08 08:51:58 -07:00 |
gateways
|
Enable PDT handling for custom pending statuses
|
2018-08-27 12:10:36 +02:00 |
import
|
Merge pull request #21192 from woocommerce/fix/20979
|
2018-08-29 11:27:49 -03:00 |
interfaces
|
Update WC_Queue_Interface::get_next()
|
2018-07-31 12:29:15 +10:00 |
legacy
|
Removed obvious boolean results
|
2018-03-21 19:57:10 -03:00 |
libraries
|
Fix cron_interval property support in WP_Background_Process
|
2018-09-14 09:29:48 +06:00 |
log-handlers
|
Fix log file deletion functionality.
|
2018-07-09 13:01:23 +02:00 |
payment-tokens
|
Use display name for tokens
|
2018-05-03 12:00:07 +02:00 |
queue
|
Fix PHPCS errors on WC_Action_Queue and make sure to pass on correct variable in schedule_cront function.
|
2018-08-01 20:11:08 +02: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
|
Merge pull request #21011 from woocommerce/fix/21010
|
2018-08-14 09:54:11 +02:00 |
theme-support
|
Adds missing 2017 RTL styles
|
2018-05-31 10:34:08 +01:00 |
walkers
|
Restored old walkers files to keep backwards compatibility
|
2018-03-09 17:14:02 -03:00 |
widgets
|
Use wp_json_encode instead of esc_js. Hat tip @dtugend
|
2018-09-10 14:35:55 +02:00 |
class-wc-ajax.php
|
Unslash city name to prevent double escape.
|
2018-08-27 18:33:14 +02:00 |
class-wc-api.php
|
Inserted data for /reports/reviews/count endpoint
|
2018-09-08 22:10:19 -03:00 |
class-wc-auth.php
|
Remove API enabled check from auth endpoint
|
2018-06-12 12:37:36 +01:00 |
class-wc-autoloader.php
|
Fixed includes/class-wc-autoloader.php PHPCS violations
|
2018-03-15 18:13:26 -03:00 |
class-wc-background-emailer.php
|
Fixed includes/class-wc-background-emailer.php PHPCS violations
|
2018-03-15 18:22:12 -03:00 |
class-wc-background-updater.php
|
Pass an instance of the background updater to the db update callbacks
|
2018-07-16 14:24:42 -03:00 |
class-wc-breadcrumb.php
|
Add breadcrumb links for product categories and tags
|
2018-09-05 13:32:53 -07:00 |
class-wc-cache-helper.php
|
Improve performance of the query to delete version transients
|
2018-09-04 17:20:35 -03:00 |
class-wc-cart-fees.php
|
Fixed includes/class-wc-cart-fees.php PHPCS violations
|
2018-03-16 14:43:53 -03:00 |
class-wc-cart-session.php
|
Update comment style
|
2018-08-14 21:30:02 +02:00 |
class-wc-cart-totals.php
|
Pass current object as context
|
2018-06-20 14:16:14 +02:00 |
class-wc-cart.php
|
Shipping totals should show even if calculator is disabled.
|
2018-09-17 13:43:32 +02:00 |
class-wc-checkout.php
|
Updated phone validation and formatting rules.
|
2018-08-24 15:43:46 +02:00 |
class-wc-cli.php
|
Short ASBPATH check
|
2018-03-19 19:28:37 -03:00 |
class-wc-comments.php
|
Fixed includes/class-wc-comments.php PHPCS violations
|
2018-03-19 19:39:31 -03:00 |
class-wc-countries.php
|
Add hidden label on address line 2 input on checkout
|
2018-08-24 11:57:30 -07:00 |
class-wc-coupon.php
|
Made constructor more readable with protected method
|
2018-05-24 18:19:42 +01:00 |
class-wc-customer-download-log.php
|
Fixed includes/class-wc-customer-download-log.php PHPCS violations
|
2018-03-19 20:01:52 -03:00 |
class-wc-customer-download.php
|
Moved check for download log to WC_Download_Handler.
|
2018-05-09 15:52:02 +02:00 |
class-wc-customer.php
|
Removed check for invalid utf8 in passwords.
|
2018-08-17 11:01:30 +02:00 |
class-wc-data-exception.php
|
Fixed includes/class-wc-data-exception.php PHPCS violations
|
2018-03-19 20:17:56 -03:00 |
class-wc-data-store.php
|
WC_Data_Store | Exception throwing @throws PHPDoc comment added (#20352)
|
2018-06-04 10:45:53 +01:00 |
class-wc-datetime.php
|
getOffset Refactor
|
2018-06-02 23:47:05 +06:00 |
class-wc-deprecated-action-hooks.php
|
Hook mapping/bw compat
|
2018-04-16 14:27:03 +01:00 |
class-wc-deprecated-filter-hooks.php
|
Hook mapping/bw compat
|
2018-04-16 14:27:03 +01:00 |
class-wc-discounts.php
|
fix(woocommerce): per cart coupon condition updated
|
2018-08-22 11:09:58 +05:30 |
class-wc-download-handler.php
|
If the file size cannot be read, ignore range headers.
|
2018-05-24 16:10:45 +01:00 |
class-wc-emails.php
|
Send emails for cancelled_to_* orders
|
2018-08-31 09:31:16 -07:00 |
class-wc-embed.php
|
Fixed includes/class-wc-embed.php PHPCS violations
|
2018-03-21 00:02:57 -03:00 |
class-wc-form-handler.php
|
Updated phone validation and formatting rules.
|
2018-08-24 15:43:46 +02:00 |
class-wc-frontend-scripts.php
|
Use is_checkout conditional instead of is_page for the wc-checkout js paramaters.
|
2018-09-12 08:38:54 +02:00 |
class-wc-geo-ip.php
|
Deprecated old WC_Geo_IP class
|
2018-03-15 17:23:40 -03:00 |
class-wc-geolite-integration.php
|
typo
|
2018-06-22 10:13:12 -03:00 |
class-wc-geolocation.php
|
Remove icanhazip service from ip lookup, their DNS is blacklisted and blocked by most servers.
|
2018-08-27 11:21:37 +02:00 |
class-wc-https.php
|
…
|
|
class-wc-install.php
|
Change wp_woocommerce_sessions primary key
|
2018-08-31 16:56:30 -03:00 |
class-wc-integrations.php
|
Fixed includes/class-wc-integrations.php PHPCS violations
|
2018-03-21 00:07:37 -03:00 |
class-wc-log-levels.php
|
Log Abstract Class Methods Refactoring
|
2018-06-25 12:40:55 +06:00 |
class-wc-logger.php
|
clear_expired_logs and date based clearing functions
|
2018-05-01 16:37:30 +01:00 |
class-wc-meta-data.php
|
WC_Meta_Data | PHPDoc Fix (#20371)
|
2018-06-05 13:29:56 +01:00 |
class-wc-order-factory.php
|
Make Order Factory return an int as well from $post->ID
|
2018-04-13 11:27:30 +01:00 |
class-wc-order-item-coupon.php
|
Fixed includes/class-wc-order-item-coupon.php PHPCS violations
|
2018-03-21 00:33:44 -03:00 |
class-wc-order-item-fee.php
|
Fixed includes/class-wc-order-item-fee.php PHPCS violations
|
2018-03-21 00:39:37 -03:00 |
class-wc-order-item-meta.php
|
Pass `$flat` variable to `woocommerce_order_items_meta_display` filter
|
2018-04-23 13:45:07 +12:00 |
class-wc-order-item-product.php
|
Fixed includes/class-wc-order-item-product.php PHPCS violations
|
2018-03-21 00:49:45 -03:00 |
class-wc-order-item-shipping.php
|
Fixed includes/class-wc-order-item-shipping.php coding standards
|
2018-03-21 00:46:32 -03:00 |
class-wc-order-item-tax.php
|
Fixed includes/class-wc-order-item-tax.php PHPCS violations
|
2018-03-21 00:52:55 -03:00 |
class-wc-order-item.php
|
Changed wc_clean sanitization to checking for valid utf8 and the input is later sanitized by WordPress db layer.
|
2018-08-06 20:49:27 +02:00 |
class-wc-order-query.php
|
PHPDoc @throw Added (#20370)
|
2018-06-05 13:29:35 +01:00 |
class-wc-order-refund.php
|
Improved class description
|
2018-03-21 00:50:30 -03:00 |
class-wc-order.php
|
Triggering woocommerce_order_edit_status on single order status edit.
|
2018-09-12 10:07:02 -07:00 |
class-wc-payment-gateways.php
|
Revert "Don't force default token gateway active by default"
|
2018-05-18 11:32:49 +01:00 |
class-wc-payment-tokens.php
|
Fixed includes/class-wc-payment-tokens.php PHPCS violations
|
2018-03-21 19:45:27 -03:00 |
class-wc-post-data.php
|
Ignore converting float meta value for registered post meta
|
2018-09-12 20:39:24 +06:00 |
class-wc-post-types.php
|
Disable Gutenberg for products.
|
2018-03-27 13:28:03 +01:00 |
class-wc-privacy-background-process.php
|
Inactive account handling
|
2018-04-30 15:38:45 +01:00 |
class-wc-privacy-erasers.php
|
feedback
|
2018-05-18 21:28:51 +01:00 |
class-wc-privacy-exporters.php
|
Merge pull request #20435 from rnaby/070618-212333-wc-privacy-exporters-customer_data_exporter
|
2018-06-08 11:34:42 -07:00 |
class-wc-privacy.php
|
WooCommerce prefix only
|
2018-06-14 15:47:15 +01:00 |
class-wc-product-attribute.php
|
Fixed includes/class-wc-product-attribute.php PHPCS violations
|
2018-03-22 15:07:06 -03:00 |
class-wc-product-download.php
|
Revert "expiry and limit getters and setters for WC_Product_Download"
|
2018-04-25 17:29:41 -03:00 |
class-wc-product-external.php
|
Escape and decode amsersands correcrtly
|
2018-05-22 10:52:51 +01:00 |
class-wc-product-factory.php
|
Make Product Factory use global $post instead of $GLOBALS['post']
|
2018-04-13 11:29:33 +01:00 |
class-wc-product-grouped.php
|
Prevent infinite loops when grouped products group each other
|
2018-05-09 14:05:05 +01:00 |
class-wc-product-query.php
|
added changes for low stock notifications per product
|
2018-05-27 05:40:58 +01:00 |
class-wc-product-simple.php
|
Fixed includes/class-wc-product-simple.php PHPCS violations
|
2018-03-22 15:43:51 -03:00 |
class-wc-product-variable.php
|
fix lint code style issue
|
2018-09-06 22:52:48 +02:00 |
class-wc-product-variation.php
|
Normalize parent tax class
|
2018-06-15 11:35:22 +01:00 |
class-wc-query.php
|
Merge pull request #20549 from woocommerce/update/improve-layered-nav-performance
|
2018-06-25 09:35:21 -03:00 |
class-wc-regenerate-images-request.php
|
Thumbnail mapping
|
2018-02-13 12:51:55 +00:00 |
class-wc-regenerate-images.php
|
changed version to 3.5.0 and adjusted the curly brace
|
2018-08-08 13:27:54 +06:00 |
class-wc-register-wp-admin-settings.php
|
Fixed includes/class-wc-register-wp-admin-settings.php PHPCS violations
|
2018-03-21 00:16:26 -03:00 |
class-wc-session-handler.php
|
Remove unnecessary uses of @codingStandardsIgnoreLine
|
2018-07-31 16:10:51 -03:00 |
class-wc-shipping-rate.php
|
Fixed includes/class-wc-shipping-rate.php PHPCS violations
|
2018-03-21 20:58:20 -03:00 |
class-wc-shipping-zone.php
|
Fixed coding standards
|
2018-03-21 20:53:59 -03:00 |
class-wc-shipping-zones.php
|
Pass through JSON context when getting zones for JSON responses and scripts
|
2018-05-09 17:41:33 +01:00 |
class-wc-shipping.php
|
Reverted more accurate counting of shipping class items as it could cause perf issues.
|
2018-09-10 16:23:06 +02:00 |
class-wc-shortcodes.php
|
Remove output buffering
|
2018-04-19 18:27:29 +01:00 |
class-wc-structured-data.php
|
Merge pull request #21111 from woocommerce/fix/structured-data-breadcrumbs
|
2018-09-12 12:45:23 +02:00 |
class-wc-tax.php
|
Cast tax rate to float so that it can be treated as number going forward.
|
2018-07-26 14:32:48 +02:00 |
class-wc-template-loader.php
|
Only suppress comments number on unsupported theme shop page
|
2018-08-24 10:46:57 -07:00 |
class-wc-tracker.php
|
Check if helper is connected to woocommerce.com
|
2018-09-10 15:47:46 +02:00 |
class-wc-validation.php
|
Updated phone validation and formatting rules.
|
2018-08-24 15:43:46 +02:00 |
class-wc-webhook.php
|
Do not log body for webhooks unless debug mode is turned on.
|
2018-04-30 16:24:23 +01:00 |
class-woocommerce.php
|
Made tax display in cart depend on whether customer is tax exempt.
|
2018-09-06 17:40:21 +02:00 |
wc-account-functions.php
|
Add endpoints to account menu items filter
|
2018-05-06 09:56:28 +02:00 |
wc-attribute-functions.php
|
Improvements to wc_create_attributes (DRI)
|
2018-08-30 12:13:16 -07:00 |
wc-cart-functions.php
|
Added tabindex 1 to Add to cart notices (View cart/Continue shopping).
|
2018-08-20 18:39:31 +02:00 |
wc-conditional-functions.php
|
If wp_doing_ajax is defined return it (#20421)
|
2018-06-07 10:21:22 +01:00 |
wc-core-functions.php
|
Do not return or store user agent in lower case as HTTP header fields values are case sensitive as per rfc2616
|
2018-07-11 13:54:14 +02: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
|
…
|
|
wc-formatting-functions.php
|
Introduce wc_sanitize_endpoint_slug and run all endpoint sanitization before saving through it to ensure that only valid slugs can be used for endpoints.
|
2018-09-14 09:35:49 +02:00 |
wc-notice-functions.php
|
Moved the wc_kses_notice to wc-notice-functions.php and applied it in wc_print_notices().
|
2018-08-21 12:00:48 +02:00 |
wc-order-functions.php
|
Merge branch 'master' into feature/product-custom-tables-supporting-changes
|
2018-06-13 10:18:38 +01:00 |
wc-order-item-functions.php
|
Specified where the Exception is coming from
|
2018-06-25 15:04:49 +06:00 |
wc-page-functions.php
|
wc_list_pages function refactored
|
2018-05-15 08:08:18 +06:00 |
wc-product-functions.php
|
Show the right size of placeholder image on single product page
|
2018-09-21 19:33:04 +02:00 |
wc-rest-functions.php
|
Fixed product reviews permission check
|
2018-07-24 14:38:32 -03:00 |
wc-stock-functions.php
|
Merge branch 'master' into master
|
2018-07-03 15:41:15 +01:00 |
wc-template-functions.php
|
Logical not bitwise operator
|
2018-09-18 15:11:26 +02:00 |
wc-template-hooks.php
|
merge mistake
|
2018-06-07 11:26:19 +01:00 |
wc-term-functions.php
|
Remove unneeded usage of @codingStandardsIgnoreStart
|
2018-09-04 16:03:02 -03:00 |
wc-update-functions.php
|
Change wp_woocommerce_sessions primary key
|
2018-08-31 16:56:30 -03:00 |
wc-user-functions.php
|
Merge pull request #20606 from woocommerce/refactor/order-again
|
2018-06-26 12:10:55 -07:00 |
wc-webhook-functions.php
|
Add WC_Queue and WC()->queue() wrapper for accessing it
|
2018-07-31 12:21:07 +10:00 |
wc-widget-functions.php
|
Fixed includes/wc-widget-functions.php PHPCS violations
|
2018-03-08 18:29:54 -03:00 |