Claudio Sanches
5daf39e169
Merge pull request #27010 from senff/fix/27009
...
CSS fix for issue 27009
2020-10-14 21:28:46 -03:00
Claudio Sanches
87ee7167eb
Merge pull request #27968 from woocommerce/fix/issue-27532
...
Tweak CSS to properly display product reviews in activity widget
2020-10-14 21:07:14 -03:00
roykho
233f38fa67
Tweak CSS to properly display product reviews in activity widget closes #27532
2020-10-14 14:37:28 -07:00
Peter Fabian
398e3b2c1a
Remove duplicated content.
...
Ref: #27410
2020-09-24 10:25:22 +02:00
Ron Rennick
43051a0950
update deprecation versions to 4.6.0
2020-09-18 13:16:46 -03:00
Ron Rennick
9915a5b142
merge master
2020-09-18 12:53:28 -03:00
Rodrigo Primo
2b5a295db0
Fix variations and attributes layout when running WP >= 5.5
...
This commit fixes the layout of the sections of the product page in the admin that display variations and attributes. It was broken since WP 5.5 was releases. This version of WP removed a CSS rule that WooCommerce uses (see 22d0cd6c96 (diff-fc8970b78a0739bd367f17c3a8e552e6L1993)
). So this commit simply adds this rule back.
See #27326
2020-09-04 09:47:25 -03:00
Claudio Sanches
5f1d2a8a2c
Merge pull request #27387 from woocommerce/fix/27385-twenty-twenty-notices
...
Fixes to notice styles in Twenty Twenty
2020-08-28 17:24:33 -03:00
Claudio Sanches
09630202e7
Merge pull request #27459 from jgreys/fix/27360
...
Fix white space character #27360
2020-08-28 17:23:12 -03:00
Ron Rennick
8fe3bcb90e
rebase to current master
2020-08-28 10:59:43 -03:00
GREYS
dd10ad5637
Fix white space character #27360
2020-08-24 11:40:43 +09:00
Hayden Whiteman
3fca3caf1d
Fix #27413
2020-08-22 19:35:13 +12:00
Peter Fabian
e0d283c7b8
Merge pull request #27405 from woocommerce/fix/paypal-fieldlocale-undefined
...
Additional protection for fieldlocale
2020-08-19 18:11:02 +02:00
vedanshujain
f74d2241f5
Additional protection for fieldlocale
2020-08-19 20:41:11 +05:30
Albert Juhé Lluveras
cf0ce1b14f
Remove no longer necessary property
2020-08-18 19:23:29 +02:00
Albert Juhé Lluveras
ea52558086
Twenty Twenty: show notice buttons on the right. Fixes #27386
2020-08-18 19:20:33 +02:00
Albert Juhé Lluveras
3ee608aee8
Twenty Twenty: list error notices vertically. Fix #27385
2020-08-18 19:19:31 +02:00
Ron Rennick
72df8aecfa
updated deprecated version to 4.5.0
2020-08-13 14:46:12 -03:00
Ron Rennick
f0ad8a01be
merge current master
2020-08-13 14:33:07 -03:00
Ron Rennick
bb5c367e20
move the arrows on product pointers
2020-08-12 21:44:21 -03:00
Claudio Sanches
891a0cf8e8
Merge pull request #27170 from woocommerce/fix/27167
...
Fixed - Fixed "Product type" dropdown from Product's data meta box on WP 5.5
2020-07-30 16:38:18 -03:00
Claudio Sanches
cc8282a23f
Merge pull request #27142 from woocommerce/fix/25788
...
Improve order details UI to highlight "Paid" and "Net Payment" sections
2020-07-30 15:49:24 -03:00
Claudio Sanches
edaf71b115
Remove new WP 5.5 meta box arrows
2020-07-29 22:04:44 -03:00
Claudio Sanches
94f8d2d576
Fixed jQuery selector
2020-07-29 19:21:24 -03:00
Claudio Sanches
97c7937fd9
Fixed "Product type" dropdown on WP 5.5
...
WP 5.5 doesn't introduce a <span> tag inside metaboxes headings
2020-07-29 19:12:02 -03:00
Claudio Sanches
008e41170b
Improved UX to highlight order data when there's some refund
2020-07-28 15:13:00 -03:00
Claudio Sanches
db82c98801
Merge pull request #26945 from woocommerce/fix/25233
...
Photoswipe: Populate alt attribute for photoswipe galleries
2020-07-27 11:35:13 -03:00
Claudio Sanches
7bd34e3545
Merge branch 'master' into fix/25843
2020-07-24 17:04:28 -03:00
Christopher Allford
b21c3fb55a
Updated minified files
2020-07-16 21:44:49 -07:00
Claudio Sanches
e340a20312
Merge pull request #26880 from wpdesk/bugfix/settings-changes-warning
...
Changed settings warning when leaving page
2020-07-14 13:40:05 -03:00
Nestor Soriano
d2787818e3
Rename `quick-edit-warning` style with `wc-` prefix, and add styling.
2020-07-14 16:02:59 +02:00
Nestor Soriano
a33bcaf532
Remove unnecessary phpcs disabler in quick-edit.js
2020-07-14 11:42:22 +02:00
Nestor Soriano
fd34cf76b2
Fix stock status setting for variable products on bulk & quick edits.
...
For bulk edit: even if stock status was left as "No change", the
status of all variations was being changed to whatever the status
of the product was before it was converted to variable. Now
no change is performed when "No change" is selected, and all
variations change to whatever is selected otherwise.
For quick edit: a new "No change" option is added that will be
preselected when the product is variable. Previously, whatever
status the product had before being converted to variable was being
shown, and that's the status that would be set when saving.
Also, a "This will change the stock status of all variations"
message is displayed before the selector.
2020-07-14 11:42:21 +02:00
Nestor Soriano
39e5a1bfb1
Fix code sniffer errors on quick-edit.js
2020-07-14 11:42:21 +02:00
senff
48a236e0e1
CSS fix for issue 27009
2020-07-10 08:22:18 -04:00
Jonathan Sadowski
3b9ac931b6
Include alt in the items passed to initialize photoswipe
2020-07-02 13:17:34 -05:00
Jonathan Sadowski
c0fe1e25de
Update jquery zoom to grab alt from source image
2020-07-02 13:17:34 -05:00
Jonathan Sadowski
c9e327809a
Update photoswipe to display alt attribute on preload
2020-07-02 13:17:34 -05:00
Claudio Sanches
c6fbae605b
Merge pull request #26609 from woocommerce/fix/26608-twentytwenty-price-underline
...
Twenty Twenty: remove underline from discounted prices
2020-07-01 14:28:32 -03:00
Claudio Sanches
ef6b369726
Merge pull request #26536 from catchmareck/master
...
Trigger removed_coupon_in_checkout event after coupon removal on checkout
2020-07-01 14:13:49 -03:00
Claudio Sanches
dfe2f05e27
Merge pull request #26516 from woocommerce/fix/twenty-twenty-block-styles
...
Remove TwentyTwenty Block styles
2020-07-01 13:27:57 -03:00
Claudio Sanches
882f10ba18
Merge pull request #26202 from woocommerce/fix/25427
...
Select2 CSS adjustment is affecting other plugins
2020-07-01 13:08:18 -03:00
Claudio Sanches
dec50429b4
Merge pull request #25240 from shamalisulakhe/issue-24266-solution
...
Issue 24266 solution - with rerf of
2020-07-01 13:00:58 -03:00
Claudio Sanches
61caec9a24
Fixed coding standards
2020-07-01 13:00:25 -03:00
Claudio Sanches
9ac5bcb586
Merge pull request #26697 from passatgt/master
...
Fixes for Hungarian address format and name order
2020-07-01 12:55:50 -03:00
Claudio Sanches
d74b73f014
Merge pull request #26558 from woocommerce/fix/26555
...
Fix tooltip flashing
2020-07-01 12:47:14 -03:00
Claudio Sanches
4450d2239f
Merge pull request #26660 from woocommerce/add/status-tools-prompt
...
Adds a prompt to confirm if should run tools in the Status page.
2020-07-01 12:39:54 -03:00
Claudio Sanches
683296f2dc
Merge pull request #26805 from franticpsyx/issue-26799
...
Preserve qty input val when changing variations
2020-07-01 12:37:55 -03:00
Grzegorz Rola
598100eeb0
Settings lost warning should be shown always.
2020-06-26 10:52:28 +02:00
Claudio Sanches
f4d11c89f3
Merge branch 'master' into issue-24266-solution
2020-06-23 16:47:30 -03:00