Skip to content

Commit ee50498

Browse files
committed
Version bump to 4.5.2
1 parent 152f751 commit ee50498

File tree

5 files changed

+29
-26
lines changed

5 files changed

+29
-26
lines changed

README.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: automattic, tiagonoronha, jameskoster
33
Requires at least: 5.3.4
44
Tested up to: 6.2.2
5-
Stable tag: 4.5.1
6-
Version: 4.5.1
5+
Stable tag: 4.5.2
6+
Version: 4.5.2
77
WC requires at least: 4.2
88
WC tested up to: 8.0.0
99
License: GPLv3 or later
@@ -51,6 +51,9 @@ Privacy Policy for the Google Fonts API: https://developers.google.com/fonts/faq
5151

5252
== Changelog ==
5353

54+
= 4.5.2 - 2023-08-11 =
55+
- Fix - Enqueue wc-cart-fragments script on all pages.
56+
5457
= 4.5.1 - 2023-08-10 =
5558
- Fix - Load wc-cart-fragments-script when Mini Cart widget is active.
5659

languages/storefront.pot

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the GNU General Public License v3 or later.=!>
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Storefront 4.5.1\n"
5+
"Project-Id-Version: Storefront 4.5.2\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/storefront\n"
7-
"POT-Creation-Date: 2023-08-10 12:04:33+00:00\n"
7+
"POT-Creation-Date: 2023-08-11 14:12:54+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -193,84 +193,84 @@ msgstr ""
193193
msgid "learn more"
194194
msgstr ""
195195

196-
#: inc/class-storefront.php:96
196+
#: inc/class-storefront.php:95
197197
#: inc/nux/class-storefront-nux-starter-content.php:162
198198
msgid "Primary Menu"
199199
msgstr ""
200200

201-
#: inc/class-storefront.php:97
201+
#: inc/class-storefront.php:96
202202
#: inc/nux/class-storefront-nux-starter-content.php:182
203203
msgid "Secondary Menu"
204204
msgstr ""
205205

206-
#: inc/class-storefront.php:98
206+
#: inc/class-storefront.php:97
207207
#: inc/nux/class-storefront-nux-starter-content.php:192
208208
msgid "Handheld Menu"
209209
msgstr ""
210210

211-
#: inc/class-storefront.php:203
211+
#: inc/class-storefront.php:202
212212
msgid "Small"
213213
msgstr ""
214214

215-
#: inc/class-storefront.php:208
215+
#: inc/class-storefront.php:207
216216
msgid "Normal"
217217
msgstr ""
218218

219-
#: inc/class-storefront.php:213
219+
#: inc/class-storefront.php:212
220220
msgid "Medium"
221221
msgstr ""
222222

223-
#: inc/class-storefront.php:218
223+
#: inc/class-storefront.php:217
224224
msgid "Large"
225225
msgstr ""
226226

227-
#: inc/class-storefront.php:223
227+
#: inc/class-storefront.php:222
228228
msgid "Huge"
229229
msgstr ""
230230

231-
#: inc/class-storefront.php:260
231+
#: inc/class-storefront.php:259
232232
msgid "Sidebar"
233233
msgstr ""
234234

235-
#: inc/class-storefront.php:266
235+
#: inc/class-storefront.php:265
236236
msgid "Below Header"
237237
msgstr ""
238238

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

245-
#: inc/class-storefront.php:281
245+
#: inc/class-storefront.php:280
246246
#. translators: 1: column number
247247
msgid "Footer Column %1$d"
248248
msgstr ""
249249

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

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

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

265-
#: inc/class-storefront.php:364
265+
#: inc/class-storefront.php:363
266266
msgid "Expand child menu"
267267
msgstr ""
268268

269-
#: inc/class-storefront.php:365
269+
#: inc/class-storefront.php:364
270270
msgid "Collapse child menu"
271271
msgstr ""
272272

273-
#: inc/class-storefront.php:517
273+
#: inc/class-storefront.php:498
274274
msgid "Post Navigation"
275275
msgstr ""
276276

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "4.5.1",
4+
"version": "4.5.2",
55
"homepage": "https://woocommerce.com/products/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/products/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: 4.5.1
7+
Version: 4.5.2
88
Tested up to: 6.2.2
99
Requires PHP: 5.6.0
1010
License: GNU General Public License v3 or later

0 commit comments

Comments
 (0)