Commit Graph

33080 Commits

Author SHA1 Message Date
Rodrigo Primo e7c0c894b2
Merge pull request #24154 from ryangjchandler/master
Fix #24153 - Added filter to disable password change notification
2019-09-24 18:08:04 -03:00
Rodrigo Primo 272f99981e
Merge pull request #24158 from johncodeos/master
Hide Vietnam's state field
2019-09-24 18:07:11 -03:00
Rodrigo Primo 24c11182b6
Merge pull request #24159 from ceich/refine-held-order-qty
Tweak: only consider orders created via checkout to hold stock
2019-09-24 18:04:36 -03:00
Rodrigo Primo 964ec24a9b
Merge pull request #24203 from malviyaritesh/fix/24160
Parse attribute_id as int not string
2019-09-24 18:02:44 -03:00
Rodrigo Primo b033c110db
Merge pull request #24229 from rynaldos/woocommerce_update_product_stock_query-changes
Use $new_stock in woocommerce_update_product_stock_query
2019-09-24 18:01:10 -03:00
Rodrigo Primo b63ecca450
Merge pull request #24249 from miguelfspinto/patch-2
Avoid duplicated process for IPN and PDT payment
2019-09-24 17:59:56 -03:00
Rodrigo Primo af0ee25cd3
Merge pull request #24380 from janakkaneriya007/24378-email-template-preview
fixed the security check error while previewing the email template
2019-09-24 17:57:46 -03:00
Rodrigo Primo 281cbf4119
Merge pull request #24399 from Jon007/patch-3
add $this param to woocommerce_email_additional_content_
2019-09-24 17:56:59 -03:00
Rodrigo Primo 44f1ad2fbc
Merge pull request #24412 from Tyratox/master
Add new import filter in addition to existing action
2019-09-24 17:55:57 -03:00
Rodrigo Primo ebb6126499
Merge pull request #24650 from Ayesh/pr-typo-wc-gateway
Fix a typo in WC Payment Gateway abstract '3rd party gateway size'
2019-09-24 17:53:06 -03:00
mpjason a6ca0bf3d5
Merge pull request #1 from mpjason/patch-24681
Update wc_update_product_lookup_tables_column()
2019-09-24 15:16:53 -04:00
mpjason 519d2c3fc1
Update wc_update_product_lookup_tables_column()
Adds prepared statement to the 'downloadable' and 'virtual' cases of wc_update_product_lookup_tables_column(). Suggested fix for issue #24681.
2019-09-24 15:00:59 -04:00
Justin Shreve 0c3fc315c5 Update tracking opt-in UI. 2019-09-24 14:26:21 -04:00
Vedanshu Jain 641968d50f
Merge pull request #23991 from aslamshekh/issue-23913
Fix - 23913, Delete product query transients when removing terms via …
2019-09-24 21:47:55 +05:30
Claudio Sanches 52108c1577 Fixed "Illegal offset" error caused by #24146
Introduces new filters to better handle order's formatted addresses
2019-09-24 13:15:35 -03:00
Julia Amosova f970111721 Introduce store owner logout flow 2019-09-24 11:39:24 +01:00
Julia Amosova 504de0012c Add new Puppeteer front-end e2e test: single product page 2019-09-24 10:47:47 +01:00
Renovate Bot f3f0b27d39
Update dependency automattic/jetpack-autoloader to v1.3.2 2019-09-24 07:34:17 +00:00
Aslam Shekh 9f8d279b19
Update class-wc-post-data.php
Thanks for the feedback @vedanshujain. As per your suggestion, I have changed hooked to deleted_term_relationships. Please let me know if any.
2019-09-24 11:14:43 +05:30
Vedanshu Jain 8bd6a44763
Merge pull request #24172 from woocommerce/fix/wording-consistency
Update wording to redirect back to catalog when there's no orders or downloads in My Account
2019-09-24 01:38:29 +05:30
Vedanshu Jain 59929a8021
Merge pull request #24668 from woocommerce/travis-php-7.4
Remove PHP 7.4 job from the list of Travis jobs allowed to fail
2019-09-24 01:08:24 +05:30
Rodrigo Primo 3482dd3a79 Remove PHP 7.4 job from the list of Travis jobs allowed to fail
Now that WP fixed all the PHP 7.4 related notices and that the WC unit
tests are passing when running against this PHP version, we can remove
the PHP 7.4 from the list of Travis jobs that are allowed to fail.
2019-09-23 14:38:27 -03:00
Rodrigo Primo 1b699621be
Merge pull request #24639 from itowhid06/master
use `esc_html__` instead of  `esc_html`
2019-09-23 12:32:23 -03:00
Rodrigo Primo 7cb614b41d
Merge pull request #24630 from nikhil-webkul/patch-5
Update class-wc-meta-box-product-images.php
2019-09-23 12:30:43 -03:00
Rodrigo Primo 2b9f1fe020
Merge pull request #24601 from nikhil-webkul/patch-4
Update abstract-wc-legacy-order.php
2019-09-23 12:28:41 -03:00
Rodrigo Primo a4016fb497
Merge pull request #24629 from woocommerce/renovate/eslint-6.x
Update dependency eslint to v6.4.0
2019-09-23 12:26:45 -03:00
Rodrigo Primo 5681cfe70c
Merge pull request #24618 from yash-webkul/patch-14
Added escaping.
2019-09-23 12:24:23 -03:00
Rodrigo Primo 01b86568aa
Merge pull request #24616 from yash-webkul/patch-13
Fixed escaping function.
2019-09-23 12:22:27 -03:00
Rodrigo Primo 36f691e7de
Merge pull request #24615 from yash-webkul/patch-4
Added escaping.
2019-09-23 12:20:41 -03:00
Rodrigo Primo e5167e0d00
Merge pull request #24602 from keefyhub/master
Fix typo on email templates
2019-09-23 12:16:56 -03:00
Rodrigo Primo 348d6037bf
Merge pull request #24589 from itzmekhokan/fix/24588
Fixed issue #24588
2019-09-23 12:12:24 -03:00
Miguel Pinto fff09c9811
Enable append hashes on custom events (like ajax requests) 2019-09-23 16:04:31 +01:00
Rodrigo Primo 9c46f238b9
Merge pull request #24632 from woocommerce/renovate/phpunit-phpunit-7.x
Update dependency phpunit/phpunit to v7.5.16
2019-09-23 11:57:32 -03:00
Rodrigo Primo faf5432359
Merge pull request #24637 from woocommerce/renovate/stylelint-11.x
Update dependency stylelint to v11
2019-09-23 11:53:43 -03:00
Rodrigo Primo f850c2c69c
Merge pull request #24644 from woocommerce/renovate/chromedriver-77.x
Update dependency chromedriver to v77
2019-09-23 11:53:00 -03:00
Renovate Bot 0839bb5a27
Update dependency eslint to v6.4.0 2019-09-23 14:52:59 +00:00
Rodrigo Primo a2424b90c0
Merge pull request #24649 from woocommerce/renovate/cross-env-6.x
Update dependency cross-env to v6
2019-09-23 11:52:08 -03:00
Rodrigo Primo 6e1139cc56
Merge pull request #24661 from woocommerce/renovate/lint-staged-9.x
Update dependency lint-staged to v9.3.0
2019-09-23 11:51:21 -03:00
Renovate Bot 8ed3caeca5
Update dependency lint-staged to v9.3.0 2019-09-22 10:53:27 +00:00
Julia Amosova 0e826b1bcd Add new front-end e2e test: my account page 2019-09-20 15:28:14 +01:00
Ben S 2888278601
Info no-transform 2019-09-18 17:10:11 +02:00
Ben S 1ee48bb7d4
Prevent browser cache when using back/forward buttons 2019-09-18 16:52:52 +02:00
Ayesh Karunaratne eec96d367c
Fix a typo in WC Payment Gateway abstract '3rd party gateway size' 2019-09-18 10:22:16 +05:30
Renovate Bot 1fa16c31ad
Update dependency cross-env to v6 2019-09-17 17:23:25 +00:00
Renovate Bot 7f2cf15b38
Update dependency chromedriver to v77 2019-09-17 00:00:46 +00:00
Towhidul Islam 0d54a139fc fixed some typos 2019-09-15 21:41:27 +06:00
Towhidul Islam 780584230a use `esc_html__` instead of `esc_html` 2019-09-15 21:27:49 +06:00
Renovate Bot 10d5bd6b22
Update dependency stylelint to v11 2019-09-15 14:32:26 +00:00
Renovate Bot e0a0054f2d
Update dependency phpunit/phpunit to v7.5.16 2019-09-14 10:31:58 +00:00
Nikhil Chaudhary 951c57ada1
Update class-wc-meta-box-product-images.php
Added escaping function where required.
2019-09-14 09:13:48 +05:30