Commit Graph

20859 Commits

Author SHA1 Message Date
Claudio Sanches 086b60a871 Fixed legacy WC_Checkout->posted warning.
WC_Checkout->get_posted_data() is a protected method and third party
integrations should use $_POST.
2017-04-18 18:15:25 -03:00
Claudio Sanches 372898d12f Merge pull request #14502 from woocommerce/fix/refund-plotting
Add refund_lines to report
2017-04-18 18:11:31 -03:00
Claudio Sanches be3b879e0b Merge pull request #14504 from woocommerce/fix/checkout-posted-conflict
Fixes legacy_posted_data access and adds notices if accessed.
2017-04-18 18:03:22 -03:00
Mike Jolley add7170f34 Fixes legacy_posted_data access and adds notices if accessed. 2017-04-18 21:55:31 +01:00
Mike Jolley cd7d6cf73d Add refund_lines 2017-04-18 20:29:10 +01:00
Mike Jolley 2a4103d776 Removed the non-functional order total input and combine the recalculation buttons into one working button.
Fixes #14494
2017-04-18 19:44:42 +01:00
Ryan Ray 40da9faa1a Updates & fixes some embed problems
Added a new combined Creating Products video.
Fixes other time stamp embeds that weren’t really working.
2017-04-18 13:18:00 -04:00
Claudio Sanches 372656d137 Merge pull request #14488 from woocommerce/fix/14478
Fix tip position for RTL
2017-04-18 13:56:02 -03:00
Claudio Sanches 81dcd6e79e Fixed docblocks in REST API v1 for #14416 2017-04-18 13:40:10 -03:00
Roman Random 412cebc813 Added Bolivian states 2017-04-18 14:31:05 +02:00
Mike Jolley c454abc787 Remove attribute_ prefix from names in wc_get_formatted_variation
Fixes #14469
2017-04-18 13:08:39 +01:00
Mike Jolley 34d170a004 Fix tip position for RTL
Closes #14478
2017-04-18 12:37:59 +01:00
Mike Jolley de016c6615 Fix call to is_compound method
Fixes #14484
2017-04-18 12:00:21 +01:00
Mike Jolley b8aade8523 Update js-cookie to 2.1.4 2017-04-18 11:44:51 +01:00
Mike Jolley 6259ee69e9 Adds a fallback to queue_transactional_email if background sending is disabled.
Fixes #14476

After turning off deferred emails by default it seems Subscriptions was
using the ‘default’ value in a filter to check if deferred emails were
enabled or not to hook in these methods.

https://github.com/woocommerce/woocommerce-subscriptions/blob/f87a11cdf0
9bb59aa66f4e86d37592f74193937f/includes/class-wc-subscriptions-email.php
#L339

@thenbrent

This code change adds a fallback so if this method was hooked in
anywhere, and the background emailer was not init or disabled, it will
fallback to regular send-now.
2017-04-18 11:35:37 +01:00
Mike Jolley 16345137e2 Merge pull request #14479 from emgk/fixed-14474
Fixed: get_term() returns objects not array.
2017-04-18 10:36:55 +01:00
Mike Jolley 1a2879d4e1 Merge pull request #14473 from woocommerce/fix/14470
Fix metabox logic.
2017-04-18 10:34:34 +01:00
Mike Jolley 1f4b791d6a Merge pull request #14468 from woocommerce/fix/14361
Fixed support for WordPress 4.7 user site locale
2017-04-18 10:27:14 +01:00
Govind Kumar 200cd2de63 Fixed: get_term() returns objects not array. 2017-04-18 13:00:04 +05:30
claudiulodro f21e47f7d0 Update save logic to allow filtering 2017-04-17 14:45:53 -07:00
Claudio Sanches 510630ea05 Merge pull request #14466 from bhubbard/schemal.org-to-https
Updated Schema URLs to use HTTPS
2017-04-17 14:19:34 -03:00
Claudio Sanches bc3df5d6ae Fixed support for WordPress 4.7 user site locale
Fix required only for our custom language pack location.

Closes #14361
2017-04-17 13:34:19 -03:00
Claudio Sanches 523cd5a0b5 Merge pull request #14443 from woocommerce/fix/14429
wp_insert_term can return an error so handle appropriately in class-wc-product-attribute.php
2017-04-17 13:14:11 -03:00
Claudio Sanches cabdc39913 Merge pull request #14441 from woocommerce/fix/14323
Give arrow buttons z-index
2017-04-17 13:12:55 -03:00
Claudio Sanches b03867ba5d Merge pull request #14445 from woocommerce/fix/14434
use div for comment-form-rating to prevent bad nested markup due to star ratings
2017-04-17 13:08:18 -03:00
Claudio Sanches 04f61c73dc Merge pull request #14447 from woocommerce/fix/14362
Make wc_add_order_item pass correct values to woocommerce_new_order_item
2017-04-17 12:54:40 -03:00
Claudio Sanches 5fd29ce0f1 Merge pull request #14449 from woocommerce/add/item-meta-filter
Add woocommerce_order_item_get_formatted_meta_data filter
2017-04-17 12:53:53 -03:00
Mike Jolley cffe326e0e Add variable so shipping calculator is shown on first row
Ref: #14461
2017-04-17 16:35:33 +01:00
Brandon Hubbard fe81c3d74b Updated Schema URLs to use HTTPS 2017-04-17 12:35:21 -03:00
Mike Jolley 1f66a29457 Use smoothHeight
Closes #14448
2017-04-17 16:23:04 +01:00
Claudio Sanches 9c33d9bbf3 Merge pull request #14460 from woocommerce/add/has_shipping_address
Added has_shipping_address helper method
2017-04-17 11:18:53 -03:00
Mike Jolley 2071e8efee Added has_shipping_address helper method
#14364
2017-04-17 15:15:08 +01:00
Mike Jolley d72096e1be Merge branch 'pr/14454' 2017-04-17 15:07:57 +01:00
Mike Jolley 870ed75995 minify 2017-04-17 15:07:47 +01:00
avinapatel f06edd0123 Fixed checkout page css issues. ref #14381 2017-04-17 17:39:20 +05:30
Mike Jolley 15fb5fb5ce Add woocommerce_order_item_get_formatted_meta_data filter
2.6 had woocommerce_order_items_meta_display. 3.0 has no filter to
remove meta from display.

Closes #14372
2017-04-17 13:00:05 +01:00
Mike Jolley 887cb8b62c Make wc_add_order_item pass correct values to woocommerce_new_order_item
Fixes #14362
2017-04-17 12:50:27 +01:00
Mike Jolley df57e73eae use div for comment-form-rating to prevent bad nested markup due to star ratings
Fixes #14434
2017-04-17 12:23:43 +01:00
Mike Jolley 0d849139f9 Merge pull request #14444 from woocommerce/fix/map-unit-test
Fix map URL unit test.
2017-04-17 12:11:08 +01:00
Mike Jolley 65b6ee58f7 Fix map URL unit test. 2017-04-17 12:10:38 +01:00
Mike Jolley 4fcada6fe9 wp_insert_term can return an error so handle appropriately in class-wc-product-attribute.php
Fixes #14429
2017-04-17 12:05:36 +01:00
Mike Jolley 8820e3c135 Give arrow buttons z-index 2017-04-17 11:53:15 +01:00
Mike Jolley 71929666ac Merge pull request #14404 from thenbrent/fix_get_meta_returning_deleted_values
Don't return deleted meta in get_meta_data()
2017-04-17 11:38:12 +01:00
Mike Jolley d11337706e Merge pull request #14401 from woocommerce/fix/14389
Use read_downloads in variations
2017-04-17 11:20:14 +01:00
Govind Kumar fef8b8365b changed thumbnail image filter name 2017-04-17 15:43:17 +05:30
Mike Jolley 9187f3cbb3 Merge pull request #14436 from woocommerce/fix/14398
Fixes the shipping address map URL
2017-04-17 11:12:19 +01:00
Matt Cohen 4aba3d16b0
Adjusts the filter to apply after removing the undesired elements, instead of before. #14398 2017-04-17 12:05:29 +02:00
Mike Jolley 4054fd136e Merge pull request #14410 from rellect/bump_version
Bump variable.php template version
2017-04-17 11:03:48 +01:00
Mike Jolley 25747f8fc7 Merge pull request #14424 from rafsuntaskin/state-fix
UAE state field set to not required, resolves #14409
2017-04-17 10:59:59 +01:00
Matt Cohen dc37646273
Removes the first name, last name, and company from the shipping address map URL. Fixes #14398 2017-04-17 11:15:30 +02:00