Christopher Allford
82df4b3303
Removed the contents of the WC() global container helpers
2020-08-18 20:45:34 -07:00
Christopher Allford
358db5dc3e
Removed the internals of the Container pending package conflict resolution
...
Since reverting the PR at this point would be a mess I've gone ahead and removed the internals of the container. We should aim to keep the class since it's now part of our public API but it won't work as expected anymore. This is fine for now since we don't actually have anything in it!
2020-08-18 20:39:48 -07:00
Jonathan Sadowski
6bafef2041
Foreign key check
2020-08-18 13:44:29 -05:00
jonathansadowski
b3097dbae6
Merge pull request #27379 from woocommerce/bump-wc-admin-version-to-1.5.0-rc.1
...
Version bump wc-admin 1.5.0-rc.1
2020-08-18 10:52:41 -05:00
Jonathan Sadowski
163bb51089
Resolved composer conflict
2020-08-18 10:46:41 -05:00
Néstor Soriano
3a0009c49c
Merge pull request #27306 from woocommerce/preparation/4.4.0-final
...
Preparation for 4.4.0 final release
2020-08-18 11:28:53 +02:00
Néstor Soriano
57cb6c03df
Merge branch 'master' into preparation/4.4.0-final
2020-08-18 11:27:44 +02:00
Nestor Soriano
509664cfc7
Update readme, changelog, and composer.lock
2020-08-18 10:32:24 +02:00
Christopher Allford
8c41aa8b83
Updated the package to 2.2.0
2020-08-18 10:05:08 +02:00
Timmy Crawford
f6d49d5b64
Update WooCommerce Admin to 1.4.0 for 4.4
2020-08-18 10:00:57 +02:00
vedanshujain
beb45bf2dd
Update API to 1.0.15
2020-08-18 09:59:02 +02:00
Néstor Soriano
e81c760cb2
Merge pull request #27378 from woocommerce/update/woocommerce-admin/1.4.0
...
Update WooCommerce Admin to 1.4.0 for 4.4
2020-08-18 09:34:58 +02:00
Timmy Crawford
ac905d830a
Update WooCommerce Admin to 1.4.0 for 4.4
2020-08-17 17:22:14 -07:00
jonathansadowski
58c7ccaa4c
Merge pull request #27377 from woocommerce/add/since-tag
...
Added since tag in new filters introduced in 4.5
2020-08-17 16:04:56 -05:00
Claudio Sanches
37291abc54
Added since tag in new filters introduced in 4.5
2020-08-17 18:01:41 -03:00
Christopher Allford
7e14a1f869
Merge pull request #27358 from woocommerce/update/jetpack-autoloader-2.2.0
...
Updated the automattic/jetpack-autoloader package to 2.2.0
2020-08-17 13:17:05 -07:00
Christopher Allford
b80341a360
Updated the `automattic/jetpack-autoloader` package to 2.2.0
2020-08-17 11:32:45 -07:00
Claudio Sanches
f968bc1f7d
Merge pull request #27115 from woocommerce/fix/25133
...
Validate variation attributes in WC_Cart::add_to_cart()
2020-08-17 15:02:07 -03:00
Claudio Sanches
e102ec3d83
Merge branch 'master' into fix/25133
2020-08-17 14:59:49 -03:00
Néstor Soriano
f1ed7005f9
Merge pull request #26232 from woocommerce/update/e2e-test-utils
...
Update/e2e test utils
2020-08-17 15:26:13 +02:00
Claudio Sanches
5c4d42b9de
Merge pull request #27059 from masteradhoc/masteradhoc-postcode-liechtenstein
...
add postcode validation for country liechtenstein
2020-08-14 15:40:30 -03:00
jonathansadowski
4fd7f55357
Merge pull request #26928 from khosroblog/master
...
get_review_count_for_product return all comments count not only 'review' types !!!
2020-08-14 13:40:01 -05:00
jonathansadowski
19eef38a39
Merge pull request #26897 from CHEWX/patch-1
...
[styling] - remove whitespace in a link
2020-08-14 13:38:29 -05:00
Claudio Sanches
bb0c4406de
Merge pull request #27314 from woocommerce/add/unit-tests-27108
...
Added unit tests for #27244
2020-08-14 15:32:02 -03:00
Claudio Sanches
fdf5fe8614
Merge pull request #27323 from woocommerce/fix/27288
...
switch to site locale before translating refund reason
2020-08-14 15:30:56 -03:00
Nestor Soriano
3bc755f460
Add entry for #27334 in readme.txt and changelog.txt
2020-08-14 14:01:58 +02:00
Néstor Soriano
09a8613fcd
Merge pull request #27334 from woocommerce/fix/tested-up-to-WP5.5
...
Updated tested up to for WP 5.5.
2020-08-14 13:56:13 +02:00
Peter Fabian
5202c20df5
Updated tested up to for WP 5.5.
2020-08-14 12:42:00 +02:00
Nestor Soriano
da7b643e30
Add changelog for #27145 in readme.txt and changelog.txt
2020-08-14 09:09:51 +02:00
Néstor Soriano
f8ea11a607
Merge pull request #27145 from woocommerce/fix/26006
...
Fixed "virtual" and "downlodable" pointers on product walkthrough
2020-08-14 08:55:53 +02:00
Vedanshu Jain
a887cd7369
Merge pull request #27318 from woocommerce/fix/27282
...
Change data-type from mixed to composite and date-time to string on the fly for REST API
2020-08-13 21:25:11 +05:30
Ron Rennick
38d358490b
switch to site locale before translating refund reason
2020-08-13 10:32:19 -03:00
vedanshujain
7fa6510c1a
Add a explicit test for null as well
2020-08-13 16:52:16 +05:30
vedanshujain
4b1ebea800
Also allow null for date-time for BW
2020-08-13 16:49:44 +05:30
vedanshujain
3dd508fd35
Address review comments
2020-08-13 16:36:27 +05:30
vedanshujain
dd9b9cfae2
Add test for update in date-time field
2020-08-13 16:32:00 +05:30
vedanshujain
a4691dc3f3
Set type to mixed to be compatible with 5.4.
...
This prop was missed in an earlier commit.
2020-08-13 15:47:18 +05:30
vedanshujain
4294e06f7a
Add test for variation v2 controller for complex meta object
2020-08-13 15:46:31 +05:30
vedanshujain
5c0be2a715
Give preference to null data-type over others
2020-08-13 14:17:48 +05:30
vedanshujain
9f680aa120
Add test for null meta value as well
2020-08-13 14:17:28 +05:30
vedanshujain
147c9baf4f
Change `mixed` data type to composite for compatibility with 5.5
2020-08-13 13:30:39 +05:30
vedanshujain
826fdde721
Add unit tests for checking that updating complex meta is possible
2020-08-13 13:27:00 +05:30
Nestor Soriano
81077cf408
Add konamiman to the contributors list in readme.txt
2020-08-13 09:45:59 +02:00
Néstor Soriano
4c636b1d5c
Merge pull request #27303 from woocommerce/fix/travis-coding-standards-test
...
Fix coding standards test on Travis
2020-08-13 09:19:13 +02:00
Claudio Sanches
070e3896cf
Restored pointers position
2020-08-12 21:46:36 -03:00
Ron Rennick
bb5c367e20
move the arrows on product pointers
2020-08-12 21:44:21 -03:00
Claudio Sanches
75dba02ae3
Merge branch 'fix/26006' of github.com:woocommerce/woocommerce into fix/26006
2020-08-12 21:44:13 -03:00
Claudio Sanches
3d0b38740b
Merge pull request #27285 from woocommerce/fix/make-typehints-specific-in-src
...
Removed the general `object` type hint from docblocks
2020-08-12 21:41:01 -03:00
jonathansadowski
0125eca73c
Merge pull request #27244 from jgreys/fix/27108
...
Fix Japan zip code format issue #27108
2020-08-12 16:56:48 -05:00
Claudio Sanches
1839feae91
Added unit tests for #27244
2020-08-12 18:50:25 -03:00