Commit Graph

29379 Commits

Author SHA1 Message Date
Mike Jolley 7e94a7b6f7
Merge pull request #22374 from woocommerce/renovate/babel-eslint-10.x
Update dependency babel-eslint to v10
2019-01-09 10:39:46 +00:00
Claudiu Lodromanean c3050db67c
Merge pull request #22337 from woocommerce/fix/22048
Restore non-cart notice printing opportunity during checkout
2019-01-08 12:16:20 -08:00
Claudiu Lodromanean 15d1940c4b
Merge pull request #22376 from woocommerce/fix/22296
Properly align order item meta in RTL emails
2019-01-08 12:15:59 -08:00
Rodrigo Primo d71cb562aa Properly align order item meta in RTL emails
Since commit
4082222f7a (diff-30dd34631dd7461f75c05ded270e9ee4R60), order item meta is not aligned properly in order e-mails when using a RTL language. This commit fixes this problem by using the is_rtl() function to determine the float side for the element that contains the order item meta information.
2019-01-08 14:17:55 -02:00
Renovate Bot edf8c621ff
Update dependency babel-eslint to v10 2019-01-08 16:04:07 +00:00
Mike Jolley 942615101b
Merge pull request #22373 from woocommerce/renovate/autoprefixer-9.x
Update dependency autoprefixer to v9
2019-01-08 16:03:20 +00:00
Renovate Bot f3a7401348
Update dependency autoprefixer to v9 2019-01-08 16:00:19 +00:00
Mike Jolley 7a84ca268a Merge branch 'master' of https://github.com/woocommerce/woocommerce 2019-01-08 15:57:49 +00:00
Rodrigo Primo a48639b7bc Fix PHPCS violations automatilly with PHPCBF 2019-01-08 13:57:25 -02:00
pierrebuet 9ca3ae3453 Check for customer before checking for VAT excemption
In the actual form, the check done in the function is_taxable()  of a shipping method can only be done in the frontend, since WC()->customer must be defined.  Checking for a customer before checking the excemption would make the function also callable in the backend for different pre-calculation. If a customer is not defined, an exemption can not exists.
2019-01-08 15:57:21 +00:00
Mike Jolley c31eb2ad0f
Merge pull request #22372 from woocommerce/renovate/stylelint-9.x
Update dependency stylelint to v9.9.0
2019-01-08 15:54:35 +00:00
Mike Jolley 90a53c6fae
Merge pull request #22371 from woocommerce/renovate/nette-utils-2.x
Update dependency nette/utils to v2.5.3
2019-01-08 15:54:01 +00:00
Mike Jolley ade1021eff
Merge pull request #22205 from woocommerce/fix/22200
Introduce wc_is_webhook_valid_status
2019-01-08 15:32:57 +00:00
Mike Jolley 9a37852bee
Merge pull request #21438 from woocommerce/fix/20997
Unit tests for testing inclusive calculations
2019-01-08 15:31:35 +00:00
Mike Jolley 6e5a4201cf Merge branch 'pr/21635' 2019-01-08 15:30:31 +00:00
Renovate Bot 36d82c1efc
Update dependency stylelint to v9.9.0 2019-01-08 15:02:22 +00:00
Mike Jolley dcdc7657c3 This is for 3.6 2019-01-08 15:00:34 +00:00
Mike Jolley eef05fafe9 update from master 2019-01-08 15:00:23 +00:00
Mike Jolley 9644241cef update from master 2019-01-08 14:51:05 +00:00
Mike Jolley 3f9c57b74b
Merge pull request #22364 from woocommerce/renovate/chromedriver-2.x
Update dependency chromedriver to v2.45.0
2019-01-08 14:35:24 +00:00
Mike Jolley e300eb800d
Merge pull request #22368 from woocommerce/renovate/grunt-contrib-uglify-3.x
Update dependency grunt-contrib-uglify to v3.4.0
2019-01-08 14:34:25 +00:00
Renovate Bot f6825731f1
Update dependency nette/utils to v2.5.3 2019-01-08 14:34:15 +00:00
Mike Jolley b6a0b5f800
Merge pull request #22369 from woocommerce/renovate/grunt-wp-i18n-1.x
Update dependency grunt-wp-i18n to v1.0.3
2019-01-08 14:34:00 +00:00
Mike Jolley ff8d1ce530
Merge pull request #22363 from woocommerce/renovate/babel-plugin-add-module-exports-0.x
Update dependency babel-plugin-add-module-exports to v0.3.3
2019-01-08 14:32:38 +00:00
Mike Jolley 868e7841e6
Merge pull request #21860 from rellect/wc_case
Rename wc() to WC() for consistency
2019-01-08 14:29:59 +00:00
Mike Jolley a69ce0bfcb
Merge pull request #21764 from leewillis77/wc_get_template_filter
Allow plugins to filter located template location before failing
2019-01-08 14:23:58 +00:00
Renovate Bot 03d267752f
Update dependency grunt-wp-i18n to v1.0.3 2019-01-08 13:44:30 +00:00
Renovate Bot 4e4abc4067
Update dependency grunt-contrib-uglify to v3.4.0 2019-01-08 13:44:06 +00:00
Mike Jolley 038a1a103a
Merge pull request #21496 from kukac7/feature/img-optim
images, svgs optim
2019-01-08 11:25:10 +00:00
Mike Jolley b7e5c1b047
Merge pull request #21679 from amielucha/master
Fixes typos in class comments.
2019-01-08 11:11:42 +00:00
Renovate Bot 49606b2df4
Update dependency chromedriver to v2.45.0 2019-01-08 11:08:59 +00:00
Renovate Bot c14bfdfac9
Update dependency babel-plugin-add-module-exports to v0.3.3 2019-01-08 11:08:23 +00:00
renovate[bot] 82397c2f7f Pin dependencies (#21842) 2019-01-08 11:07:32 +00:00
renovate[bot] 63c8c9c7f8 Update dependency eslint to v5.12.0 (#21873) 2019-01-08 11:00:54 +00:00
Mike Jolley 5e4da36295
Merge pull request #22235 from AmirHosseinKarimi/master
Change get_name() return type from int to string
2019-01-08 10:57:43 +00:00
Mike Jolley 2843f1d6e1
Merge pull request #22360 from woocommerce/fix/orderagainnotice
Correct calculation for notification when items are unable to be reordered
2019-01-08 10:54:22 +00:00
claudiulodro f9b4cced41 Correct number of items added logic in notif 2019-01-07 11:44:13 -08:00
Claudiu Lodromanean 9649759c04
Merge pull request #22331 from woocommerce/fix/22099
Check stock status when repopulating items in the cart from an order
2019-01-07 11:41:51 -08:00
Claudiu Lodromanean 2e1e77f6f0
Merge pull request #22330 from woocommerce/fix/21708
Add special button style for connect button
2019-01-07 11:40:31 -08:00
Claudiu Lodromanean 3b14bfb90b
Merge pull request #22270 from Prospress/fix/22149
strip slashes from tax classes on save
2019-01-07 11:39:35 -08:00
Mike Jolley 00a8972b68
Merge pull request #22230 from Prospress/fix/22129
add out of stock criteria to tax_query array instead of replacing it
2019-01-07 16:35:32 +00:00
Mike Jolley 9ce3f408a6
Merge pull request #22344 from woocommerce/fix/breadcrumbdata
Product structured data tweak to show both BreadcrumbList and Product structured data.
2019-01-07 13:49:54 +00:00
Mike Jolley ba5c4c4fbd Merge branch 'master' of https://github.com/woocommerce/woocommerce 2019-01-07 13:36:13 +00:00
Mike Jolley 217c039262 Merge branch 'pr/21465' 2019-01-07 13:29:40 +00:00
Mike Jolley f4dbd5a723 Define consistently 2019-01-07 13:29:09 +00:00
Mike Jolley 848eecf6a6
Merge pull request #21537 from jespervnielsen/patch-2
allow-filtering-on-wiget-get_current_page_url
2019-01-07 13:12:43 +00:00
Mike Jolley 6ccf385f8b
Merge pull request #22005 from woocommerce/add/21992
Add woocommerce_gallery_image_html_attachment_image_params filter
2019-01-07 13:05:53 +00:00
Mike Jolley 9e1f1f2255
Merge pull request #22160 from bordoni/lib-action-scheduler-php-52
Lib Action Scheduler PHP 5.2 Compatible
2019-01-07 12:56:10 +00:00
Mike Jolley 241cf4dece
Merge pull request #21442 from danielbitzer/master
Add coupon object param to get coupon data filter
2019-01-07 12:53:04 +00:00
Mike Jolley 4d0306b977
Merge pull request #21402 from xlplugins/master
Added new filter to modify order status during orders using cheque as a gateway.
2019-01-07 12:50:35 +00:00