Aristeides Stathopoulos
|
fde1037757
|
fix failing tests.
|
2016-09-01 23:50:14 +03:00 |
Mike Jolley
|
402d0ff077
|
Merge branch 'master' into pr/11797
# Conflicts:
# includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php
# includes/api/class-wc-rest-coupons-controller.php
# includes/class-wc-coupon.php
# tests/unit-tests/api/coupons.php
# tests/unit-tests/coupon/crud.php
|
2016-09-01 11:43:31 +01:00 |
corsonr
|
8cb17c1923
|
branch conflict fix
|
2016-08-30 14:30:05 +02:00 |
Mike Jolley
|
df35845d4d
|
wc_get_coupon_id_by_code
|
2016-08-30 11:43:53 +01:00 |
Aristeides Stathopoulos
|
72696901f3
|
WordPress.WhiteSpace.OperatorSpacing.SpacingAfter
|
2016-08-27 09:14:06 +03:00 |
Aristeides Stathopoulos
|
f2730eea02
|
WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd
|
2016-08-27 08:57:05 +03:00 |
Aristeides Stathopoulos
|
a19848978a
|
WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterCloseParenthesis
|
2016-08-27 07:47:24 +03:00 |
Aristeides Stathopoulos
|
82f3cc221e
|
WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis
|
2016-08-27 07:23:02 +03:00 |
Aristeides Stathopoulos
|
56fd004a72
|
WordPress.Arrays.ArrayDeclaration.FirstIndexNoNewline
|
2016-08-27 06:56:09 +03:00 |
Aristeides Stathopoulos
|
55075ce3a4
|
WordPress.Arrays.ArrayDeclaration.IndexNoNewline
|
2016-08-27 06:35:20 +03:00 |
Aristeides Stathopoulos
|
6c30f84fa2
|
WordPress.Arrays.ArrayKeySpacingRestrictions.SpacesAroundArrayKeys
|
2016-08-27 06:23:21 +03:00 |
Aristeides Stathopoulos
|
ec8a0b288b
|
PHPCS: WordPress.Arrays.ArrayDeclaration.NoCommaAfterLast
|
2016-08-27 05:08:49 +03:00 |
Aristeides Stathopoulos
|
b063bcfe4c
|
last item in a multiline-array should end in a comma
|
2016-08-27 04:46:45 +03:00 |
Mike Jolley
|
ed01282340
|
Made data match schema
|
2016-08-26 15:20:44 +01:00 |
Mike Jolley
|
210763e536
|
use CRUD in admin
|
2016-08-26 14:50:17 +01:00 |
Mike Jolley
|
7cf75f5085
|
Remove use of deprecated functions
|
2016-08-22 16:57:54 +01:00 |
Mike Jolley
|
c88984eb0e
|
Replace add methods
|
2016-08-22 16:48:19 +01:00 |
Mike Jolley
|
fdd7e797ba
|
API get refunds
|
2016-08-22 13:15:15 +01:00 |
Mike Jolley
|
9e45927803
|
Create refund with crud
|
2016-08-22 13:15:15 +01:00 |
Mike Jolley
|
190cd0bf86
|
Remove direct access of item props in admin
|
2016-08-19 15:08:00 +01:00 |
Mike Jolley
|
21ad196297
|
Use CRUD in wc_save_order_items
|
2016-08-19 13:43:33 +01:00 |
Mike Jolley
|
5afac69f10
|
Fix write context errors
|
2016-08-15 17:50:02 +01:00 |
Mike Jolley
|
eb45acf0d5
|
[2.6] Use method title in admin shipping dropdown
fixes #11678
|
2016-08-12 14:23:59 +01:00 |
Mike Jolley
|
a8759fc0aa
|
Meta/product handling
|
2016-08-08 16:20:15 +01:00 |
Mike Jolley
|
c3aa933ad2
|
coupon
|
2016-08-08 15:25:22 +01:00 |
Mike Jolley
|
75975de58a
|
Item meta
|
2016-08-08 15:22:00 +01:00 |
Mike Jolley
|
9bbf5df1fd
|
Billing/shipping details
|
2016-08-08 14:49:53 +01:00 |
Mike Jolley
|
6bf05396c2
|
date_paid
|
2016-08-05 16:14:30 +01:00 |
Mike Jolley
|
0a0330bac0
|
customer_user
|
2016-08-05 16:09:40 +01:00 |
Mike Jolley
|
7685587b22
|
payment_method
|
2016-08-05 16:04:41 +01:00 |
Mike Jolley
|
39b4831e95
|
get_id
|
2016-08-05 15:56:23 +01:00 |
Mike Jolley
|
9181c107a8
|
get_currency
|
2016-08-05 15:49:17 +01:00 |
Mike Jolley
|
66c8d6cdcf
|
Merge pull request #11496 from franticpsyx/order_item_class_args
[2.6] Add $order arg to order_item_class filters
|
2016-07-22 13:58:58 +02:00 |
James Koster
|
02e08e071e
|
Use number inputs for hour/minute fields on edit order screen. closes #11494
|
2016-07-22 12:19:18 +01:00 |
Manos Psychogyiopoulos
|
0173447cf9
|
add $order arg to woocommerce_admin_order_item_class and woocommerce_admin_html_order_item_class filters
|
2016-07-21 11:50:45 +03:00 |
Mike Jolley
|
d17b4de6d5
|
woocommerce_admin_order_item_bulk_actions
Closes #11099
|
2016-07-20 13:37:17 +01:00 |
Claudio Sanches
|
14eeee15ee
|
Welcome to docs.woocommerce.com
|
2016-07-19 07:30:31 -03:00 |
Mike Jolley
|
53511e36ec
|
Use permission id to revoke access to downloads to prevent removing wrong rows.
Fixes #11423 @claudiosmweb
|
2016-07-14 15:54:28 +02:00 |
Claudio Sanches
|
7d9d091767
|
Fixed mixed tabs and spaces
|
2016-07-11 16:56:35 +02:00 |
Mike Jolley
|
53e75f3d4d
|
Merge pull request #11300 from rspublishing/update-class-wc-meta-box-coupon-data.php
Updates class-wc-meta-box-coupon-data.php
|
2016-06-30 09:32:40 +01:00 |
Mike Jolley
|
361ab507d2
|
Cast class to array
Closes #11294
|
2016-06-30 08:47:06 +01:00 |
rspublishing
|
63c0445957
|
Replacing link
|
2016-06-30 09:25:39 +02:00 |
rspublishing
|
1a0f5ae723
|
Updates the includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php file
|
2016-06-30 09:16:52 +02:00 |
Mike Jolley
|
2bbb1453fb
|
External product SKU
|
2016-06-27 16:04:49 +01:00 |
Beka Rice
|
37c441dc45
|
Shows the "customer pay page" link for any order that needs payment
|
2016-06-17 16:56:14 -04:00 |
Mike Jolley
|
b57030afb7
|
Fix the showing/hiding of panels when terms do not exist by using wc_get_product_types() for retrieving product types.
@claudiosmweb
|
2016-06-16 14:58:44 +01:00 |
Claudio Sanches
|
6a65bc73c7
|
Fixed invalid pattern for hour and minute in the admin screen
|
2016-06-14 18:03:00 -03:00 |
Claudio Sanches
|
05c7f186ba
|
Fixed line_subtotal_tax and line_tax localized price format
|
2016-06-14 17:41:20 -03:00 |
Mike Jolley
|
f8db1c403f
|
Type casting and docs
|
2016-06-07 11:22:36 +01:00 |
Mike Jolley
|
8ef3957ad1
|
Var checks
|
2016-06-06 19:15:40 +01:00 |