diff --git a/README.txt b/README.txt index bb67d18a5..ede6f0197 100644 --- a/README.txt +++ b/README.txt @@ -2,8 +2,8 @@ Contributors: automattic, tiagonoronha, jameskoster Requires at least: 4.7 Tested up to: 5.0 -Stable tag: 2.4.0 -Version: 2.4.0 +Stable tag: 2.4.1 +Version: 2.4.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html 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 @@ -49,6 +49,10 @@ Privacy Policy for the Google Fonts API: https://developers.google.com/fonts/faq == Changelog == += 2.4.1 - 2018-12-06 = +* Fix - Fatal error caused by a method incorrectly defined as static. +* Fix - Remove unnecessary trailing slash in the first `load_theme_textdomain()` call. + = 2.4.0 - 2018-12-06 = * Feature - Add support for the new blocks introduced in WordPress 5.0. * Feature - Gutenberg editor styles. diff --git a/languages/storefront.pot b/languages/storefront.pot index b4fc93bf9..658ceec2a 100644 --- a/languages/storefront.pot +++ b/languages/storefront.pot @@ -2,9 +2,9 @@ # This file is distributed under the GNU General Public License v2 or later.=!> msgid "" msgstr "" -"Project-Id-Version: Storefront 2.4.0\n" +"Project-Id-Version: Storefront 2.4.1\n" "Report-Msgid-Bugs-To: https://github.com/woothemes/storefront/issues\n" -"POT-Creation-Date: 2018-12-05 22:55:06+00:00\n" +"POT-Creation-Date: 2018-12-06 17:14:05+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/package.json b/package.json index 418d5283b..6b2290c68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "storefront", "title": "Storefront", - "version": "2.4.0", + "version": "2.4.1", "homepage": "http://woocommerce.com/storefront/", "repository": { "type": "git", @@ -10,7 +10,8 @@ "scripts": { "build": "grunt", "css": "grunt css", - "watch": "grunt watch" + "watch": "grunt watch", + "deploy": "grunt deploy" }, "license": "GPL-2.0+", "main": "Gruntfile.js", diff --git a/style.scss b/style.scss index e63424ddf..2ecc656d7 100644 --- a/style.scss +++ b/style.scss @@ -4,7 +4,7 @@ Theme URI: https://woocommerce.com/storefront/ Author: Automattic Author URI: https://woocommerce.com/ 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! -Version: 2.4.0 +Version: 2.4.1 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Text Domain: storefront