Commit Graph

33378 Commits

Author SHA1 Message Date
Rodrigo Primo c86116a001
Merge pull request #24986 from woocommerce/fix-variation-missing-image-notice
Prevent notice in PHP 7.4 when a variable product has no images
2019-12-02 16:53:41 -03:00
Rodrigo Primo 86f59dff09
Merge pull request #24961 from woocommerce/fix/admin-caching-incr
Changed wp_cache invalidation from using increment to using microtime.
2019-12-02 15:32:17 -03:00
Claudio Sanches c6b2581a0c
Merge pull request #25140 from bgrgicak/update/wccom-6777
Return folder_exists error as success
2019-12-02 15:25:34 -03:00
Rodrigo Primo ebc9551c6e
Merge pull request #24849 from woocommerce/feature/24839
Introduced woocommerce_kses_notice_allowed_tags filter
2019-12-02 15:21:59 -03:00
Rodrigo Primo 7aa7453cde
Merge pull request #25148 from woocommerce/renovate/autoprefixer-9.x
Update dependency autoprefixer to v9.7.3
2019-12-02 15:02:16 -03:00
Rodrigo Primo 5a71147840
Merge pull request #25120 from woocommerce/renovate/lint-staged-9.x
Update dependency lint-staged to v9.5.0
2019-12-02 15:01:40 -03:00
Rodrigo Primo a7f4733f4b
Merge pull request #25108 from woocommerce/renovate/eslint-6.x
Update dependency eslint to v6.7.2
2019-12-02 15:00:45 -03:00
Rodrigo Primo f81bdf8aeb
Merge pull request #25106 from woocommerce/renovate/grunt-rtlcss-2.x
Update dependency grunt-rtlcss to v2.0.2
2019-12-02 15:00:06 -03:00
Bero 33d9f33fa3 folder_exists plugin info added 2019-12-02 16:11:44 +01:00
Renovate Bot 7e3bfd8f4a
Update dependency eslint to v6.7.2 2019-11-30 17:24:54 +00:00
Renovate Bot 41439b3130
Update dependency autoprefixer to v9.7.3 2019-11-30 15:15:38 +00:00
Christopher Allford baeae0652c Added a check to prevent variable product parents from being added to orders. 2019-11-29 17:06:50 -08:00
Christopher Allford 928ec871fa Code style fixes 2019-11-29 17:06:33 -08:00
Bero db112275c2 Return folder_exists error as success 2019-11-29 15:40:53 +01:00
Peter Fabian 309c48ab0e Deprecated old cache function and replaced it with a new one. 2019-11-28 14:03:57 +01:00
Christopher Allford 44aed47f4d Added empty categories to the product exporter admin view 2019-11-27 12:08:56 -08:00
Justas Butkus dbc0c5ab85 Remove permalink reliance
Some sites don't have permalinks enabled (e.g. local dev environments) and
can't use the WC site API functionality.

The `rest_get_url_prefix` elsewhere is only used in permalink context (e.g.
`get_rest_url` uses it conditionally), while `$wp->query_vars` are always
populated, even in rewrite condition, thus making them more accessible.
2019-11-27 21:45:21 +02:00
Claudio Sanches ee596b0941 Ignore renovate.json while generating packages 2019-11-27 15:40:50 -03:00
Peter Fabian 278cf53f2f
Merge pull request #25125 from woocommerce/fix/25029.3
Fix select2 style and admin screen button alignments in WP 5.3
2019-11-27 17:58:46 +01:00
Peter Fabian 8379e46772
Merge pull request #24278 from woocommerce/fix/23299
Display schema for the latest 5 reviews inside product's schema
2019-11-27 17:56:54 +01:00
Peter Fabian 8a0a5805e4
Merge pull request #25085 from woocommerce/fix/24648
Improve WC & Twenty twenty compatibility
2019-11-27 17:54:44 +01:00
Peter Fabian 7af0b788ee
Merge pull request #25119 from woocommerce/fix/24731.2
Fix order action button centering for WP 5.3
2019-11-27 17:53:20 +01:00
Peter Fabian 14c94341c0 Checkbox size fixed. 2019-11-27 17:33:00 +01:00
Peter Fabian db3c43a099 Remove the padding from WP 5.3 as per the original change. 2019-11-27 16:09:49 +01:00
Peter Fabian 3a094b820d There might be more than 3 related products. 2019-11-27 14:51:54 +01:00
Peter Fabian 8f0fa37033 Fixed the onsale floating away in Firefox. 2019-11-27 14:43:08 +01:00
Peter Fabian cd57edf0b3 Put back forgotten change. 2019-11-27 14:17:50 +01:00
Peter Fabian 7f18773c7d Apply CSS changes only to WP 5.3. 2019-11-27 14:11:17 +01:00
Viszt Péter 11e13425dd Support for WP's built-in color themes for select2 elements 2019-11-27 13:05:37 +01:00
Viszt Péter 6d5d238062 Responsive fixes 2019-11-27 13:05:29 +01:00
Viszt Péter 3d6c3b3551 Fixes for alignment issues on the settings screen introduced by WP 5.3 2019-11-27 13:05:20 +01:00
Peter Fabian 45f04d4dc0 Small padding updates to My Account > Orders table. 2019-11-27 12:29:24 +01:00
Peter Fabian a20c786661 Addressed feedback from designers. 2019-11-27 12:14:48 +01:00
Renovate Bot b39a08c473
Update dependency lint-staged to v9.5.0 2019-11-27 05:27:44 +00:00
vedanshujain aaa85ac74c Use standard way to calculate total in `get_subtotal_to_display` for consistency.
We were calculating subtotal to display slightly differently then we would have calculated subtotal in the cart. This was affecting subtotal value in invoices and in order confirmation screen.

This patch updates how we calculate subtotal to display such that we calculate in same way.
2019-11-27 04:43:23 +05:30
vedanshujain 8c2c83d488 Use `wc_round_tax_total` to make it consistent with how we round taxes.
When price includes taxes, we round down. This patch uses the correct method to round taxes depending on the mode instead of plain rounding.
2019-11-27 03:13:39 +05:30
Peter Fabian 2d1c9444f5 Fix action button centering for WP 5.3. 2019-11-26 22:34:34 +01:00
Peter Fabian f50d8ffdd1 Fixed PHPCS. 2019-11-26 20:54:04 +01:00
Peter Fabian 229967f9ea Moar fixes. 2019-11-26 20:50:29 +01:00
Peter Fabian 096b7136db Button color changed to highlight for this theme. 2019-11-26 19:24:39 +01:00
Peter Fabian 65d6a4fcbe Fix shipping form input radios to only show in case there's a selection.
Radio inputs in cart style synced with the one on Checkout page.
2019-11-26 19:19:51 +01:00
Peter Fabian 96c13b9cf6 Login form improvements and related error message updates. 2019-11-26 19:18:40 +01:00
Peter Fabian eebcf1e3be Select2 update on Cart page. 2019-11-26 18:23:42 +01:00
Peter Fabian fd1672f49e Blocks adjustments. 2019-11-26 18:07:49 +01:00
Peter Fabian a1ce40942e Select2 adjustments. 2019-11-26 17:00:44 +01:00
Peter Fabian 56c7f3bf97 My Account section updates. 2019-11-26 17:00:27 +01:00
Peter Fabian 361a23f46f Improved Thank you page styling. 2019-11-26 14:10:09 +01:00
vedanshujain 2ac3a0dfc8 Code standard fixes. 2019-11-26 18:36:23 +05:30
vedanshujain 5ef41f1ecc Empty cart before test to make sure everything in cart exists 2019-11-26 18:21:24 +05:30
Peter Fabian cf03de11af Narrow checkout layout improvements. 2019-11-26 13:32:58 +01:00