Prepare version changes for the 3.4.0 release.

This commit is contained in:
budzanowski 2021-01-27 10:30:34 +01:00
parent 0311aab0b0
commit a682b37739
5 changed files with 25 additions and 21 deletions

View file

@ -2,10 +2,10 @@
Contributors: automattic, tiagonoronha, jameskoster
Requires at least: 5.3.4
Tested up to: 5.6.0
Stable tag: 3.2.0
Version: 3.3.0
Stable tag: 3.4.0
Version: 3.4.0
WC requires at least: 4.2
WC tested up to: 4.9
WC tested up to: 5.0
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
@ -51,6 +51,10 @@ Privacy Policy for the Google Fonts API: https://developers.google.com/fonts/faq

== Changelog ==

= 3.4.0 - 2021-01-27 =
- Fix - Missing icons in WC Blocks and some other parts of the UI.
- Fix - Use proper escape function in comments template.

= 3.3.0 - 2021-01-14 =
- Fix Fatal error in old versions of WooCommerce. [#1583](https://github.com/woocommerce/storefront/pull/1583)
- Fix - Updated several escape functions. [#1581](https://github.com/woocommerce/storefront/pull/1581)

View file

@ -2,9 +2,9 @@
# This file is distributed under the GNU General Public License v2 or later.=!>
msgid ""
msgstr ""
"Project-Id-Version: Storefront 3.1.0\n"
"Project-Id-Version: Storefront 3.4.0\n"
"Report-Msgid-Bugs-To: https://github.com/woothemes/storefront/issues\n"
"POT-Creation-Date: 2021-01-05 16:12:03+00:00\n"
"POT-Creation-Date: 2021-01-27 09:27:50+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
@ -396,61 +396,61 @@ msgid ""
msgstr ""

#: inc/nux/class-storefront-nux-admin-inbox-messages-customize.php:41
#: inc/nux/class-storefront-nux-admin.php:160
#: inc/nux/class-storefront-nux-admin.php:180
#: inc/nux/class-storefront-nux-guided-tour.php:112
msgid "Let's go!"
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:108
#: inc/nux/class-storefront-nux-admin.php:128
msgid "Thanks for installing Storefront, you rock! 🤘"
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:109
#: inc/nux/class-storefront-nux-admin.php:129
msgid "To enable eCommerce features you need to install the WooCommerce plugin."
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:110
#: inc/nux/class-storefront-nux-admin.php:130
msgid "WooCommerce activated"
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:110
#: inc/nux/class-storefront-nux-admin.php:130
msgid "Activate WooCommerce"
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:110
#: inc/nux/class-storefront-nux-admin.php:130
msgid "Install WooCommerce"
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:114
#: inc/nux/class-storefront-nux-admin.php:134
msgid "Design your store 🎨"
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:118
#: inc/nux/class-storefront-nux-admin.php:138
msgid ""
"Before you add your first product let's design your store. We'll add some "
"example products for you. When you're ready let's get started by adding "
"your logo."
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:120
#: inc/nux/class-storefront-nux-admin.php:140
msgid ""
"You've set up WooCommerce, now it's time to give it some style! Let's get "
"started by entering the Customizer and adding your logo."
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:142
#: inc/nux/class-storefront-nux-admin.php:162
msgid "Apply the Storefront homepage template"
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:144
#: inc/nux/class-storefront-nux-admin.php:164
msgid "Create a homepage using Storefront's homepage template"
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:154
#: inc/nux/class-storefront-nux-admin.php:174
msgid "Add example products"
msgstr ""

#: inc/nux/class-storefront-nux-admin.php:161
#: inc/nux/class-storefront-nux-admin.php:181
msgid "Skip"
msgstr ""


2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "storefront",
"version": "3.3.0",
"version": "3.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "storefront",
"title": "Storefront",
"version": "3.3.0",
"version": "3.4.0",
"homepage": "http://woocommerce.com/storefront/",
"repository": {
"type": "git",

View file

@ -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: 3.3.0
Version: 3.4.0
Tested up to: 5.6.0
Requires PHP: 5.6.0
License: GNU General Public License v2 or later