Skip to content

Commit

Permalink
Version bump to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albarin committed Aug 8, 2023
1 parent b12b28a commit c785e00
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 25 deletions.
8 changes: 6 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: automattic, tiagonoronha, jameskoster
Requires at least: 5.3.4
Tested up to: 6.2.2
Stable tag: 4.4.1
Version: 4.4.1
Stable tag: 4.5.0
Version: 4.5.0
WC requires at least: 4.2
WC tested up to: 8.0.0
License: GPLv3 or later
Expand Down Expand Up @@ -51,6 +51,10 @@ Privacy Policy for the Google Fonts API: https://developers.google.com/fonts/faq

== Changelog ==

= 4.5.0 - 2023-08-08 =
- Fix – Add exclusion for /vendor directory in release zip build.
- Fix - Enqueue wc-cart-fragments script on woocommerce pages.

= 4.4.1 - 2023-07-12 =
- Fix – Rerun release build to fix missing files from 4.4.0 release.

Expand Down
40 changes: 20 additions & 20 deletions languages/storefront.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GNU General Public License v3 or later.=!>
msgid ""
msgstr ""
"Project-Id-Version: Storefront 4.4.1\n"
"Project-Id-Version: Storefront 4.5.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/storefront\n"
"POT-Creation-Date: 2023-07-13 02:05:36+00:00\n"
"POT-Creation-Date: 2023-08-08 07:28:40+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -193,84 +193,84 @@ msgstr ""
msgid "learn more"
msgstr ""

#: inc/class-storefront.php:95
#: inc/class-storefront.php:96
#: inc/nux/class-storefront-nux-starter-content.php:162
msgid "Primary Menu"
msgstr ""

#: inc/class-storefront.php:96
#: inc/class-storefront.php:97
#: inc/nux/class-storefront-nux-starter-content.php:182
msgid "Secondary Menu"
msgstr ""

#: inc/class-storefront.php:97
#: inc/class-storefront.php:98
#: inc/nux/class-storefront-nux-starter-content.php:192
msgid "Handheld Menu"
msgstr ""

#: inc/class-storefront.php:202
#: inc/class-storefront.php:203
msgid "Small"
msgstr ""

#: inc/class-storefront.php:207
#: inc/class-storefront.php:208
msgid "Normal"
msgstr ""

#: inc/class-storefront.php:212
#: inc/class-storefront.php:213
msgid "Medium"
msgstr ""

#: inc/class-storefront.php:217
#: inc/class-storefront.php:218
msgid "Large"
msgstr ""

#: inc/class-storefront.php:222
#: inc/class-storefront.php:223
msgid "Huge"
msgstr ""

#: inc/class-storefront.php:259
#: inc/class-storefront.php:260
msgid "Sidebar"
msgstr ""

#: inc/class-storefront.php:265
#: inc/class-storefront.php:266
msgid "Below Header"
msgstr ""

#: inc/class-storefront.php:267
#: inc/class-storefront.php:268
msgid ""
"Widgets added to this region will appear beneath the header and above the "
"main content."
msgstr ""

#: inc/class-storefront.php:280
#: inc/class-storefront.php:281
#. translators: 1: column number
msgid "Footer Column %1$d"
msgstr ""

#: inc/class-storefront.php:283
#: inc/class-storefront.php:284
#. translators: 1: column number
msgid "Widgets added here will appear in column %1$d of the footer."
msgstr ""

#: inc/class-storefront.php:286
#: inc/class-storefront.php:287
#. translators: 1: row number, 2: column number
msgid "Footer Row %1$d - Column %2$d"
msgstr ""

#: inc/class-storefront.php:289
#: inc/class-storefront.php:290
#. translators: 1: column number, 2: row number
msgid "Widgets added here will appear in column %1$d of footer row %2$d."
msgstr ""

#: inc/class-storefront.php:361
#: inc/class-storefront.php:364
msgid "Expand child menu"
msgstr ""

#: inc/class-storefront.php:362
#: inc/class-storefront.php:365
msgid "Collapse child menu"
msgstr ""

#: inc/class-storefront.php:496
#: inc/class-storefront.php:517
msgid "Post Navigation"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storefront",
"title": "Storefront",
"version": "4.4.1",
"version": "4.5.0",
"homepage": "https://woocommerce.com/products/storefront/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://woocommerce.com/products/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: 4.4.1
Version: 4.5.0
Tested up to: 6.2.2
Requires PHP: 5.6.0
License: GNU General Public License v3 or later
Expand Down

0 comments on commit c785e00

Please sign in to comment.