Commit Graph

32563 Commits

Author SHA1 Message Date
Marco Almeida 1df96da7f8
Replace wc_get_page_permalink( 'cart' ) with wc_get_cart_url() 2019-08-29 08:49:11 +01:00
Marco Almeida 238e0f2337
Replace wc_get_page_permalink( 'cart' ) with wc_get_cart_url() 2019-08-29 08:47:31 +01:00
Marco Almeida 80c2ecd692
Replace wc_get_page_permalink( 'cart' ) with wc_get_cart_url() 2019-08-29 08:46:25 +01:00
Marco Almeida 4800fda66c
Replace wc_get_page_permalink( 'cart' ) with wc_get_cart_url() 2019-08-29 08:45:41 +01:00
Marco Almeida 7dc5f0d4c1
Replace wc_get_page_permalink( 'cart' ) with wc_get_cart_url() 2019-08-29 08:43:42 +01:00
Claudio Sanches 386e4e6e7a
Merge pull request #24485 from woocommerce/php-7.4
Remove call to get_magic_quotes_runtime() as it is deprecated as of PHP 7.4
2019-08-28 12:53:02 -03:00
Claudio Sanches 97082fb47a
Merge pull request #24525 from yash-webkul/patch-23
Update mini-cart.php
2019-08-28 12:52:37 -03:00
Claudio Sanches e545833c0a
Merge pull request #24524 from yash-webkul/patch-22
Update html-variation-admin.php
2019-08-28 12:51:58 -03:00
Claudio Sanches 866a48db00
Merge pull request #24523 from yash-webkul/patch-21
Update class-wc-admin-addons.php
2019-08-28 12:45:24 -03:00
Claudio Sanches ec1ba8db9c
Merge pull request #24522 from yash-webkul/patch-20
Update html-admin-page-addons.php
2019-08-28 12:45:06 -03:00
Claudio Sanches 0453cca9fd
Merge pull request #24521 from yash-webkul/patch-18
Update class-wc-admin-setup-wizard.php
2019-08-28 12:44:29 -03:00
Claudio Sanches e002a4f798
Merge pull request #24520 from yash-webkul/patch-19
Update html-admin-page-shipping-zone-methods.php
2019-08-28 12:44:09 -03:00
Yash Kapoor 09cbc61521
Update mini-cart.php
Fixed escaping function for attribute value.
2019-08-28 19:51:21 +05:30
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
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
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
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
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
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
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
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
Marc Coupland bc42517c1a Fixed incorrect page setting id 2019-08-23 11:16:29 +01:00
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