.. |
abstracts
|
get_formatted_line_subtotal takes Item object instead of an array
|
2019-05-16 12:04:34 +02:00 |
admin
|
Merge pull request #23690 from woocommerce/update/obw-stripe
|
2019-05-16 18:26:29 +02:00 |
api
|
Fixed use of available_updates variable.
|
2019-05-03 10:34:59 +02:00 |
blocks
|
Build blocks from `@woocommerce/block-library`
|
2019-04-19 13:20:14 -04:00 |
cli
|
When no update is found then just call WC_Install::update_db_version(); to ensure db version is set to current WC version, same as per WC_Admin_Notices::update_notice
|
2019-05-09 11:24:49 +02:00 |
customizer
|
Preview checkout without dummy product
|
2018-05-22 11:19:09 +01:00 |
data-stores
|
Merge pull request #23534 from woocommerce/fix/233880-alt
|
2019-05-16 14:15:13 +02:00 |
emails
|
add $this to invoice email filters
|
2019-04-09 15:24:17 +02:00 |
export
|
Merge pull request #22320 from Prospress/fix/22197
|
2019-01-16 09:31:43 -08:00 |
gateways
|
Switch paypal capture_payment method to use woocommerce_order_status_processing and woocommerce_order_status_completed instead to avoid issues with custom from status transitions.
|
2019-05-07 12:57:59 +02:00 |
import
|
Fix PHPDoc in WC_Product_Importer
|
2019-03-30 00:35:32 +01:00 |
interfaces
|
get_total_refunded should return a float
|
2019-04-21 21:36:31 +02:00 |
legacy
|
Move get_used_coupons to WC_Abstract_Legacy_Order and renamed get_used_coupon_codes to get_coupon_codes.
|
2019-05-14 11:19:48 +02:00 |
libraries
|
update action scheduler to version 2.2.5
|
2019-04-24 10:08:06 -03:00 |
log-handlers
|
WC_Log_Handler_File::remove - fix for MS Windows
|
2019-01-31 21:23:22 -05:00 |
payment-tokens
|
…
|
|
queue
|
Fix WC_Action_Queue::get_next() return value
|
2019-01-04 14:27:01 +00:00 |
shipping
|
Shipping cost filters removed & added two additional parameters get_option function filters
|
2019-02-20 15:59:40 +01:00 |
shortcodes
|
Fixes #23756
|
2019-05-18 21:04:13 +05:30 |
theme-support
|
Add support for Twenty Nineteen color scheme option
|
2018-11-19 15:02:26 +00:00 |
tracks
|
Tracks: Fix OBW scripts
|
2019-04-26 09:54:13 +12:00 |
walkers
|
…
|
|
widgets
|
Check isset rather than empty so cart title can be removed
|
2019-04-18 13:10:42 +01:00 |
class-wc-ajax.php
|
Merge pull request #23304 from woocommerce/fix/link-all-variations
|
2019-04-15 11:16:22 -07:00 |
class-wc-api.php
|
REST API: Add Blocks Products Controller
|
2019-03-06 17:26:17 -05:00 |
class-wc-auth.php
|
Remove API enabled check from auth endpoint
|
2018-06-12 12:37:36 +01:00 |
class-wc-autoloader.php
|
If someone tries to load WC_REST class to early, throw notice and include rest api classes
|
2019-03-21 15:38:29 +00:00 |
class-wc-background-emailer.php
|
…
|
|
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
|
Add extra cache headers
|
2019-02-19 16:35:26 +00:00 |
class-wc-cart-fees.php
|
…
|
|
class-wc-cart-session.php
|
Remove call to header_register_callback and revert to 3.5 cookie handling
|
2019-04-17 23:50:42 +01:00 |
class-wc-cart-totals.php
|
Merge pull request #22420 from woocommerce/refactor/tax-rounding-methods
|
2019-02-12 16:13:58 +00:00 |
class-wc-cart.php
|
Add check for VAT excemption inside display_prices_including_tax
|
2019-04-03 11:36:43 +01:00 |
class-wc-checkout.php
|
Fixes #23521 - Billing Email and Country now autofill for newly registered customers
|
2019-04-26 17:21:40 +05:30 |
class-wc-cli.php
|
…
|
|
class-wc-comments.php
|
fix method name
|
2019-02-28 14:46:56 +00:00 |
class-wc-countries.php
|
Merge pull request #23429 from dimadin/rs/address-format
|
2019-05-10 10:23:06 +02:00 |
class-wc-coupon.php
|
Fix stray char in PHPDoc of WC_Coupon
|
2019-03-30 00:48:17 +01:00 |
class-wc-customer-download-log.php
|
…
|
|
class-wc-customer-download.php
|
…
|
|
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
|
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
|
…
|
|
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
|
Add precision to tax
|
2019-02-27 13:43:01 +00:00 |
class-wc-download-handler.php
|
Add http(s) to // download urls
|
2018-10-11 13:31:18 -07:00 |
class-wc-emails.php
|
Use shipping method instead of property through magic + doc return statements
|
2019-01-04 12:41:38 +00:00 |
class-wc-embed.php
|
…
|
|
class-wc-form-handler.php
|
Stop removing backslash from passwords
|
2019-04-24 19:37:07 -03:00 |
class-wc-frontend-scripts.php
|
version bump
|
2019-04-18 11:47:07 +01:00 |
class-wc-geo-ip.php
|
…
|
|
class-wc-geolite-integration.php
|
Update PHPCompatibility sniff names
|
2018-11-21 11:08:26 -02:00 |
class-wc-geolocation.php
|
Delete method
|
2019-03-11 10:46:57 +00:00 |
class-wc-https.php
|
…
|
|
class-wc-install.php
|
Revert test
|
2019-03-20 16:06:11 +02:00 |
class-wc-integrations.php
|
…
|
|
class-wc-log-levels.php
|
Typo in class-wc-log-levels.php
|
2019-01-30 23:31:39 -05:00 |
class-wc-logger.php
|
PHPCS fixes
|
2018-11-20 12:54:59 +02: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
|
…
|
|
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
|
Order items respect wc_round_tax_total
|
2019-01-11 13:20:57 +00: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
|
…
|
|
class-wc-order-item.php
|
Update PHPCompatibility sniff names
|
2018-11-21 11:08:26 -02:00 |
class-wc-order-query.php
|
PHPDoc @throw Added (#20370)
|
2018-06-05 13:29:35 +01:00 |
class-wc-order-refund.php
|
…
|
|
class-wc-order.php
|
Add other check in order totals too
|
2019-03-11 16:59:38 +00:00 |
class-wc-payment-gateways.php
|
Filter get_available_payment_gateways for valid results
|
2019-03-08 11:37:47 +00:00 |
class-wc-payment-tokens.php
|
Use correct return types
|
2018-11-07 16:49:41 +02:00 |
class-wc-post-data.php
|
Force delete rather than trash variations on product type change
|
2019-04-24 11:16:41 +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
|
…
|
|
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
|
Merge pull request #22244 from faisal-alvi/fix-22234
|
2018-12-19 12:42:48 -02:00 |
class-wc-product-download.php
|
Fix typo
|
2018-10-11 13:31:18 -07:00 |
class-wc-product-external.php
|
Escape and decode amsersands correcrtly
|
2018-05-22 10:52:51 +01: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
|
…
|
|
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
|
…
|
|
class-wc-product-variable.php
|
Prime post caches before looping through variations
|
2019-04-11 10:59:34 +03:00 |
class-wc-product-variation.php
|
Removed superfluous filter.
|
2019-03-11 13:34:31 +01:00 |
class-wc-query.php
|
Array handling
|
2019-04-23 11:53:07 +01: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-session-handler.php
|
Use secure and http cookies
|
2019-03-15 11:34:10 +00:00 |
class-wc-shipping-rate.php
|
…
|
|
class-wc-shipping-zone.php
|
Add woocommerce_valid_location_types filter
|
2018-11-19 13:04:58 +02:00 |
class-wc-shipping-zones.php
|
…
|
|
class-wc-shipping.php
|
Improve inline docs in calculate_shipping_for_package
|
2019-01-21 11:49:44 +00:00 |
class-wc-shortcodes.php
|
Return string
|
2019-02-25 22:01:22 +00:00 |
class-wc-structured-data.php
|
WC_Structured_Data::generate_product_data() no more hooked in to woocommerce_shop_loop ,which has been removed in #22912
|
2019-05-11 20:45:54 +04:30 |
class-wc-tax.php
|
get ID before running actions
|
2019-02-26 20:29:17 +00:00 |
class-wc-template-loader.php
|
Merge pull request #21860 from rellect/wc_case
|
2019-01-08 14:29:59 +00:00 |
class-wc-tracker.php
|
Corrects WC Tracker's order total calculation.
|
2019-05-09 12:03:33 -07:00 |
class-wc-validation.php
|
Added validation for Italian postcodes
|
2019-04-10 23:44:50 +02:00 |
class-wc-webhook.php
|
Bump default WC API version used when creating webhook
|
2019-04-25 11:41:31 -03:00 |
class-woocommerce.php
|
Merge pull request #23529 from woocommerce/update/23512
|
2019-05-10 10:38:15 +02:00 |
wc-account-functions.php
|
Added is-active class to Orders when looking at individual order under My Account.
|
2019-04-08 16:49:44 +02:00 |
wc-attribute-functions.php
|
Correct keys when migrating attribute data
|
2019-03-25 12:27:18 +00:00 |
wc-cart-functions.php
|
Merge pull request #21069 from tomaskavalek/patch-1
|
2019-01-22 14:36:20 +00:00 |
wc-conditional-functions.php
|
Fix prefix filter name
|
2019-05-15 11:44:54 +03:00 |
wc-core-functions.php
|
WC_VERSION instead of WC()->version
|
2019-05-07 08:47:42 +02:00 |
wc-coupon-functions.php
|
Improve the way we do queries (#22043)
|
2019-01-23 13:46:32 +00:00 |
wc-deprecated-functions.php
|
Deprecation functions should not output errors during REST requests.
|
2019-03-21 16:26:33 +00:00 |
wc-formatting-functions.php
|
Fix alignment
|
2019-04-18 12:22:22 +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
|
Update usage of get_used_coupon_codes to get_coupon_codes
|
2019-05-14 11:21:27 +02:00 |
wc-order-item-functions.php
|
Revert "Add adjust stock handling when deleting items"
|
2019-01-03 11:50:39 +00:00 |
wc-page-functions.php
|
…
|
|
wc-product-functions.php
|
Add woocommerce_product_post_type_link_parent_category_only to only include the parent category in the slug instead of parent/child
|
2019-05-07 15:51:49 +02:00 |
wc-rest-functions.php
|
phpcs
|
2019-01-21 08:11:40 -08:00 |
wc-stock-functions.php
|
Removed comments that are no longer relevant.
|
2019-05-15 15:46:53 +02:00 |
wc-template-functions.php
|
Merge pull request #23660 from gocodebox/master
|
2019-05-10 12:50:29 -03:00 |
wc-template-hooks.php
|
fix:No alert for mis-matched password reset
|
2019-02-04 12:02:59 +05:30 |
wc-term-functions.php
|
Always return string
|
2019-05-06 19:49:02 -03:00 |
wc-update-functions.php
|
Merge branch 'fix/21034'
|
2019-03-12 13:47:08 +00:00 |
wc-user-functions.php
|
Append random number to reduce recusion
|
2019-03-27 12:22:15 +00:00 |
wc-webhook-functions.php
|
Missed null check in wc_load_webhooks
|
2019-02-18 16:58:16 +00:00 |
wc-widget-functions.php
|
…
|
|