Skip to content

Commit 095cdcc

Browse files
Customizer for WooCommerce: 2.8.0 Versioning
1 parent 6cee446 commit 095cdcc

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

i18n/languages/woocommerce-customizer.pot

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Copyright (C) 2022 SkyVerge
1+
# Copyright (C) 2023 SkyVerge
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Customizer for WooCommerce 2.7.7\n"
5+
"Project-Id-Version: Customizer for WooCommerce 2.8.0\n"
66
"Report-Msgid-Bugs-To: "
77
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8-
"POT-Creation-Date: 2022-08-01 03:51:06+00:00\n"
8+
"POT-Creation-Date: 2023-07-28 11:35:31+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
1515

@@ -290,25 +290,25 @@ msgid ""
290290
"for European countries"
291291
msgstr ""
292292

293-
#: woocommerce-customizer.php:104
293+
#: woocommerce-customizer.php:124
294294
#. translators: Placeholders: %s - plugin name
295295
msgid "You cannot clone instances of %s."
296296
msgstr ""
297297

298-
#: woocommerce-customizer.php:116
298+
#: woocommerce-customizer.php:136
299299
#. translators: Placeholders: %s - plugin name
300300
msgid "You cannot unserialize instances of %s."
301301
msgstr ""
302302

303-
#: woocommerce-customizer.php:252
303+
#: woocommerce-customizer.php:272
304304
#. translators: %1$s - <strong>, %2$s - </strong>, %3$s - <a>, %4$s - version
305305
#. number, %5$s - </a>
306306
msgid ""
307307
"%1$sCustomizer for WooCommerce is inactive%2$s as it requires WooCommerce. "
308308
"Please %3$sactivate WooCommerce version %4$s or newer%5$s"
309309
msgstr ""
310310

311-
#: woocommerce-customizer.php:273
311+
#: woocommerce-customizer.php:293
312312
#. translators: Placeholders: %1$s - <strong>, %2$s - </strong>, %3$s - version
313313
#. number, %4$s and %6$s - <a> tags, %5$s - </a>
314314
msgid ""
@@ -317,19 +317,19 @@ msgid ""
317317
"WooCommerce database upgrade%5$s."
318318
msgstr ""
319319

320-
#: woocommerce-customizer.php:458
320+
#: woocommerce-customizer.php:478
321321
msgid "Configure"
322322
msgstr ""
323323

324-
#: woocommerce-customizer.php:459
324+
#: woocommerce-customizer.php:479
325325
msgid "FAQ"
326326
msgstr ""
327327

328-
#: woocommerce-customizer.php:460
328+
#: woocommerce-customizer.php:480
329329
msgid "Support"
330330
msgstr ""
331331

332-
#: woocommerce-customizer.php:505
332+
#: woocommerce-customizer.php:525
333333
#. translators: Placeholder: %s - sale percentage
334334
msgid "up to %s"
335335
msgstr ""

readme.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@s
44
Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
55
Requires at least: 5.6
66
Requires PHP: 7.4
7-
Tested up to: 6.0.1
8-
Stable tag: 2.8.0-dev.1
7+
Tested up to: 6.2.2
8+
Stable tag: 2.8.0
99
License: GPLv3 or later
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -72,7 +72,7 @@ Of course! Please fork the [GitHub](https://github.com/skyverge/woocommerce-cust
7272

7373
== Changelog ==
7474

75-
= 2023.nn.nn - version 2.8.0-dev.1 =
75+
= 2023.07.28 - version 2.8.0 =
7676
* Misc - Add compatibility for WooCommerce High Performance Order Storage (HPOS)
7777
* Misc - Require PHP 7.4 and WordPress 5.6
7878

woocommerce-customizer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Customize WooCommerce without code! Easily change add to cart button text and more.
66
* Author: SkyVerge
77
* Author URI: http://www.skyverge.com
8-
* Version: 2.8.0-dev.1
8+
* Version: 2.8.0
99
* Text Domain: woocommerce-customizer
1010
* Domain Path: /i18n/languages/
1111
*
@@ -19,7 +19,7 @@
1919
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
2020
*
2121
* WC requires at least: 3.9.4
22-
* WC tested up to: 6.7.0
22+
* WC tested up to: 7.9.0
2323
*/
2424

2525
defined( 'ABSPATH' ) or exit;

0 commit comments

Comments
 (0)