Commit Graph

33060 Commits

Author SHA1 Message Date
Yash Kapoor be141f3231
Update html-variation-admin.php
Fixed escaping function for attribute value.
2019-08-28 19:43:02 +05:30
Yash Kapoor 84d2fb7df5
Update class-wc-admin-addons.php
Fixed escaping function for attribute value.
2019-08-28 19:31:58 +05:30
Yash Kapoor 18208163d6
Update html-admin-page-addons.php
Fixed escaping function for attribute value.
2019-08-28 19:26:36 +05:30
Yash Kapoor 83b5450ceb
Update html-admin-page-shipping-zone-methods.php
Fixed escaping function for attribute values.
2019-08-28 19:23:01 +05:30
Yash Kapoor 6443515064
Update class-wc-admin-setup-wizard.php
Fixed escaping function for attribute values.
2019-08-28 19:16:24 +05:30
Pinal e47f835f7a Add new hook for add-order-item
Added a new hook for validations in the add_order_item() called in
WC->Orders->Add/Edit Orders.

Allow plugins to perform validations/changes to the order before a
product is added the order.
2019-08-28 17:30:24 +05:30
Marco Almeida 788893bafa
Update wc-core-functions.php
Add docblock about @return
2019-08-27 22:33:32 +01:00
Miguel Pinto 60ac27ba3e
Update class-wc-gateway-paypal-response.php 2019-08-27 22:30:33 +01:00
Claudio Sanches cdd03f5f48
Merge pull request #24478 from marccoup/master
Fixed incorrect page setting id
2019-08-27 17:52:18 -03:00
Claudio Sanches 06a341df65
Merge pull request #24474 from mohsinrasool/fix/24461
Fix/24461
2019-08-27 17:47:09 -03:00
Yash Kapoor 36bd34ec68 Update mini-cart.php (#24465)
* Update mini-cart.php

Fixed spelling of woocommerce_widget_shopping_cart_total

* Update mini-cart.php
2019-08-27 17:20:14 -03:00
Claudio Sanches 0ea70c095e
Merge pull request #24464 from yash-webkul/patch-3
Update wc-template-functions.php
2019-08-27 17:19:06 -03:00
Claudio Sanches 6f2b91ab8e
Merge pull request #24481 from yash-webkul/patch-17
Update html-product-csv-import-form.php
2019-08-27 17:16:40 -03:00
Claudio Sanches 2929797eaa
Merge pull request #24501 from mithublue/patch-1
Typo fix in line: 428
2019-08-27 17:13:29 -03:00
Claudio Sanches 08e9d0bdc9 Control categories export field based on export type 2019-08-27 16:11:05 -03:00
Rodrigo Primo 5724b65449
Merge pull request #24495 from woocommerce/renovate/lint-staged-9.x
Update dependency lint-staged to v9.2.5
2019-08-27 11:58:10 -03:00
Rodrigo Primo 15d6b81760
Merge pull request #24507 from woocommerce/renovate/chromedriver-76.x
Update dependency chromedriver to v76.0.1
2019-08-27 11:53:19 -03:00
Rodrigo Primo 0ab6640945
Merge pull request #24499 from woocommerce/renovate/babel-monorepo
Update dependency babel-eslint to v10.0.3
2019-08-27 11:49:08 -03:00
Rodrigo Primo 97f175c0f6
Merge pull request #24487 from woocommerce/renovate/eslint-6.x
Update dependency eslint to v6.2.2
2019-08-27 11:46:06 -03:00
Julia Amosova 560f64d212 Remove Selenium e2e tests & add Puppeteer new product e2e test 2019-08-27 13:22:24 +01:00
Julia Amosova 917bc768e3
Merge pull request #24479 from woocommerce/new/puppeteer-architecture
Implement Puppeteer architecture & add basic test
2019-08-27 10:17:34 +01:00
Renovate Bot 7cc4870006
Update dependency lint-staged to v9.2.5 2019-08-27 06:43:29 +00:00
Renovate Bot 571a1f9467
Update dependency chromedriver to v76.0.1 2019-08-27 01:57:52 +00:00
Marco Almeida 14e3d762f7
wc_mail returning the same as $mailer->send
When using wc_mail, third-party developers should be able to get the value from $mailer->send so that can take measures if it returns false.

Closes #24504
2019-08-26 19:52:37 +01:00
Julia Amosova cbdfc88d71 Remove legacy e2e test scripts & `babel-jest` package 2019-08-26 15:00:23 +01:00
Mithu A Quayium fa62be3fa1
Typo fix in line: 428
The string "Payment could not captured" in line:428 should be "Payment could not be captured" instead, since it is appropriate grammatically.
2019-08-26 11:32:40 +06:00
Renovate Bot 75f755273a
Update dependency babel-eslint to v10.0.3 2019-08-25 21:20:47 +00:00
Renovate Bot 8d01694999
Update dependency eslint to v6.2.2 2019-08-24 02:51:24 +00:00
Renovate Bot 2c8cb5bd2f
Update dependency woocommerce/woocommerce-sniffs to v0.0.7 2019-08-23 21:48:46 +00:00
Rodrigo Primo ce6014ad54 Bump WooCommerce version in package-lock.json 2019-08-23 16:07:34 -03:00
Rodrigo Primo 1f69fbcf33 get_magic_quotes_runtime() is deprecated as of PHP 7.4
Remove call to get_magic_quotes_runtime() as this function is deprecated
as of PHP 7.4 (see https://wiki.php.net/rfc/deprecations_php_7_4). This
part of the code was only needed for PHP <= 5.3 and this version is not
supported anymore by WooCommerce.
2019-08-23 15:58:13 -03:00
Julia Amosova b3b3b15f6d Add development mode for running e2e tests 2019-08-23 18:02:13 +01:00
Rodrigo Primo 0128a0686b
Merge pull request #24396 from woocommerce/fix-implode-parameter-order
Use correct parameter order for implode.
2019-08-23 11:14:50 -03:00
Rodrigo Primo 444dffdda2
Merge pull request #24391 from woocommerce/fix-hex-is-light
Fix typo in function_exits check so function can be properly overridden
2019-08-23 11:14:07 -03:00
Rodrigo Primo d89e0cee84
Merge pull request #24176 from woocommerce/fix/issue-23750
Add more specific reason for why products cannot be purchased so plug…
2019-08-23 11:13:31 -03:00
Rodrigo Primo e09b285a5a
Merge pull request #24460 from woocommerce/fix-braces-notice
Use brackets instead of braces to avoid deprecation notice in PHP 7.4
2019-08-23 11:11:55 -03:00
Rodrigo Primo 132d785c65
Merge pull request #24242 from woocommerce/update-contributing-docs
Update WooCommerce developer documentation
2019-08-23 10:54:37 -03:00
Rodrigo Primo 18c83e7e4d Remove word "simply" from documentation
It can have a negative implication for the reader if they don't know how to do it
2019-08-23 10:46:22 -03:00
kolyasapphire faf05c00c2 Renamed the trigger
Changed to applied_coupon_in_checkout to avoid unexpected behaviour
2019-08-23 16:15:57 +03:00
Yash Kapoor 9517cd7877
Update html-product-csv-import-form.php
Fixed line indentation issue on line no 52.
2019-08-23 18:22:28 +05:30
Yash Kapoor ef2d38097d
Update html-product-csv-import-form.php
Fixed escaping issue.
2019-08-23 18:04:52 +05:30
Yash Kapoor 9eed3757ae
Update html-product-csv-import-form.php
Fixed escaping issue.
2019-08-23 18:03:59 +05:30
Yash Kapoor c3c91298b5
Update html-product-csv-import-form.php
Fixed data-showtext value.
2019-08-23 17:18:01 +05:30
Rodrigo Primo 68cd57c3cd
Merge pull request #24471 from rodrigoprimo/travis-php-7.4
Add PHP 7.4 to the list of Travis build jobs
2019-08-23 08:38:49 -03:00
Rodrigo Primo 9399224f9e Add PHP 7.4 to the list of Travis build jobs
This commit adds the upcoming PHP 7.4 to the list of Travis build jobs
so that we can start testing WooCommerce with this new version of PHP
that is scheduled to be released in November.
2019-08-23 08:34:30 -03:00
Julia Amosova 337b134c10 Implement Puppeteer architecture & add basic test 2019-08-23 11:34:07 +01:00
Marc Coupland bc42517c1a Fixed incorrect page setting id 2019-08-23 11:16:29 +01:00
Yash Kapoor 509a14590f
Update wc-setup.scss
Fixed CSS for .location-input
2019-08-23 12:19:45 +05:30
Mohsin Rasool ad21e90ddd
Changed 'action-scheduler' to 'woocommerce'
Changed 'action-scheduler' to 'woocommerce'
2019-08-23 01:01:01 +05:00
Mohsin Rasool 85cfcca188
Changing 'action-scheduler' domain to 'woocommerce'
Changing 'action-scheduler' domain to 'woocommerce'
2019-08-23 00:59:10 +05:00