Rodrigo Primo
|
8db3236889
|
Update WC_Order_Data_Store_CPT::get_wp_query_args() to use post_author instead of _customer_user
|
2018-05-08 17:21:57 -03:00 |
Rodrigo Primo
|
3e8cd3f837
|
Remove unnecessary tests cleanup code
Tests don't need to manually remove data that they create. WP test framework does that automatically after each test is executed.
|
2018-05-08 16:00:00 -03:00 |
Rodrigo Primo
|
47f6104580
|
Add more unit tests to improve test coverage of functions in includes/wc-stock-functions.php
|
2018-05-08 15:58:03 -03:00 |
Rodrigo Primo
|
41f5985087
|
Fix PHPCS violations automatically using phpcbf
|
2018-05-08 15:48:55 -03:00 |
Claudiu Lodromanean
|
47fe7219aa
|
Update readme.txt
|
2018-05-08 11:48:33 -07:00 |
Claudiu Lodromanean
|
911c2d45c4
|
Merge pull request #20006 from woocommerce/fix/19970
Render password meter in place
|
2018-05-08 11:47:28 -07:00 |
Claudiu Lodromanean
|
a9c0145620
|
Update readme.txt
|
2018-05-08 11:25:11 -07:00 |
Claudiu Lodromanean
|
abfba228b5
|
Merge pull request #20005 from woocommerce/fix/19997
Update quick edit logic to handle external products
|
2018-05-08 11:24:18 -07:00 |
Claudiu Lodromanean
|
1dc1f67a0b
|
Update entry for mobile zoom tweak
|
2018-05-08 11:18:12 -07:00 |
Claudiu Lodromanean
|
7528762ee2
|
Merge pull request #20002 from woocommerce/fix/19959
Zoom improvements for mobile/touch
|
2018-05-08 11:16:44 -07:00 |
Claudiu Lodromanean
|
fb3eacc10f
|
Merge pull request #20001 from woocommerce/fix/19996
Check validity before handling submit event in cart
|
2018-05-08 10:41:16 -07:00 |
Claudiu Lodromanean
|
3e1d4ed887
|
Update readme.txt
|
2018-05-08 10:40:58 -07:00 |
Mike Jolley
|
ad2df42353
|
Merge pull request #20004 from woocommerce/update/remove-tests-cleanup
Remove unnecessary cleanup code from orders unit tests
|
2018-05-08 18:15:55 +01:00 |
Mike Jolley
|
1788273e48
|
Minify
|
2018-05-08 18:11:01 +01:00 |
Mike Jolley
|
4e4d6204bc
|
Hide password meter rather than remove it.
|
2018-05-08 18:10:26 +01:00 |
Mike Jolley
|
8531b2677e
|
Update quick edit logic to handle external products
|
2018-05-08 16:58:51 +01:00 |
Claudiu Lodromanean
|
8cd03f273e
|
Update readme.txt
|
2018-05-08 08:58:08 -07:00 |
Claudiu Lodromanean
|
8a60d0aee9
|
Merge pull request #19998 from woocommerce/fix/19979
Settings API should force autoload on by default.
|
2018-05-08 08:57:02 -07:00 |
Rodrigo Primo
|
b43f828a7b
|
Fix PHPCS violations automatically using phpcbf
|
2018-05-08 11:55:32 -03:00 |
Rodrigo Primo
|
5d9dadca87
|
Remove unnecessary cleanup code from orders unit tests
It is not necessary to manually remove data added to the database after each test. WP unit tests framework does this automatically.
|
2018-05-08 11:52:58 -03:00 |
Mike Jolley
|
ffbbf08b61
|
Zoom improvements for mobile
|
2018-05-08 14:48:25 +01:00 |
Mike Jolley
|
3d8bb09ee8
|
Check validity before handling submit event in cart
|
2018-05-08 12:40:13 +01:00 |
Mike Jolley
|
5de4f281fe
|
Exclude frontend include from REST API calls
|
2018-05-08 12:09:04 +01:00 |
Mike Jolley
|
ef15a4c9c3
|
Merge pull request #19995 from Drivingralle/patch-6
Allow related products limit to be like other post_per_page values
|
2018-05-08 11:54:37 +01:00 |
Mike Jolley
|
3b5dfcb80b
|
Settings API should force autoload on by default.
|
2018-05-08 11:12:40 +01:00 |
Peter Fabian
|
ba79747975
|
Backwards compat fixes for range download.
|
2018-05-08 11:47:05 +02:00 |
Ralf Wiechers
|
47fbf7eef9
|
Allow related products limit to be like other post_per_page values
Fix #19994
|
2018-05-08 11:39:54 +02:00 |
Peter Fabian
|
8a8f085dcf
|
Added back extra parameter for backwards compatibility.
|
2018-05-08 10:16:53 +02:00 |
Peter Fabian
|
cb7ebe9aae
|
Split handle_range_request function, code cleanup.
|
2018-05-07 23:56:12 +02:00 |
Claudiu Lodromanean
|
9e1b8245be
|
Merge pull request #19987 from woocommerce/fix/plugin-install-get-proper-plugin-filename
Plugin installer: fix extracting filename from path
|
2018-05-07 14:37:40 -07:00 |
Rodrigo Primo
|
3644f8c220
|
Merge pull request #19992 from woocommerce/fix/phpcs-class-wc-report-customers
Fix PHPCS violations in includes/admin/reports/class-wc-report-customers.php
|
2018-05-07 17:57:57 -03:00 |
Rodrigo Primo
|
482e844f16
|
Update WC_Customer_Data_Store to use post_author instead of _customer_user
|
2018-05-07 17:54:42 -03:00 |
Rodrigo Primo
|
fdfe95b07e
|
Update WC API v1 and v2 to use post_author instead of _customer_user
|
2018-05-07 17:37:31 -03:00 |
Rodrigo Primo
|
b97f2749d6
|
Update wc_customer_bought_product() and customers report to use post_author instead of _customer_user
|
2018-05-07 17:25:58 -03:00 |
Rodrigo Primo
|
14287bdcf3
|
Fix PHPCS violations in includes/admin/reports/class-wc-report-customers.php
|
2018-05-07 17:12:26 -03:00 |
Rodrigo Primo
|
c1dabf0196
|
Fix PHPCS violations in includes/admin/reports/class-wc-report-customers.php
|
2018-05-07 17:08:56 -03:00 |
Claudiu Lodromanean
|
ad85be2b4f
|
Merge pull request #19989 from woocommerce/fix/obw-settings-hidden-fields-as-required
OBW: Set only applicable fields as required when enabling shipping zone
|
2018-05-07 12:01:39 -07:00 |
Paul Dechov
|
d7dc2d45a4
|
Use simpler function for retrieving last array item
Also avoids array dereferencing syntax incompatible with PHP <5.4.
|
2018-05-07 14:50:26 -04:00 |
Claudiu Lodromanean
|
9c8dbbedc2
|
Merge pull request #19988 from woocommerce/update/obw-recommended-stylized-checkboxes
OBW: stylized checkboxes in "Recommended" step
|
2018-05-07 11:45:08 -07:00 |
Robert DeVore
|
a3c4f42729
|
Updated tab spacing for action hook
|
2018-05-07 14:42:05 -04:00 |
Rodrigo Primo
|
f725dc17af
|
Set post_author to 0 on all orders that belong to a deleted customer
|
2018-05-07 15:37:25 -03:00 |
Claudiu Lodromanean
|
ba81e9e6f2
|
Merge pull request #19986 from woocommerce/fix/19975-check-tandc-exist
Check Terms Conditions page exits
|
2018-05-07 11:29:59 -07:00 |
Claudiu Lodromanean
|
bda8732c6f
|
Merge pull request #19974 from woocommerce/update/payment-method-columns
Updates table styling and columns
|
2018-05-07 11:23:49 -07:00 |
Claudiu Lodromanean
|
4a3edf4666
|
Merge pull request #19972 from woocommerce/improve-api-tests
Remove WC API unit tests cleanup code
|
2018-05-07 11:01:50 -07:00 |
Claudiu Lodromanean
|
ccededa35c
|
Merge pull request #19971 from woocommerce/fix/19964
Fix: WC API should not try to create a product image if an empty image is passed
|
2018-05-07 10:48:10 -07:00 |
Claudiu Lodromanean
|
9456d3b72b
|
Update readme.txt
|
2018-05-07 10:46:53 -07:00 |
Claudiu Lodromanean
|
2bc90d7315
|
Merge pull request #19966 from woocommerce/add/tracker-opt-out
Tracker opt-out api call to erase personal data
|
2018-05-07 10:37:31 -07:00 |
Paul Dechov
|
a765d87979
|
OBW: Set only applicable fields as required when enabling shipping zone
|
2018-05-07 11:32:00 -04:00 |
Peter Fabian
|
c2493310d9
|
Switch stock status when manage stock gets changed.
As the stock quantity might be saved in the database from previous settings, stock_status needs to be in sync if qty is > 0.
|
2018-05-07 16:01:59 +02:00 |
Paul Dechov
|
b91c6f9207
|
Show checkbox outline when focused whether checked or not
|
2018-05-07 09:40:36 -04:00 |