Claudio Sanches
d205c2e85f
[REST API] Include refunds data into orders endpoint
2016-06-02 16:05:08 -03:00
Claudio Sanches
0132f4d5dd
[REST API] Fixed order of items in product attribute terms endpoint
...
Ref #11033
2016-06-02 14:51:27 -03:00
Claudio Sanches
83b03d98c6
Merge pull request #11033 from danielhuesken/master
...
API: Add description to attribute terms in Rest-API
2016-06-02 14:50:13 -03:00
Claudio Sanches
a46c632518
Fixed WC_Embed::remove_comments_button() docblock
2016-06-02 14:43:59 -03:00
Mike Jolley
dc981d9853
Tweak conditonal
2016-06-02 14:56:13 +01:00
Daniel Hüsken
ea8e4b9229
API: Add description to attribute terms in Rest-API
2016-06-02 15:06:59 +02:00
Defrothew
39663a2491
Only remove comments button on product embeds
...
I noticed that my post and other custom post type's embeds doesn't show a comments button. I checked and found this issue.
2016-06-02 21:02:39 +08:00
Mike Jolley
b2f9c60a08
Tweaks wc_clean to ignore non-scalar vars
...
Also for #10937 @thenbrent
2016-06-02 12:52:00 +01:00
Mike Jolley
d9db29a035
Clean before json_encode to ensure values are strings
...
#10937 @thenbrent
2016-06-02 12:51:26 +01:00
Mike Jolley
a7ca7653c6
Merge pull request #11021 from franticpsyx/woocommerce-admin-stock-html-filter
...
[2.6] Add 'woocommerce_admin_stock_html' filter
2016-06-01 17:28:18 +01:00
Claudio Sanches
dc1bd63acf
Merge pull request #11022 from mattallan/order-notes-post-type-var
...
Use a $post_type var for the order notes controller api class
2016-06-01 12:52:21 -03:00
Mike Jolley
d0d3481091
Use get_comment_text to get output
2016-06-01 16:19:13 +01:00
matttallan
7fb52f768e
Use $post_type var for order_notes_controller class
2016-06-01 23:22:11 +10:00
Manos Psychogyiopoulos
410c09d6b0
add 'woocommerce_admin_stock_html' filter
2016-06-01 15:06:10 +03:00
Mike Jolley
507e3e85c7
Format month automatically
2016-06-01 12:17:10 +01:00
Mike Jolley
d3d4446ea0
return null by default
2016-06-01 11:52:46 +01:00
Mike Jolley
2295f40fcd
Update jquery payment
...
Closes #11012
2016-06-01 11:33:53 +01:00
Mike Jolley
7a2e460206
COD: use on-hold if order contains download
...
Fixes #11015
2016-06-01 11:27:54 +01:00
Claudio Sanches
4fed217291
[REST API] Removed reviewer_ prefix from product review parameters
2016-05-31 21:36:53 -03:00
Claudio Sanches
84190ecbae
[REST API] Fixed description of product slug param
2016-05-31 21:28:01 -03:00
Claudio Sanches
29645fa1d7
[REST API] Fixed product variation schema
2016-05-31 20:34:15 -03:00
Claudio Sanches
e24e44ae09
[REST API] Fixed values of product download type
2016-05-31 17:44:09 -03:00
Claudio Sanches
4dde06234a
[REST API] Updated product schema
2016-05-31 17:39:34 -03:00
Claudio Sanches
2f1cddf47e
[REST API] Fixed products download limit and download expiry mixed values
2016-05-31 17:38:50 -03:00
Mike Jolley
2745d8721f
Fix required field empty string check
...
@roykho
2016-05-31 18:02:15 +01:00
Mike Jolley
d6993daab2
Class was not present in 2.5 and can be dropped.
...
d0354fd4fd
2016-05-31 11:30:32 +01:00
Mike Jolley
4596beac12
Merge pull request #11011 from woothemes/hotfix-logout-endpoint
...
Fix customer logout endpoint handling
2016-05-31 11:29:02 +01:00
Mike Jolley
b8d76baa99
Fix notice if term is not found
...
Fixes #11005
2016-05-31 11:17:28 +01:00
Mike Jolley
19c6b0fead
Merge remote-tracking branch 'origin/master'
2016-05-31 11:04:21 +01:00
Nicola Mustone
aed3961ba2
fix logout endpoint handling
2016-05-31 08:46:05 +02:00
Claudio Sanches
3fd54f0281
[REST API] Include default params in batch create
2016-05-30 20:15:50 -03:00
Claudio Sanches
b582febda0
[REST API] Fixed orders date_completed
2016-05-30 19:45:14 -03:00
Claudio Sanches
94e6d6cb29
[REST API] elseif in favor of else if
2016-05-30 19:22:26 -03:00
Claudio Sanches
83f87fe01a
[REST API] Fixed order - variable line items
2016-05-30 19:22:06 -03:00
Claudio Sanches
ef90e79356
[REST API] General fixes in the orders schema
2016-05-30 18:38:09 -03:00
Claudio Sanches
48b321bd91
[REST API] Fixed write only parameters in orders and webhooks schemas
2016-05-30 18:01:08 -03:00
Claudio Sanches
638d54425a
[REST API] The only post type that have slugs are products
2016-05-30 17:42:42 -03:00
Claudio Sanches
f526fe3938
[REST API] Fixed item description and type in orders refunds schema
2016-05-30 17:25:39 -03:00
Claudio Sanches
2442ec9f4d
[REST API] Fixed order refunds required fields
2016-05-30 17:15:46 -03:00
Claudio Sanches
d0354fd4fd
Suit CSS naming for #10994
...
cc @jameskoster
2016-05-30 13:35:12 -03:00
Antonino Scarfì
c8527468c5
Use hook to include navigation.php template
2016-05-30 15:16:26 +02:00
Leon Francis Shelhamer
1e5785da3f
Fix {$taxonomy}_pre_add_form hook for attributes
...
previous {$taxonomy}_pre_add_form hook inside of wc_get_attribute_taxonomies() loop was not written to work with the results of wc_get_attribute_taxonomies()
2016-05-29 17:57:10 -04:00
Mike Jolley
9d3195991c
POT update
2016-05-27 15:43:42 +01:00
Mike Jolley
9b590dfa75
Prevent both creation and update webhooks firing on product save.
...
Closes #10970 cc @claudiosmweb
2016-05-27 11:35:16 +01:00
Mike Jolley
c0dc352df1
Clear parent transients when clearing own transients
...
Fixes #10996
2016-05-27 11:12:23 +01:00
Claudio Sanches
e39274e753
HTTPS for everybody
2016-05-26 22:48:49 -03:00
Mike Jolley
0c4fbd84d6
Merge pull request #10995 from antoscarface/enhancements
...
Avoid leave query string on URL after delete and set default actions for token
2016-05-26 16:22:05 +01:00
Mike Jolley
42374d6ed6
Merge pull request #10994 from DavidAnderson684/patch-2
...
Place customer IP inside a span for easier access
2016-05-26 16:07:05 +01:00
Mike Jolley
210430ce83
get_tokens method
...
This excludes tokens which were created with a gateway that is not
installed. @claudiosmweb
2016-05-26 15:47:00 +01:00
Mike Jolley
f35f4cc9d5
Fix selectors in simplify
2016-05-26 15:46:33 +01:00