Commit Graph

21516 Commits

Author SHA1 Message Date
Claudio Sanches 4aec4efa67 Merge pull request #15432 from woocommerce/update/wcs-banner-responsive
Update WooCommerce Services extensions banner
2017-06-05 15:36:22 -03:00
Claudiu Lodromanean d263b56438 Merge pull request #15448 from woocommerce/update/15447
Use prototype pattern and trigger wc_cart_button_updated after updating markup
2017-06-05 11:29:45 -07:00
Claudio Sanches 6c29d32396 Merge pull request #15446 from woocommerce/fix/15437-15443
Notice fixes in API and meta handling class
2017-06-05 15:00:48 -03:00
Claudiu Lodromanean 2e6219f682 Merge pull request #15452 from woocommerce/fix/15440
Add correct args to woocommerce_shipping_zone_method_deleted
2017-06-05 11:00:22 -07:00
Claudio Sanches 527fa0d07a Fixe CHMOD 2017-06-05 14:45:30 -03:00
Claudiu Lodromanean 2abb868715 Merge pull request #15451 from woocommerce/fix/15441
Fix button styling
2017-06-05 09:19:34 -07:00
Valerie 70570f3745 Update WCS banner style 2017-06-05 11:30:42 -04:00
Valerie baf405fdcf Update WCS banner image 2017-06-05 11:28:37 -04:00
Valerie 8939dfc1a5 Update WCS banner text 2017-06-05 11:28:37 -04:00
Mike Jolley b4098a7472 Use WP date format in admin
Closes #15453
2017-06-05 15:58:29 +01:00
Mike Jolley 76a19c27a5 Add correct args to woocommerce_shipping_zone_method_deleted 2017-06-05 15:11:08 +01:00
Mike Jolley 4f72e9e914 Fix button styling 2017-06-05 14:46:57 +01:00
Mike Jolley a348dedfb7 Merge pull request #15397 from woocommerce/update/add-activation-toggles-in-subscriptions
Update/add activation toggles in subscriptions
2017-06-05 14:29:36 +01:00
Mike Jolley 6f4ce488e2 Merge pull request #15402 from woocommerce/fix/ipn-authorization
Fix IPN authorization setting orders to completed automatically
2017-06-05 13:24:33 +01:00
Boro Sitnikovski 8a615a6e79 Update conditional for non-auth payments 2017-06-05 14:07:49 +02:00
Mike Jolley 3271ac7ab2 Merge pull request #15424 from lawkwok/patch-1
Update class-wc-data-store.php
2017-06-05 13:03:59 +01:00
Mike Jolley f22d30603d Use prototype pattern and trigger wc_cart_button_updated after updating markup
Fixes #15447
2017-06-05 12:43:52 +01:00
Mike Jolley 3c0479f0e2 Update CONTRIBUTING.md 2017-06-05 11:02:11 +01:00
Mike Jolley d422ab7383 Update README.md 2017-06-05 11:01:32 +01:00
Mike Jolley 2452fa807f Merge pull request #15425 from woocommerce/fix-incorrect-documentation
Fix incorrect documentation
2017-06-05 10:46:46 +01:00
Mike Jolley 1e8e40565d Avoid deprecated ID in API. Fixes #15437 2017-06-05 10:45:10 +01:00
Mike Jolley 52356c5caf Correct deprecated arg message. Fixes #15443
Fixes #15443
2017-06-05 10:43:13 +01:00
Mike Jolley d5cb320b7e Font smoothing CSS
Closes #15434
2017-06-05 10:14:31 +01:00
Boro Sitnikovski 4b82a750fc Fix IPN authorization setting orders to completed automatically 2017-06-05 10:07:22 +02:00
Claudio Sanches 37936927f5 Merge pull request #15428 from woocommerce/improvement/columns
Add filter to exporter default column names
2017-06-02 15:54:15 -03:00
claudiulodro 992c1cce63 Add filter to exporter default column names 2017-06-02 11:46:27 -07:00
Jonathan Belcher 66736e69f7 Fix incorrect documentation 2017-06-02 12:58:16 -04:00
Lawrence 127ed893dc Update class-wc-data-store.php 2017-06-02 09:19:54 -07:00
Claudio Sanches 46846ed4e0 Merge pull request #15416 from woocommerce/fix/15407
Correctly append cache
2017-06-02 12:18:55 -03:00
Claudio Sanches 86f2edb125 Merge pull request #15419 from woocommerce/fix/15412
Update florin
2017-06-02 12:16:15 -03:00
Mike Jolley fa1d2cba23 Merge pull request #15413 from bekarice/tweak/filter-cart-added-qty
Tweak: Filter quantity being added to the cart
2017-06-02 15:27:17 +01:00
Mike Jolley 7ee02d8f55 Merge pull request #15411 from crodas/tax_address_issue
Improve how taxes are applied
2017-06-02 15:16:32 +01:00
Mike Jolley b1ccb76d06 Update florin
Fixes #15412
2017-06-02 15:14:29 +01:00
Mike Jolley 198883e1fb Merge pull request #15406 from woocommerce/improvement/15382
Add index to order_id in woocommerce_downloadable_product_permissions table.
2017-06-02 13:37:56 +01:00
Mike Jolley da91857a84 Correctly append cache
Fixes #15407
2017-06-02 13:34:09 +01:00
José Marques e77c86a7bc removes cursor from inactive toggles 2017-06-02 11:23:54 +01:00
José Marques 3d516ab9cd removes checkbox toggle markup and replaces inactive toggles links with spans 2017-06-02 11:22:48 +01:00
Beka Rice 494fa0974c Filter quantity being added to the cart 2017-06-02 00:07:06 -04:00
Claudiu Lodromanean 88024f6f9c Merge pull request #15405 from woocommerce/feature/15301
Adds dummy-data.csv
2017-06-01 13:21:09 -07:00
Cesar Rodas c96c62f380 Improved how taxes are applied
If by default the taxes are based on the shipping address and the current order doesn't have any, it would use the billing address rather than using the Shopping base location.

It's basically what WooCommerce is [doing already in Javascript](https://github.com/woocommerce/woocommerce/blob/master/assets/js/admin/meta-boxes-order.js#L526-L575). This kind of checks should be done in the backend, never in the client side.
2017-06-01 15:51:55 -04:00
Claudio Sanches 08279dc7b9 Merge pull request #15401 from woocommerce/update/romania
Add Romanian states
2017-06-01 16:04:32 -03:00
Claudio Sanches b01a6996d8 Merge pull request #15409 from woocommerce/improvement/wiki
Add wiki links to order query docblocks.
2017-06-01 16:03:43 -03:00
Claudio Sanches 878a91cfe5 Create single products before grouped product 2017-06-01 16:01:00 -03:00
Claudio Sanches 7698bfbd8e Merge pull request #15408 from woocommerce/improvement/asc
Get posts in ID ascending order in exporter.
2017-06-01 16:00:17 -03:00
claudiulodro 16e88856f3 Add wiki link to order query 2017-06-01 11:59:15 -07:00
claudiulodro b27fb203ef Add wiki link to wc_get_orders 2017-06-01 11:58:43 -07:00
Claudio Sanches 89ebd951b8 Variable product before variations 2017-06-01 15:58:21 -03:00
claudiulodro 63069976cf Order ASC in exporter 2017-06-01 11:52:14 -07:00
Claudio Sanches 70853bdf74 Removed old Product CSV Suite CSV files 2017-06-01 15:41:40 -03:00
claudiulodro cad7757045 Add index to order_id 2017-06-01 11:26:35 -07:00