Commit Graph

19891 Commits

Author SHA1 Message Date
Claudio Sanches d2e1565f97 Fixed undefined variables in payment methods endpoint 2017-03-21 17:34:16 -03:00
Mike Jolley 3e7f902e75 Merge pull request #13685 from woocommerce/fix-13682
Use display value when searching the title
2017-03-21 16:59:52 +00:00
Mike Jolley 1c2c9968d3 Merge pull request #13684 from woocommerce/fix-13681
get_tax_refunded_for_item ignoring tax id
2017-03-21 16:59:40 +00:00
Claudio Sanches f1dab3fdce Fixed coding standards 2017-03-21 12:38:35 -03:00
Claudio Sanches fa472689d6 Stop download phpcs from GitHub and use the composer copy 2017-03-21 12:02:53 -03:00
Mike Jolley f8466cf61b Code standards 0.10.0 2017-03-21 14:32:15 +00:00
Mike Jolley e57aa55894 POT file update 2017-03-21 13:24:57 +00:00
Mike Jolley e2c73c2277 Tweak labels for customer reg
Closes #13676
2017-03-21 13:23:38 +00:00
Claudio Sanches f6d7e52e06 Merge pull request #13687 from woocommerce/fix-13674
Cleanup of wc_cart_totals_coupon_html
2017-03-21 10:23:17 -03:00
Claudio Sanches fadfa4d903 Merge pull request #13686 from woocommerce/fix-13660
Use h2 in shortcodes and product loops
2017-03-21 10:22:14 -03:00
Mike Jolley 83ca80d466 Spacing and rules 2017-03-21 13:14:51 +00:00
Mike Jolley 18c22a885d Cleanup of wc_cart_totals_coupon_html
#13674
2017-03-21 13:04:29 +00:00
Mike Jolley 7bea5db423 Use h2
Fixes #13660
2017-03-21 12:54:04 +00:00
Mike Jolley 78d564e02c Merge pull request #13665 from JeroenSormani/custom-order-item
Add required filters to allow custom order item types
2017-03-21 12:08:28 +00:00
Mike Jolley 3d0dde8f9f Merge pull request #13679 from woocommerce/fix-13678
Dont set empty strings as tax totals
2017-03-21 12:08:05 +00:00
Mike Jolley 317ca0965e Use display value when searching the title
Fixes #13682
2017-03-21 11:30:57 +00:00
Mike Jolley 3a2f3586ed get_tax_refunded_for_item ignoring tax id
Fixes #13681
2017-03-21 11:20:39 +00:00
Claudiu Lodromanean c0a01a1fe4 Dont set empty strings as tax totals 2017-03-20 15:14:41 -07:00
Claudiu Lodromanean 84692282d2 Merge pull request #13661 from rellect/master
Fix rtl aligning in email templates
2017-03-20 13:51:24 -07:00
Jeroen Sormani 9724bcd698 Change filter 'get_order_item_classname' to have $id 2017-03-20 21:42:57 +01:00
refael iliaguyev e13ba40254 use variable for aligning 2017-03-20 22:26:20 +02:00
refael iliaguyev af55947f87 Revert "Drop repeated conditions for rtl aligning, use variable instead"
This reverts commit a894e7b241.
2017-03-20 22:21:44 +02:00
Claudio Sanches ee15a48b7e Merge pull request #13654 from woocommerce/fix-12804
[REST API] Return attribute names instead of slugs
2017-03-20 16:45:50 -03:00
Jeroen Sormani d07d32c3d2 Add empty/not-false
Ref: https://github.com/woocommerce/woocommerce/pull/13665/files#r106967582
2017-03-20 20:17:49 +01:00
refael iliaguyev a894e7b241 Drop repeated conditions for rtl aligning, use variable instead 2017-03-20 20:53:16 +02:00
Claudio Sanches b7c53bda38 Merge pull request #13672 from woocommerce/schema-text
Schema text changes
2017-03-20 14:02:44 -03:00
Claudio Sanches a56b5fea6d Merge pull request #13675 from woocommerce/packagejson
Bump package.json version
2017-03-20 14:01:49 -03:00
Claudiu Lodromanean db7650d3a1 Bump package.json version 2017-03-20 10:00:11 -07:00
Mike Jolley 584cf16d02 Readme for #13658
Closes #13658
2017-03-20 16:49:25 +00:00
Mike Jolley fe76452a61 Merge remote-tracking branch 'origin/master' 2017-03-20 16:25:40 +00:00
Mike Jolley f14ce2f5f4 Merge branch 'pr/13663' 2017-03-20 16:25:37 +00:00
Mike Jolley 357227f46a Code style 2017-03-20 16:25:30 +00:00
Mike Jolley 902d9493b5 Merge pull request #13655 from woocommerce/remove-product-internal-meta-keys
Remove some product internal meta keys
2017-03-20 16:14:06 +00:00
Mike Jolley 9bcfcb82c5 Merge branch 'master' into remove-product-internal-meta-keys
# Conflicts:
#	includes/data-stores/class-wc-product-data-store-cpt.php
2017-03-20 16:13:45 +00:00
Mike Jolley 313040a291 Merge pull request #13673 from woocommerce/tweak-13671
Update setting wording
2017-03-20 16:12:17 +00:00
Mike Jolley 47036f2f48 Update setting wording 2017-03-20 16:08:53 +00:00
Mike Jolley 94148cf512 Text changes 2017-03-20 16:01:55 +00:00
Mike Jolley dea59579bb description changes, and usage of ID's instead of IDs 2017-03-20 15:47:51 +00:00
Mike Jolley 2dbf0d7560 Merge pull request #13656 from woocommerce/remove-post-internal-meta-keys
Remove post related internal post keys from products
2017-03-20 12:48:39 +00:00
Mike Jolley 941815acf5 Merge pull request #13666 from JeroenSormani/miscellaneous-cleanup
Miscellaneous cleanup of typos + change some return types for IDE hel…
2017-03-20 12:41:33 +00:00
JeroenSormani a29ba23fab Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
JeroenSormani 373bdda4f8 Add required filters to allow custom order item types 2017-03-20 10:37:06 +01:00
Krzysztof Grabania b302d80707 Change default hidden shop_order columns
Since WC requires at least WP 4.4 we can use `default_hidden_columns` filter rather than creating user meta for hidden by default columns in shop orders. This PR also adds some conditional for hiding shipping or billing column based on `woocommerce_ship_to_countries` option.
2017-03-20 09:28:38 +01:00
refael iliaguyev 6aed418b6f replace hard coded aligning with rtl conditions 2017-03-19 22:23:18 +02:00
Claudio Sanches 8452713225 Fill $wc_product_attributes global in unit tests 2017-03-17 18:04:50 -03:00
Claudio Sanches 2d400bffd2 Remove post related internal post keys froom products 2017-03-17 17:37:38 -03:00
Claudio Sanches 1a87792109 Remove some product internal meta keys 2017-03-17 17:30:38 -03:00
Claudio Sanches e3c2c79e00 [REST API] Return attribute names instead of slugs
Closes #12804
2017-03-17 17:25:38 -03:00
Claudio Sanches d6d6096cba Merge pull request #13630 from woocommerce/fix-13628
Match language array in select2
2017-03-17 16:20:44 -03:00
Claudio Sanches ad10e444f0 Merge pull request #13651 from woocommerce/fix-13642
Ensure we have a product before checking if it exists
2017-03-17 16:14:20 -03:00