Claudio Sanches
f9b160b16c
[REST API] Fixed product search by type, closes #11101
2016-06-13 11:05:29 -03:00
Mike Jolley
34f2bd683e
Prevent update notice appearing twice
...
@claudiosmweb
2016-06-13 12:44:19 +01:00
Mike Jolley
81994720f0
Update ISSUE_TEMPLATE.md
2016-06-13 09:45:29 +01:00
Mike Jolley
fe9b53e49a
Fixed wc_postcode_location_matcher logic
...
Due to the return values overwriting each other,
wc_postcode_location_matcher did not work with zones using multiple
postcodes. This changes the return to return an array of values instead
of a single value to fix that logic.
Also adjusts taxes which use wc_postcode_location_matcher so this
continues to function.
Fixes #11095
@claudiosmweb
2016-06-11 00:26:07 +01:00
Claudio Sanches
3d1b29bd38
[REST API] Fix customer roles index
2016-06-10 12:14:54 -03:00
Mike Jolley
eae9638276
Minify
2016-06-10 14:55:01 +01:00
Mike Jolley
05eb220662
Merge pull request #11086 from shivapoudel/no-use
...
Save changes class won't exist, so no need to trigger save event
2016-06-10 14:49:31 +01:00
Mike Jolley
0aa39eafef
Merge pull request #11085 from shivapoudel/unused
...
Remove unused global var
2016-06-10 14:48:41 +01:00
Shiva Poudel
8b0f2b3a42
Save changes class won't exist, so no need to trigger save event
2016-06-10 18:00:45 +05:45
Shiva Poudel
f0856612a1
Remove unused global var
2016-06-10 17:57:51 +05:45
Claudio Sanches
745f161456
[REST API] Fixed variation date_created and date_updated
...
cc @mikejolley
2016-06-09 12:36:06 -03:00
Mike Jolley
2de65d2fac
Prevent notice in shipping zones
2016-06-09 16:31:34 +01:00
Mike Jolley
a10b01e24c
Merge pull request #11081 from ibndawood/patch-2
...
Incorect code causing zero impact
2016-06-09 15:10:46 +01:00
Mike Jolley
fd5a3fbc4e
Merge pull request #11080 from damiencarbery/patch-1
...
Update grouped.php
2016-06-09 15:02:19 +01:00
Ibrahim
236cdb70c5
No impact code
...
* Global variable `$woocommerce_loop` should not be reset before starting the loop.
* Only the `loop` index should be set to 0 which is done in `woocommerce_product_loop_start`. Hence `$woocommerce_loop['loop'] = ''` is invalid.
* `$woocommerce['columns']` which is incorrectly set as `column` , if reset will not display the `first` and `last` clases for display no. of columns.
2016-06-09 19:22:37 +05:30
Mike Jolley
f47e9f4af5
woocommerce_order_status_failed_to_on-hold_notification for on hold email
2016-06-09 12:20:57 +01:00
Damien Carbery
4d72279c0d
Update grouped.php
...
Pass $product->single_add_to_cart_text() through esc_html() to be consistent with simple.php and variation-add-to-cart-button.php.
2016-06-09 12:20:27 +01:00
Mike Jolley
9c8ad2e304
Schedule cron in the future
2016-06-09 11:54:29 +01:00
Mike Jolley
c908fbde36
Update background updater libs
2016-06-09 11:54:29 +01:00
Mike Jolley
0fd29c7b1b
Merge pull request #11078 from nguyenvanduocit/master
...
Correct docblock for method set_product_image_as_attachment
2016-06-09 11:36:55 +01:00
Duoc Nguyen
36ccb0212e
Correct docblock for method set_product_image_as_attachment
2016-06-09 16:50:58 +07:00
Mike Jolley
06a4af5aa0
Empty cart on thanks page
2016-06-09 10:38:57 +01:00
Claudio Sanches
c0a4268233
Merge pull request #11075 from woothemes/fix/wc-2-6-travis-config
...
Remove unsupported versions of WordPress from Travis CI build matrix.
2016-06-08 21:33:30 -03:00
Jeff Stieler
5b7646953e
Remove unsupported versions of WordPress from Travis CI build matrix.
...
At the time of this commit, `latest` and the minimum supported version of `4.4` are one in the same.
2016-06-08 15:07:48 -06:00
Claudio Sanches
21ffc13ab3
Added $count and $term in woocommerce_layered_nav_count filter
2016-06-08 12:55:20 -03:00
Mike Jolley
aa9e6542e3
woocommerce_layered_nav_count filter
...
Closes #11070
2016-06-08 16:29:27 +01:00
Mike Jolley
1dcf6c6058
Fix numeric sort in layered nav
...
Fixes #11069
2016-06-08 14:39:24 +01:00
Mike Jolley
b569bd2caa
Unique nonce names
...
@claudiosmweb Fixes #11068
2016-06-08 13:19:30 +01:00
Mike Jolley
56520cd8bc
Allow geo ip to be filtered
...
Closes #11066
2016-06-08 12:18:09 +01:00
Mike Jolley
99f6540fe9
Trigger fragment refresh after updating ajax cart
...
Fixes #11064
2016-06-08 12:06:40 +01:00
Mike Jolley
32a7c2e611
Fix: Permalink sanitization/saving
...
Fixes #11065
2016-06-08 11:30:02 +01:00
Mike Jolley
93383668cb
Fix: Use correct posts_per_page var in related_products shortcode
2016-06-08 10:39:31 +01:00
Claudio Sanches
bd2342a0a5
2.6.0-RC1
2016-06-07 12:45:45 -03:00
Mike Jolley
83eab2344e
Hide blank slate on add zone
2016-06-07 16:18:32 +01:00
Mike Jolley
59a33d2188
Remove target blank on blank slate
2016-06-07 16:14:23 +01:00
Claudio Sanches
18aa091c02
Removed dead variable
2016-06-07 12:03:14 -03:00
Claudio Sanches
eafb2e498a
Allow override create_base_order()
2016-06-07 12:02:06 -03:00
Claudio Sanches
75248747e2
[REST API] Created prepare_item_for_database() method in WC_REST_Orders_Controller
2016-06-07 11:57:15 -03:00
Mike Jolley
546771df60
Update config
2016-06-07 15:18:33 +01:00
Mike Jolley
633017da2b
var types
2016-06-07 14:43:10 +01:00
Mike Jolley
594641422d
Show read more if variable product is out of stock
2016-06-07 14:34:27 +01:00
Mike Jolley
5329baee0a
shipping_methods can be null
2016-06-07 14:24:10 +01:00
Mike Jolley
30c4d3ab77
docblock
2016-06-07 14:19:36 +01:00
Mike Jolley
548fe93a97
Make use of unused $x var
2016-06-07 14:10:23 +01:00
Mike Jolley
847dea6a2d
docs/vars
2016-06-07 14:02:02 +01:00
Mike Jolley
459ed677a7
docs
2016-06-07 12:15:47 +01:00
Mike Jolley
8d17655d05
unused data
2016-06-07 12:11:55 +01:00
Mike Jolley
f8db1c403f
Type casting and docs
2016-06-07 11:22:36 +01:00
Mike Jolley
77eca1da3f
docblock fix
2016-06-07 11:06:41 +01:00
Mike Jolley
1185333b56
Move legacy API code into WC_Legacy_API
...
@claudiosmweb to keep legacy api separated from the new REST API code.
2016-06-07 11:03:16 +01:00