Skip to content

Commit 81338cd

Browse files
committed
Update versions for 3.8.0 release
1 parent 5d6f033 commit 81338cd

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

README.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=== Storefront ===
22
Contributors: automattic, tiagonoronha, jameskoster
33
Requires at least: 5.3.4
4-
Tested up to: 5.7.0
5-
Stable tag: 3.7.0
6-
Version: 3.7.0
4+
Tested up to: 5.8.0
5+
Stable tag: 3.8.0
6+
Version: 3.8.0
77
WC requires at least: 4.2
8-
WC tested up to: 5.3
8+
WC tested up to: 5.5
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
@@ -51,6 +51,13 @@ Privacy Policy for the Google Fonts API: https://developers.google.com/fonts/faq
5151

5252
== Changelog ==
5353

54+
= 3.8.0 - 2021-08-17 =
55+
- Fix – Several visual issues when a Search block was added to a widget area ([#1755](https://github.com/woocommerce/storefront/pull/1755))
56+
- Fix - Removed superfluous slashes from Star and WooCommerce fonts urls ([#1754](https://github.com/woocommerce/storefront/pull/1754))
57+
- Fix - Fix hidden disclosure arrow on <summary> tags ([#1727](https://github.com/woocommerce/storefront/pull/1727))
58+
- Fix - Remove full width image mobile margin and remove full width image block margins on mobile ([#1713](https://github.com/woocommerce/storefront/pull/1713))
59+
- Enhancement – Remove skip-link-focus-fix.js. ([#1653](https://github.com/woocommerce/storefront/pull/1653))
60+
5461
= 3.7.0 - 2021-05-25 =
5562
- Fix - Fix compatibility problem with Gravity forms premium ([#1690](https://github.com/woocommerce/storefront/pull/1690))
5663
- Dev - Image optimization (imagealpha & imageoptim) ([#1691](https://github.com/woocommerce/storefront/pull/1691))

languages/storefront.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: Storefront 3.7.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/storefront\n"
7-
"POT-Creation-Date: 2021-05-25 10:02:41+00:00\n"
7+
"POT-Creation-Date: 2021-08-17 12:05:10+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
1111
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
14-
"X-Generator: node-wp-i18n 1.2.5\n"
14+
"X-Generator: node-wp-i18n 1.2.6\n"
1515

1616
#: 404.php:19
1717
msgid "Oops! That page can&rsquo;t be found."
@@ -262,15 +262,15 @@ msgstr ""
262262
msgid "Widgets added here will appear in column %1$d of footer row %2$d."
263263
msgstr ""
264264

265-
#: inc/class-storefront.php:350
265+
#: inc/class-storefront.php:349
266266
msgid "Expand child menu"
267267
msgstr ""
268268

269-
#: inc/class-storefront.php:351
269+
#: inc/class-storefront.php:350
270270
msgid "Collapse child menu"
271271
msgstr ""
272272

273-
#: inc/class-storefront.php:485
273+
#: inc/class-storefront.php:484
274274
msgid "Post Navigation"
275275
msgstr ""
276276

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "storefront",
33
"title": "Storefront",
4-
"version": "3.7.0",
4+
"version": "3.8.0",
55
"homepage": "http://woocommerce.com/storefront/",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)