Skip to content

Commit 3e180bd

Browse files
committed
Update version to 3.2.0
1 parent c8e98b0 commit 3e180bd

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

README.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Contributors: automattic, tiagonoronha, jameskoster
33
Requires at least: 5.3.4
44
Tested up to: 5.6.0
5-
Stable tag: 3.1.0
6-
Version: 3.1.0
5+
Stable tag: 3.2.0
6+
Version: 3.2.0
77
WC requires at least: 4.2
8-
WC tested up to: 4.8
8+
WC tested up to: 4.9
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.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,10 @@ Privacy Policy for the Google Fonts API: https://developers.google.com/fonts/faq
5151

5252
== Changelog ==
5353

54+
= 3.2.0 - 2021-01-12 =
55+
* Fix – Replaced WooCommerce and Star icon usage with FontAwesome. (#1574)[https://github.com/woocommerce/storefront/pull/1574]
56+
* Fix - Use proper escape function for `datetime` attribute in comments template. (#1576)[https://github.com/woocommerce/storefront/pull/1576]
57+
5458
= 3.1.0 - 2021-01-05 =
5559
* Fix – Prevent a fatal error on activation if WooCommerce Admin is intentionally disabled.
5660
* Fix – Removed legacy code targeting unsupported versions of WooCommerce. Storefront currently supports 4.2+.

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.1.0",
4+
"version": "3.2.0",
55
"homepage": "http://woocommerce.com/storefront/",
66
"repository": {
77
"type": "git",

style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://woocommerce.com/storefront/
44
Author: Automattic
55
Author URI: https://woocommerce.com/
66
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
7-
Version: 3.1.0
7+
Version: 3.2.0
88
Tested up to: 5.6.0
99
Requires PHP: 5.6.0
1010
License: GNU General Public License v2 or later

0 commit comments

Comments
 (0)