Edward Kay
|
cc6149d08a
|
Grammar fix to login button
Login is a noun, not a verb :) See https://www.quora.com/Which-is-correct-%E2%80%9Clogin%E2%80%9D-or-%E2%80%9Clog-in%E2%80%9D
|
2018-02-15 13:58:21 +00:00 |
Iconic
|
79fa19251e
|
Mini cart item link
This should account for the value of `$product_permalink`, not just whether the product is visible.
|
2018-02-15 13:31:40 +00:00 |
Mike Jolley
|
65278efd44
|
Allow modal to be wider and fix button wrapping
|
2018-02-15 12:46:47 +00:00 |
Mike Jolley
|
67c07a3314
|
Update ISSUE_TEMPLATE.md
|
2018-02-15 11:28:14 +00:00 |
Jonathan Belcher
|
f64be6dc62
|
Delete Whitespace
|
2018-02-14 15:41:13 -05:00 |
Jonathan Belcher
|
8d757e3d3c
|
Deletes whitespace
|
2018-02-14 15:40:01 -05:00 |
Mike Jolley
|
654e7db840
|
Use empty check for search
|
2018-02-14 18:09:47 +00:00 |
Mike Jolley
|
1b03a80ecb
|
Merge pull request #18955 from woocommerce/update/3.3-image-handling
Image regeneration and thumbnail improvements
|
2018-02-14 17:35:53 +00:00 |
Mike Jolley
|
d841cf3f27
|
Conditionally add messages in customiser
|
2018-02-14 17:25:52 +00:00 |
Mike Jolley
|
7ae0f6c274
|
Hide status button when disabled via filter
|
2018-02-14 17:00:43 +00:00 |
Mike Jolley
|
ebc8ff0737
|
Fallback to closest match if size changes.
|
2018-02-14 13:43:52 +00:00 |
Mike Jolley
|
2f0e88f7ba
|
Improved photon handling
|
2018-02-14 13:20:34 +00:00 |
Mike Jolley
|
66e65cf7bf
|
Disable image regen if photon is being used.
|
2018-02-14 11:38:18 +00:00 |
Gerhard Potgieter
|
f3974efb6b
|
Fetch size dynamically
|
2018-02-14 11:35:16 +02:00 |
Gerhard Potgieter
|
0dce1a485c
|
Remove hardcoded check, use dynamic values based on WP_CONTENT_DIR and ABSPATH
|
2018-02-14 11:29:44 +02:00 |
Gerhard Potgieter
|
1961076bf7
|
Update tools message for image reneneration.
|
2018-02-14 10:38:59 +02:00 |
Andrej Mernik
|
62e158835c
|
Update photoswipe.php
Remove comments. Theme developers can read the Photoswipe docs for modification ...
|
2018-02-14 07:48:12 +01:00 |
Mike Jolley
|
fe1abb61e6
|
Fix flex box rules
|
2018-02-13 20:49:25 +00:00 |
Mike Jolley
|
0672afdc9f
|
Log cancel event
|
2018-02-13 19:22:01 +00:00 |
Mike Jolley
|
1631c8a09f
|
Cancel button text
|
2018-02-13 19:21:52 +00:00 |
Mike Jolley
|
280ca3757e
|
wc_get_gallery_image_html checks
|
2018-02-13 19:18:13 +00:00 |
Mike Jolley
|
67bef92657
|
static function
|
2018-02-13 17:57:45 +00:00 |
Mike Jolley
|
154898dec2
|
make customizer preview temporary
|
2018-02-13 14:33:45 +00:00 |
Mike Jolley
|
52853e9c23
|
typo
|
2018-02-13 13:59:54 +00:00 |
Mike Jolley
|
755f535f69
|
Return, to avoid multiple resizes
|
2018-02-13 13:58:27 +00:00 |
Andrej Mernik
|
4e1fab4652
|
Convert HTML comments to PHP, remove empty lines
There are no benefits of exposing code comments to the public. The code was also made more compact.
|
2018-02-13 14:43:02 +01:00 |
Mike Jolley
|
9f9e4027e9
|
Thumbnail mapping
|
2018-02-13 12:51:55 +00:00 |
Mike Jolley
|
e39b6950a8
|
Notice when regeneration is happening
|
2018-02-13 12:02:24 +00:00 |
Mike Jolley
|
3c7262112e
|
Merge branch 'fix/18842-external-images-fix' into update/3.3-image-handling
|
2018-02-13 11:18:43 +00:00 |
Mike Jolley
|
c29da59edf
|
Merge branch 'fix/18842-external-images-fix' into update/3.3-image-handling
|
2018-02-13 11:17:43 +00:00 |
Mike Jolley
|
2b36b5f49f
|
Main image should be larger.
|
2018-02-13 11:16:42 +00:00 |
Mike Jolley
|
a55a4b9a88
|
Use helper function which has more filters and moves logic out of template file
|
2018-02-13 11:16:42 +00:00 |
Mike Jolley
|
ebb246d9d3
|
wc_get_gallery_image_html helper function
|
2018-02-13 11:16:42 +00:00 |
Mike Jolley
|
9499b63e01
|
Register gallery_thumbnail size
|
2018-02-13 11:16:42 +00:00 |
Gerhard Potgieter
|
794272a732
|
Do not auto generate images on setting changes or theme switches. Introduce a regenerate button under tools. Only resize images on the fly when using the customizer to preview changes.
|
2018-02-13 09:55:50 +02:00 |
Shiva Poudel
|
a283da9a53
|
Since already initialized on load no need of this
|
2018-02-13 08:31:11 +05:45 |
Caleb Burks
|
ea9f799ec6
|
Remove strlen() condition
Did some tests, substr() is actually faster than the strlen() check.
|
2018-02-12 17:39:33 -05:00 |
Claudiu Lodromanean
|
c9bbbf7c5a
|
Merge pull request #18944 from suifengtec/master
fix: show Maximum size with the size unit on the importer screen
|
2018-02-12 11:26:55 -08:00 |
Claudiu Lodromanean
|
86790b43da
|
Merge pull request #18941 from woocommerce/update/18929
Allow changing the default product category
|
2018-02-12 10:07:09 -08:00 |
Claudiu Lodromanean
|
b5e0450ef3
|
Merge pull request #18939 from woocommerce/fix/18923
Set status after order is created/updated.
|
2018-02-12 10:02:50 -08:00 |
Claudiu Lodromanean
|
2abe05342a
|
Merge pull request #18935 from woocommerce/fix/order-column-copy-text
If selecting text, don't link to order on row click.
|
2018-02-12 09:29:55 -08:00 |
Claudiu Lodromanean
|
c98e0ac43b
|
Merge pull request #18934 from woocommerce/update/18932
Remove isle of man state
|
2018-02-12 09:18:13 -08:00 |
Claudiu Lodromanean
|
cfbd60e6d2
|
Merge pull request #18909 from woocommerce/fix/email-order-details-version
Email order details template version
|
2018-02-12 08:51:23 -08:00 |
Claudiu Lodromanean
|
334b543c77
|
Merge pull request #18908 from woocommerce/fix/18864
Set woocommerce_hide_invisible_variations to true.
|
2018-02-12 08:50:54 -08:00 |
Claudiu Lodromanean
|
3fd4c365b1
|
Merge pull request #18905 from woocommerce/fix/18891
Use verbose page rules when shop is in the URL, including shop base with category
|
2018-02-12 08:46:41 -08:00 |
Claudiu Lodromanean
|
4085e68aee
|
Merge pull request #18904 from woocommerce/fix/18900
Tweak mobile view of order preview
|
2018-02-12 08:42:58 -08:00 |
suifengtec
|
6aab570544
|
fix: show Maximum size with the size unit on the importer screen
|
2018-02-12 23:18:24 +08:00 |
Mike Jolley
|
2c45696498
|
Add a 'make default' button to change the default product category
|
2018-02-12 13:17:47 +00:00 |
Mike Jolley
|
e903027c2f
|
Merge pull request #18895 from woocommerce/fix/remove-attribute-type-column
Remove "Type" column on attributes table by default.
|
2018-02-12 12:14:54 +00:00 |
Mike Jolley
|
d5d4f4199e
|
Merge pull request #18917 from shivapoudel/fix-status
Fix - Help tip for webhook status
|
2018-02-12 12:09:03 +00:00 |