Claudio Sanches
b997c5673c
Merge branch 'master' of github.com:woocommerce/woocommerce
2017-10-02 14:14:07 -03:00
Claudio Sanches
42f2bbb3fe
Merge branch 'nishitlangaliya-issue-16966-B'
2017-10-02 14:13:37 -03:00
Claudio Sanches
bd13b066c8
Fixed coding standards
2017-10-02 14:13:15 -03:00
nishitlangaliya
65464d3a02
Tab to intent, space to align the => and localization done #16966
2017-10-02 22:29:00 +05:30
Claudiu Lodromanean
d3d782c85c
Merge pull request #17017 from woocommerce/fix/17003
...
Handle WC_Meta_Data in get_data() and API
2017-10-02 09:19:45 -07:00
Claudio Sanches
fe819a8be2
Merge pull request #17021 from woocommerce/fix/17004
...
Allow wc_get_formatted_variation to skip attributes used in the variation's name
2017-10-02 13:10:31 -03:00
Claudiu Lodromanean
590838eb82
Merge pull request #17015 from woocommerce/fix/17014
...
Check `$item->url` is set.
2017-10-02 09:10:16 -07:00
Mike Jolley
8eb500b8c1
Allow wc_get_formatted_variation to skip attributes used in the variation's name
...
Alternative fix for #17004
This matches the cart logic.
2017-10-02 15:50:10 +01:00
Claudio Sanches
f16b44a9c2
Merge pull request #17019 from woocommerce/fix/pdt
...
Improved PDT handling and logs
2017-10-02 11:41:47 -03:00
Mike Jolley
68f75e9395
Merge pull request #16997 from woocommerce/fix/cart_contents-is-array
...
Treat values in cart_contents hash as arrays instead of objects
2017-10-02 14:58:13 +01:00
Mike Jolley
c15491b9ad
Improved PDT handling and logs
2017-10-02 14:24:39 +01:00
Mike Jolley
5256f5e91e
Merge pull request #17007 from grosssmutttr/patch-1
...
Update WC_Widget_Layered_Nav_Filters
2017-10-02 13:35:30 +01:00
Claudio Sanches
4b81951aa8
Merge pull request #17016 from woocommerce/update/embeds
...
Filter oEmbeds for certain post types
2017-10-02 09:27:26 -03:00
Mike Jolley
1274687b82
Merge pull request #17013 from woocommerce/fix/wp_upload_dir-readonly-filesystem
...
Fix warnings for wp_upload_dir on read-only filesystem
2017-10-02 13:17:03 +01:00
Mike Jolley
7460189752
Handle WC_Meta_Data in get_data() and API
...
Fixes #17003
2017-10-02 13:12:33 +01:00
Mike Jolley
84a15d1110
Filter oEmbeds for certain post types
...
Orders and coupons have no use for embeds so disable them.
2017-10-02 12:36:58 +01:00
Mike Jolley
4071a7821f
Check `$item->url` is set.
...
Closes #17014
2017-10-02 11:41:44 +01:00
Gerhard Potgieter
a4332486c8
pass false to create param of wp_upload_dir, we only need the location, do not want the folder to be created. This fixes warnings on read-only filesystems.
2017-10-02 08:37:07 +02:00
grosssmutttr
146fdff506
Update WC_Widget_Layered_Nav_Filters
...
Add rel="nofollow" to the URLs to avoid duplicate content.
2017-10-01 11:41:22 +02:00
nishitlangaliya
40e88afd62
indenting code, and necessary changes done ref #16966
2017-10-01 13:52:02 +05:30
nishitlangaliya
e9351a9421
Merge branch 'master' of https://github.com/woocommerce/woocommerce into HEAD
2017-10-01 13:27:16 +05:30
Claudiu Lodromanean
7e9e58d75f
Merge pull request #16998 from woocommerce/fix/16992
...
[Importer] Do not override stock_status when already declared
2017-09-29 13:23:28 -07:00
Claudio Sanches
fecff53353
[Importer] Do not override stock_status when already declared
...
And fixed a few coding standards because the pre-commit hook.
Fixes #16992
2017-09-29 16:07:15 -03:00
Claudio Sanches
3709abb1b6
Merge pull request #16996 from woocommerce/fix/undefined-variable
...
Define the variable in case the flow doesn't branch
2017-09-29 15:19:18 -03:00
Boro Sitnikovski
71305b131f
Treat values in cart_contents hash as arrays instead of objects
2017-09-29 18:46:34 +02:00
Boro Sitnikovski
9869503ed5
Define the variable in case the flow doesn't branch
2017-09-29 18:16:26 +02:00
Claudio Sanches
a509161724
Merge pull request #16991 from woocommerce/fix/16988
...
Just use home_url for wc-ajax requests
2017-09-29 11:42:08 -03:00
Mike Jolley
fbe6db5c02
Just use home_url for wc-ajax requests
2017-09-29 15:08:14 +01:00
Claudio Sanches
3817e9da73
Merge pull request #16984 from woocommerce/improvement/oitests
...
Order Item unit tests
2017-09-29 07:24:37 -03:00
SGroupGeorge
8a95d1111b
Text changes
2017-09-29 10:47:07 +01:00
SGroupGeorge
38e6f07c70
Store both Live and Sandbox details for PayPal
2017-09-29 10:41:09 +01:00
nishitlangaliya
eb73972afa
As per suggestions required changes done ref #16966
2017-09-29 10:38:14 +05:30
claudiulodro
a02bb98db9
Product tests and fee test refactor
2017-09-28 14:54:44 -07:00
claudiulodro
0a46405d80
Order Item Coupon tests
2017-09-28 13:45:02 -07:00
claudiulodro
694f7fdfd8
Order Item Fee tests
2017-09-28 13:37:01 -07:00
nishitlangaliya
a30819092c
aria-labelledby added to quantity field ref #16966
2017-09-29 01:52:48 +05:30
claudiulodro
f9a92fdc71
Order_Item_Meta tests
2017-09-28 11:40:33 -07:00
Claudiu Lodromanean
75fec61293
Merge pull request #16972 from woocommerce/update/contributing.md
...
Added note about pre-commit hook and EditorConfig
2017-09-28 10:37:27 -07:00
Claudio Sanches
7cfdab7793
Grammar fix
2017-09-28 14:27:11 -03:00
Claudiu Lodromanean
2cc41b7799
Merge pull request #16973 from woocommerce/fix/13614
...
Replay protection on refunds
2017-09-28 09:11:01 -07:00
Mike Jolley
e0421cd7bc
Replay protection on refunds
...
Sends the current refunded amount with the request, so if a refund is
attempted twice it will mismatch.
Fixes #13614
2017-09-28 16:17:13 +01:00
Claudio Sanches
24eb7d33dd
Added note about pre-commit hook and EditorConfig
2017-09-28 11:52:48 -03:00
Claudio Sanches
9f64488638
Merge pull request #15798 from woocommerce/fix/15761
...
Introduced pre-commit Git hook for linting and PHPCS
2017-09-28 10:10:55 -03:00
lars
73bc8b8e6c
added actions and filters to modify tax calculation for shipping taxes and fee taxes #16938
...
Filters and actions are needed to ensure correct tax calculation by
German law.
The filter in class-wc-cart-totals.php is used to modify fee tax
calculation during checkout and in cart.
The actions in the other files are used to modify tax calculation in
backend for manual orders.
2017-09-28 12:52:55 +02:00
claudiulodro
3052a91f28
New master version
2017-09-27 14:15:13 -07:00
claudiulodro
49d4000484
potfile
2017-09-27 13:54:13 -07:00
claudiulodro
5897f7b0a7
Minify & recompile assets
2017-09-27 13:53:03 -07:00
Claudiu Lodromanean
561c9df507
Merge pull request #16755 from woocommerce/update/setup-wizard-smart-defaults-with-jetpack
...
Update setup wizard - smart defaults with Jetpack
2017-09-27 13:36:00 -07:00
claudiulodro
a5c2ebb2f2
Bring up-to-date with master and recompile css
2017-09-27 13:32:09 -07:00
Jeff Stieler
f6c0054aa1
Setup wizard: use a setup wizard specific ID for the Jetpack connection URL.
2017-09-27 14:04:40 -06:00