Releases: woocommerce/storefront
3.0.0
1.5.3
Small release the re-include the automatic enqueuing of child theme stylesheets.
1.5.2
Storefront 1.5.2 is a minor release which includes one fix and a whole bunch of useful tweaks and improvements.
The fix is for an edge case situation where both the handheld menu and the primary menu could be displayed at the same time in desktop orientation if a user where to open the site on desktop, resize the mobile orientation, open the navigation, and then resize to desktop orientation again with no further action.
The most significant tweak is that we no longer bundle translations in Storefront, or manage them on Transifex. This now all managed on WordPress.org. So if you've been translating Storefront before, please get involved there :-)
Full list of changes;
- Fix - Duplicate menu display when not using a handheld menu and switching between desktop/handheld orientations.
- Tweak - Adjusts how CSS is enqueued for child theme compatibility with RTL.
- Tweak - Better display of prices in WooCommerce product widgets.
- Tweak - Improved caption display.
- Tweak - Re-organised welcome screen.
- Tweak - Adjusted Product Bundles integration to include support for the WooCommerce Product Bundles - Tabular Layout extension.
- Tweak - Styled the variation reset link.
- Tweak - Start rating input now more intuitive.
- Tweak - Added styles for WooCommerce password strength meter.
- Tweak - Arrange the login/registration forms on the account page into two columns.
- Tweak - Support for the most recent class applied to the site logo added by Jetpack.
- Dev -
storefront_display_comments
is now hooked intostorefront_single_post_after
with priority 20 (was 10). - Localisation - All translations are now managed on WordPress.org
- Localisation - Product names can no longer be translated.
1.4.0
There are 2 key features in this release:
Handheld Menu Location
Previously, Storefront displayed the primary menu on handheld devices, and hid the secondary menu. This was problematic because you may have important menu items in the secondary menu. It’s also possible that there are extraneous menu items in the primary nav which bloat the menu on handheld. In short, in Storefront 1.3.* you don’t have complete control of the navigation served to mobiles.
So, in Storefront 1.4.0 we added a new ‘handheld’ location. The menu that you assign to this location will display only on handheld devices. This gives you the flexibility and complete control to serve a custom menu to mobiles.
Important: After updating, please remember to create / assign a menu to this location, or mobile visitors wont be able to navigate your site!
Accessibility
It’s vital that your store is accessible to everyone. To comply with wordpress.org’s ‘accessibility-ready’ tag we’ve made many improvements:
- Contrast – Several colors have been tweaked to meet WCAG AA level standards.
- Navigation – It is now possible to tab through Storefront menus (including dropdowns).
- Screen reader text has been applied to all ambiguous links (“continue reading”, etc).
- ARIA roles / content added where appropriate.
- Skip link added for navigation as well as content.
1.3.0
- New - Support for WooCommerce 2.3 features like responsive tables.
- Fix - Margin on site title / logo.
- Fix - Tweaked some css selectors in the checkout to improve compatiblity with Amazon Payments Advanced gateway.
- Fix - Layout selector in Firefox.
- Fix -
storefront_menu_toggle_text
filter. Props jesinwp. - Tweak - Product Reviews Pro integration.
- Tweak - Select width in WooCommerce forms.
- Tweak - Composite Products integration improvements.
- Tweak - Removed header widget region bottom margin.
- Tweak - Increased size of photos displayed in the WooCommerce Photography extension.
- Tweak - Page / term description width.
- Tweak - Hide 'What is WooCommerce' section on welcome screen when it's already installed.
- Tweak - Widget region order in dashboard.
- Tweak - Add the correct page content hook in the inline docs ( template-homepage.php ).
- Tweak -
mark
styling. - Dev - Added
storefront_sanitize_choices()
. - Dev - Tweaked the divider Customizer control to allow text/title.
- Dev - Updated FontAwesome to version 4.3.0.
- Dev - Libsass / node susy for faster compiling. Please do a fresh
npm install
when working with this version.