Commit Graph

20861 Commits

Author SHA1 Message Date
Mike Jolley 2f99502ab3 Merge pull request #14663 from woocommerce/feature/include-phpunit
Included PHPUnit to composer.json and removed old dependencies
2017-04-25 13:46:31 +01:00
Mike Jolley 27993c0c50 Legacy customer class missing get_address / get_address_2 functions
Fixes #14679
2017-04-25 13:18:58 +01:00
Mike Jolley 48c9a49e2d table name 2017-04-25 13:06:32 +01:00
Mike Jolley a8baaf6715 Fix term exclusion in term count queries
Closes #14662
2017-04-25 13:05:21 +01:00
Mike Jolley 763c8e8018 Sort grouped products by menu order
Fixes #14665
2017-04-25 12:08:17 +01:00
Maedah Batool 0e5a5d24cf Improved Documentation
There were few grammatical errors in the README.md file. I corrected them.
2017-04-25 13:38:26 +05:00
Claudio Sanches 1314b6845e Merge pull request #14432 from emgk/fix-14428
added new filter for product thumbnail size.
2017-04-24 21:05:27 -03:00
Claudio Sanches d71633cad7 Included PHPUnit to composer.json and removed old dependencies 2017-04-24 20:56:43 -03:00
Claudio Sanches 2d9e876e6d Removed deprecated WC_Order_Item_Meta from REST API v1 2017-04-24 20:55:09 -03:00
claudiulodro 553a12203b WC_Order_Query 2017-04-24 16:28:13 -07:00
Claudio Sanches 4ded36c66d Allow get all formatted meta data values 2017-04-24 20:27:17 -03:00
Claudio Sanches 6f3b6a2b74 Include deprecated notice in WC_Order_Item_Meta constructor 2017-04-24 20:26:43 -03:00
claudiulodro 29fa59a0b7 WC_Object_Query 2017-04-24 11:33:17 -07:00
Claudio Sanches 89dc3b40e2 Merge pull request #14651 from woocommerce/fix/14646
Allow forward slash in tel
2017-04-24 13:56:16 -03:00
Mike Jolley 04e07795fc Allow forward slash in tel
Closes #14646
2017-04-24 15:24:37 +01:00
Mike Jolley ac74f17d7f Merge pull request #14645 from aelia-co/Fix-Restore_Checkout_User_Filter
Restored filter during checkout validation
2017-04-24 15:22:11 +01:00
Mike Jolley 69838b2f4b Fix missing title for actions column
Closes #14581
2017-04-24 15:20:20 +01:00
Diego Zanella 19aa807da6 Restored filter `woocommerce_checkout_customer_id` during checkout validation 2017-04-24 14:41:23 +01:00
Mike Jolley 6afc566de4 Merge pull request #14609 from bekarice/fix/modal-tooltip-display
Fix help tip display with shipping zone modals
2017-04-24 14:16:40 +01:00
Mike Jolley fc1f61f23d Update master changelog
Closes #14628
2017-04-24 09:54:32 +01:00
Jaume 5e53ed70d8 Fix: Creating customer triggers password changed
Sending POST /wc/v1/customers or POST /wc/v2/customers with the required args triggers the 'Notice of Password Changed' after creating the customer due to update() calls when the password still has a value.
2017-04-22 20:06:56 +02:00
mdrahul 521ad697b0 fix Invalid argument supplied error, ref #14615 2017-04-22 17:24:30 +05:30
mdrahul c6bc8f7836 Fix Cart Empty message, ref #14519 2017-04-22 11:09:17 +05:30
Beka Rice 344269c267 Fix tooltip display with shipping zone modals 2017-04-21 16:22:14 -04:00
cristiangrama 216375f6ea Allow passing a `customer=0` for fetching all guest orders 2017-04-21 10:43:09 -05:00
Jeff Stieler 142bb9b24a Add “free shipping” method to the automatically created zone (via setup wizard). 2017-04-21 08:46:03 -06:00
Mike Jolley 5ec767adbf Merge pull request #14593 from woocommerce/fix-contributing-link
Fix link in Contributing wiki
2017-04-21 12:36:51 +01:00
Konstantin Kovshenin bba3609786 Fix a doc link in Contributing wiki
The "GitHub pull request documentation" leads to a 404.
2017-04-21 14:33:33 +03:00
Jeff Stieler d844709db5 Only create a shipping zone from the wizard on the first run. 2017-04-20 23:26:37 -06:00
Jeff Stieler f2f803d007 Create a shipping zone containing the store’s country when enabling shipping calculation from the setup wizard. 2017-04-20 23:02:59 -06:00
Claudio Sanches e96a1eb744 Merge pull request #14577 from woocommerce/fix/14575
wc_get_orders support for guest orders and unit tests
2017-04-20 14:31:59 -03:00
Mike Jolley a325d03deb wc_get_orders support for guest orders and unit tests
Fixes #14575
2017-04-20 18:05:58 +01:00
Claudio Sanches 836b3a3162 Merge pull request #14553 from woocommerce/fix/14544
Check if is a resource before try set log rotate
2017-04-20 13:47:56 -03:00
Claudio Sanches 1142ca20f0 Properly open log files 2017-04-20 13:37:18 -03:00
Claudio Sanches 46b17d7eb3 Merge pull request #14574 from woocommerce/fix/breadcrumb-check
Abort generate_breadcrumblist_data is there are no crumbs
2017-04-20 13:06:50 -03:00
Mike Jolley d5205b97f8 Abort generate_breadcrumblist_data is there are no crumbs 2017-04-20 17:04:48 +01:00
Claudio Sanches dfcbeaf044 Fixed logic in `is_open()` 2017-04-20 12:57:33 -03:00
Claudio Sanches 7f6b0c6d0f Moved resource check for `is_open()` method 2017-04-20 12:53:44 -03:00
Claudio Sanches ab3a8c4a79 Merge pull request #14573 from woocommerce/fix/14543
define get_user_id/get_user methods for bw compat
2017-04-20 12:28:10 -03:00
Mike Jolley 4a6c87d1cc docblock 2017-04-20 16:03:40 +01:00
Mike Jolley 8e28af8b87 define get_user_id/get_user methods for bw compat
Closes #14543
2017-04-20 16:02:10 +01:00
Claudio Sanches 8cb1fa2aff Merge pull request #14570 from woocommerce/fix/14546
Decrease paypal request timeout so failed requests to not take too long
2017-04-20 11:51:21 -03:00
Mike Jolley f8781b9552 Decrease paypal request timeout so failed requests to not take too long
Closes #14546
2017-04-20 15:45:52 +01:00
Mike Jolley 8bc715ca59 Merge pull request #14556 from woocommerce/SiR-DanieL-patch-1
Add filter wc_is_attribute_in_product_name
2017-04-20 15:07:42 +01:00
Mike Jolley 1924291f37 woocommerce_is_attribute_in_product_name 2017-04-20 15:07:06 +01:00
Mike Jolley 3ef5ad2565 Merge pull request #14566 from woocommerce/fix/14563
Better email handling when invalid
2017-04-20 14:48:24 +01:00
Mike Jolley bb4507bcae Better email handling when invalid 2017-04-20 14:45:04 +01:00
Mike Jolley 127a688482 Merge pull request #14564 from emgk/fix-14563
Fixed issue
2017-04-20 14:17:23 +01:00
Govind Kumar 2adadd5737 Fixed issue 2017-04-20 17:41:20 +05:30
Mike Jolley 6b9bd2259f Merge pull request #14559 from themedotal/patch-5
Hook comments for each action on template files
2017-04-20 11:52:31 +01:00