Commit Graph

39344 Commits

Author SHA1 Message Date
Jonathan Sadowski 67a5a969b4 Fix a typo in params.term comparison 2021-06-09 12:59:35 -05:00
Jonathan Sadowski 2fad2d7116 Update former uses of jQuery.trim to work properly with non-string types 2021-06-09 12:50:03 -05:00
Michael P. Pfeiffer 19cd1e6ee6 Remove P2 reference 2021-06-09 14:14:21 +02:00
Michael P. Pfeiffer a54ccf01b4 FSE: add link to Customizer WooCommerce panel in block-based themes 2021-06-09 14:14:21 +02:00
Job 03a01b5e06
Update html-order-items.php 2021-06-09 12:55:13 +02:00
Job b020ac8814
"Pending payment" instead of "Pending" as the correct status
The tooltip suggests changing the status to "Pending" while the name of the status that is in the dropdown higher up is "Pending payment". This update changes that.
2021-06-09 11:54:37 +02:00
Rodel Calasagsag 0cc9788ff6 Relocated instantiation statements 2021-06-09 17:44:20 +08:00
Rodel Calasagsag e5ed6dc81a Revert whitespaces for easier review 2021-06-09 17:38:20 +08:00
Rodel Calasagsag f2305a2486 Fix instantiation of grouped product variables 2021-06-09 17:08:45 +08:00
Rodel Calasagsag 78ef1e4411 Remove unnecessary import 2021-06-09 15:55:58 +08:00
Rodel Calasagsag 47a3ea0077 Revert default.json 2021-06-09 15:55:47 +08:00
Rodel Calasagsag 511e873beb Sync this branch with `trunk` 2021-06-09 15:38:34 +08:00
Christopher Allford f1e67a2b3a
Merge pull request #30066 from woocommerce/update/changelog-5.4
Added 5.4 Changelog Content
2021-06-08 14:17:04 -07:00
Christopher Allford dfca2e6135
Added 5.4 Changelog Content 2021-06-08 12:17:07 -07:00
Nestor Soriano b85c8b6138
Merge branch 'master' into add/29609 2021-06-08 17:55:13 +02:00
Nestor Soriano 039f81ea50
Implement the product attributes lookup table data creation.
Lookup entries for a product or a variation are created whenever
the product is created, including untrashing and duplication
(not yet when an existing product is modified).
2021-06-08 17:53:45 +02:00
Barry Hughes c503f5d637
Merge pull request #29896 from woocommerce/add/29610
Filter catalog products by attribute using the new lookup table
2021-06-08 07:37:06 -07:00
Nestor Soriano ef9145de86
Small improvements in the filtering by attribute lookup table.
- Use 'absint' instead of an '(int)' in an anonymous function.
2021-06-08 15:47:04 +02:00
Nestor Soriano 0b1158cf5c
Small improvements in the filtering by attribute lookup table.
- Combined two 'if's in one
- Added extra santitization of term ids in the Filterer class
2021-06-08 10:18:35 +02:00
Sabbir Ahmed 81fd117b70 redirect without removing the events handler 2021-06-07 22:43:33 +06:00
Nestor Soriano e54ff461f9
Implement the product attributes lookup table data deletion.
Lookup entries for a product or a variation are deleted whenever
the product is deleted or trashed.
2021-06-07 16:54:08 +02:00
Nestor Soriano 7f86d1988d
Remove superfluous 'delete' method in WC_Product_Variation class. 2021-06-07 16:52:22 +02:00
Rodel Calasagsag d9cead9943 Merge branch 'trunk' into add/e2e-shopper-create-products-api 2021-06-07 18:48:11 +08:00
Rodel Calasagsag 179bad04b8 Fixed erroneous variables 2021-06-07 18:46:40 +08:00
Rodel Calasagsag 21d037900a Use API to create Grouped Products 2021-06-07 17:41:36 +08:00
Rodel Calasagsag 61992e2d2e Minor doc change 2021-06-07 16:11:41 +08:00
Rodel Calasagsag 779f618adf Refactor steps 2021-06-06 01:07:19 +08:00
Rodel Calasagsag 6ab74bf811 Fix variation factory to include all fields from params 2021-06-05 20:50:44 +08:00
Rodel Calasagsag ef90dc7ea3 REfactor first 2 tests 2021-06-05 20:49:43 +08:00
Rodel Calasagsag 81e05acdd6 Use API to generate all possible variations 2021-06-05 20:48:38 +08:00
Vedanshu Jain f34ef00021
Merge pull request #30013 from woocommerce/fix/allow-block-templates
Allow block templates for WooCommerce pages
2021-06-05 14:11:21 +05:30
Nestor Soriano f237642af4
Refactor save method in WC_Product and WC_Product_Variable
The 'save' method in WC_Product_Variable was almost identical
to the parent method in WC_Product, only adding a few bits
of extra processing before and after the actual datastore save.
This commit adds a couple of protected methods,
before_data_store_save_or_update and after_data_store_save_or_update,
and implements them in WC_Product_Variable so that the extra
'save' method in WC_Product_Variable can be removed.
2021-06-04 12:21:29 +02:00
Vedanshu Jain 514367af28
Merge pull request #29987 from woocommerce/fix/29738
Set geolocation transients to expire in one day
2021-06-04 13:10:45 +05:30
jonathansadowski 062ba0bcb7
Merge pull request #30035 from woocommerce/update/action-scheduler-3.2.0
Update Action Scheduler to 3.2.0.
2021-06-03 13:59:46 -05:00
barryhughes 2d613f9d9c Update composer.lock in relation to Action Scheduler (3.2.0) update. 2021-06-03 10:47:15 -07:00
barryhughes be42d2c0bf Update Action Scheduler to 3.2.0. 2021-06-03 10:36:03 -07:00
Claudio Sanches d2d660a806 Remove ASBPATH check from interfaces 2021-06-03 13:02:19 -03:00
Ron Rennick f3908c9fe9
add wait between loading shop and add to cart (#30017) 2021-06-03 16:07:55 +02:00
Mike Jolley 01f71d7564 Add phone to api 2021-06-03 14:05:30 +01:00
Mike Jolley 5e26428d44 Add order test 2021-06-03 14:05:19 +01:00
Mike Jolley e9db2d4522 Add shipping phone to user profile/order screen 2021-06-03 13:58:19 +01:00
Mike Jolley 9c7f886e13 Cleanup shipping phone in privacy classes 2021-06-03 13:57:00 +01:00
Mike Jolley d19c31dee3 Add shipping phone to user facing emails 2021-06-03 13:55:56 +01:00
Mike Jolley e168702bb3 Add shipping phone to data stores 2021-06-03 13:55:37 +01:00
Ron Rennick 0c762a3266
Merge pull request #30030 from woocommerce/update/readme-typo-slack-oauth
fix Slack OAuth scopes typo in README
2021-06-03 09:09:35 -03:00
Rodel Calasagsag 95c088142b Removed unnecessary 3rd attribute in default variations object 2021-06-03 20:06:50 +08:00
Leif Singer b2ab18d168
fix Slack OAuth scopes typo in README 2021-06-03 13:42:10 +02:00
Rodel Calasagsag de56309f81 REmove unnecessary imports 2021-06-03 19:20:59 +08:00
Rodel Calasagsag 28c2597b0f Allow customization of variable product and variations 2021-06-03 19:16:20 +08:00
Brian Henry b4fc1737bc Remove functionless ABSPATH check.
Checking for ABSPATH is recommended so WordPress functions are not called before WordPress has been loaded. This does not apply to interfaces.
2021-06-02 23:39:48 -07:00