mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-03 14:04:42 +08:00
Version bump to 4.5.1
This commit is contained in:
parent
db4bc630bb
commit
af6f34385b
5 changed files with 11 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
|||
Contributors: automattic, tiagonoronha, jameskoster
|
||||
Requires at least: 5.3.4
|
||||
Tested up to: 6.2.2
|
||||
Stable tag: 4.5.0
|
||||
Version: 4.5.0
|
||||
Stable tag: 4.5.1
|
||||
Version: 4.5.1
|
||||
WC requires at least: 4.2
|
||||
WC tested up to: 8.0.0
|
||||
License: GPLv3 or later
|
||||
|
@ -51,6 +51,9 @@ Privacy Policy for the Google Fonts API: https://developers.google.com/fonts/faq
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 4.5.1 - 2023-08-10 =
|
||||
- Fix - Load wc-cart-fragments-script when Mini Cart widget is active.
|
||||
|
||||
= 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.
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
# This file is distributed under the GNU General Public License v3 or later.=!>
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Storefront 4.5.0\n"
|
||||
"Project-Id-Version: Storefront 4.5.1\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/storefront\n"
|
||||
"POT-Creation-Date: 2023-08-08 07:28:40+00:00\n"
|
||||
"POT-Creation-Date: 2023-08-10 12:04:33+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "storefront",
|
||||
"version": "4.5.0",
|
||||
"version": "4.5.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "storefront",
|
||||
"title": "Storefront",
|
||||
"version": "4.5.0",
|
||||
"version": "4.5.1",
|
||||
"homepage": "https://woocommerce.com/products/storefront/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -104,4 +104,4 @@
|
|||
"node": "14.21.1",
|
||||
"npm": "9.1.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.5.0
|
||||
Version: 4.5.1
|
||||
Tested up to: 6.2.2
|
||||
Requires PHP: 5.6.0
|
||||
License: GNU General Public License v3 or later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue