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
Vedanshu Jain
5d1a70bfcc
Merge pull request #24450 from woocommerce/fix/24405
...
Remove Emoji from default additional email content
2019-08-22 21:52:54 +05:30
Vedanshu Jain
b8e3dab229
Merge pull request #24459 from woocommerce/remove-deep-copy
...
Remove myclabs/deep-copy from the list of Composer dev dependencies
2019-08-22 21:49:22 +05:30
Rodrigo Primo
6ddbd2f9e1
Merge pull request #24469 from mohit-webkul/patch-2
...
Update html-admin-page-addons.php
2019-08-22 09:55:37 -03:00
Rodrigo Primo
180f260f7f
Merge pull request #24468 from yash-webkul/patch-14
...
Update html-oauth-start.php
2019-08-22 09:52:35 -03:00
Rodrigo Primo
91501175d5
Merge pull request #24466 from mohit-webkul/patch-1
...
Update class-wc-admin-menus.php
2019-08-22 09:50:51 -03:00
Rodrigo Primo
14ca7805f3
Merge pull request #24467 from yash-webkul/patch-13
...
Update class-wc-admin-setup-wizard.php
2019-08-22 09:49:03 -03:00
Rodrigo Primo
6d1fb86ca7
Merge pull request #24463 from yash-webkul/patch-1
...
Update class-wc-shipping.php
2019-08-22 09:42:19 -03:00
Yash Kapoor
c3791673ef
Update class-wc-admin-setup-wizard.php
2019-08-22 17:14:34 +05:30
Mohit Verma
71db4b4068
Update html-admin-page-addons.php
...
Added alt tag translation.
2019-08-22 17:01:08 +05:30
Yash Kapoor
478f8eae17
Update html-oauth-start.php
...
Added translation.
2019-08-22 16:47:01 +05:30
Yash Kapoor
365a701d34
Update class-wc-admin-setup-wizard.php
...
Added translation.
2019-08-22 16:40:57 +05:30
Mohit Verma
c97ca103c1
Update class-wc-admin-menus.php
...
Fixed escaping in attribute.
2019-08-22 16:21:23 +05:30
Yash Kapoor
e4456144f9
Update wc-template-functions.php
2019-08-22 12:35:38 +05:30
Yash Kapoor
bd6c7cfb13
Update wc-template-functions.php
...
Fixed spelling of woocommerce_gallery_thumbnail_size
2019-08-22 12:10:54 +05:30
Yash Kapoor
b6e0c0308b
Update class-wc-shipping.php
...
Fixed spelling of WooCommerce.
2019-08-22 11:57:27 +05:30
David Stone
7a7151bd44
Use brackets s instead of braces to avoid deprecation notice in PHP 7.4
2019-08-21 16:32:23 -06:00
Rodrigo Primo
58618caeb9
Merge pull request #24375 from itzmekhokan/add/woocommerce_shipping_show_shipping_calculator
...
Added a filter for reposition shipping calculator
2019-08-21 17:08:48 -03:00
Rodrigo Primo
524fe5a4d5
Merge pull request #24384 from woocommerce/fix/24368
...
Check if order exists before create downloads hash
2019-08-21 16:56:14 -03:00
Rodrigo Primo
c3262eea3e
Merge pull request #24385 from woocommerce/fix/24356
...
Ensure WC_Product_Data_Store_CPT::is_existing_sku() return boolean
2019-08-21 16:52:13 -03:00
Rodrigo Primo
9914ac5030
Merge pull request #24388 from woocommerce/fix/ug-states
...
Moved UG states to new i18n/states.php
2019-08-21 16:45:25 -03:00
Rodrigo Primo
66f63149b8
Merge pull request #24403 from woocommerce/renovate/grunt-sass-3.x
...
Update dependency grunt-sass to v3.1.0
2019-08-21 16:40:26 -03:00
Rodrigo Primo
4b2bcec39c
Merge pull request #24426 from woocommerce/renovate/eslint-6.x
...
Update dependency eslint to v6.2.1
2019-08-21 16:29:58 -03:00
Rodrigo Primo
9c9715ac8d
Merge pull request #24435 from strayobject/fix-show-error-in-myaccount-when-order-missing
...
fix: show error message in myaccount if order does not exist.
2019-08-21 16:29:10 -03:00
Rodrigo Primo
5392463dd2
Merge pull request #24438 from woocommerce/fix/24431
...
Fixed Namibian currency symbol
2019-08-21 16:27:21 -03:00
Rodrigo Primo
fdca2b8323
Merge pull request #24437 from woocommerce/tweak/load-order-twice
...
Prevent load order twice
2019-08-21 16:26:40 -03:00
Rodrigo Primo
bfc469123f
Merge pull request #24441 from woocommerce/fix/24416
...
[Tracker] Prevent PHP warning when order date is empty
2019-08-21 16:14:49 -03:00
Rodrigo Primo
557e9aae95
Remove myclabs/deep-copy from the list of Composer dev dependencies
...
myclabs/deep-copy was added to composer.json directly as a workaround an issue in
the Travis build when running PHP 5.6 (#24079 ). Removing it in this commit to
check if the issue in Travis has been fixed as we don't really use this
package for WooCommerce development.
2019-08-21 15:55:18 -03:00
Rodrigo Primo
147307f1e6
Merge pull request #24442 from woocommerce/fix-error-log-notice
...
Check if error_get_last() is not null
2019-08-21 15:36:55 -03:00
Rodrigo Primo
31cc407a88
Merge pull request #24455 from woocommerce/renovate/phpunit-phpunit-7.x
...
Update dependency phpunit/phpunit to v7.5.15
2019-08-21 15:34:48 -03:00
Renovate Bot
4a7bd9dee9
Update dependency phpunit/phpunit to v7.5.15
2019-08-21 07:37:52 +00:00
Claudio Sanches
649b97b7a9
Merge pull request #24443 from itowhid06/master
...
update npm package version to 3.7.0
2019-08-20 17:39:23 -03:00
Claudio Sanches
3722c04156
Merge pull request #24445 from Spaggel/patch-1
...
Fix typo webhopk -> webhook in WC_Webhook
2019-08-20 17:38:29 -03:00
Claudio Sanches
2c02d21277
Remove Emoji from default additional email content
2019-08-20 11:54:21 -03:00
Renovate Bot
b867a6c05c
Update dependency eslint to v6.2.1
2019-08-20 11:33:50 +00:00
Daniël van der Linden
0c885b8c24
Fix typo webhopk -> webhook in WC_Webhook
2019-08-20 08:43:50 +02:00
Towhidul Islam
3aa14d3e6d
update npm package version to 3.7.0
2019-08-20 11:41:32 +06:00