Skip to content

Commit 78c646a

Browse files
committed
WooCommerce Customizer: 2.7.6 Versioning
1 parent 1dd8933 commit 78c646a

File tree

3 files changed

+12
-24
lines changed

3 files changed

+12
-24
lines changed

i18n/languages/woocommerce-customizer.pot

+8-20
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Customizer 2.7.5\n"
5+
"Project-Id-Version: WooCommerce Customizer 2.7.6\n"
66
"Report-Msgid-Bugs-To: "
77
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8-
"POT-Creation-Date: 2022-03-01 09:03:43+00:00\n"
8+
"POT-Creation-Date: 2022-03-02 09:58:57+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
@@ -290,18 +290,6 @@ msgid ""
290290
"for European countries"
291291
msgstr ""
292292

293-
#: includes/class-wc-customizer-settings.php:420
294-
msgid "Images"
295-
msgstr ""
296-
297-
#: includes/class-wc-customizer-settings.php:426
298-
msgid "Placeholder Image source"
299-
msgstr ""
300-
301-
#: includes/class-wc-customizer-settings.php:427
302-
msgid "Change the default placeholder image by setting this to a valid image URL"
303-
msgstr ""
304-
305293
#: woocommerce-customizer.php:104
306294
#. translators: Placeholders: %s - plugin name
307295
msgid "You cannot clone instances of %s."
@@ -312,15 +300,15 @@ msgstr ""
312300
msgid "You cannot unserialize instances of %s."
313301
msgstr ""
314302

315-
#: woocommerce-customizer.php:259
303+
#: woocommerce-customizer.php:252
316304
#. translators: %1$s - <strong>, %2$s - </strong>, %3$s - <a>, %4$s - version
317305
#. number, %5$s - </a>
318306
msgid ""
319307
"%1$sWooCommerce Customizer is inactive%2$s as it requires WooCommerce. "
320308
"Please %3$sactivate WooCommerce version %4$s or newer%5$s"
321309
msgstr ""
322310

323-
#: woocommerce-customizer.php:280
311+
#: woocommerce-customizer.php:273
324312
#. translators: Placeholders: %1$s - <strong>, %2$s - </strong>, %3$s - version
325313
#. number, %4$s and %6$s - <a> tags, %5$s - </a>
326314
msgid ""
@@ -329,19 +317,19 @@ msgid ""
329317
"WooCommerce database upgrade%5$s."
330318
msgstr ""
331319

332-
#: woocommerce-customizer.php:465
320+
#: woocommerce-customizer.php:458
333321
msgid "Configure"
334322
msgstr ""
335323

336-
#: woocommerce-customizer.php:466
324+
#: woocommerce-customizer.php:459
337325
msgid "FAQ"
338326
msgstr ""
339327

340-
#: woocommerce-customizer.php:467
328+
#: woocommerce-customizer.php:460
341329
msgid "Support"
342330
msgstr ""
343331

344-
#: woocommerce-customizer.php:512
332+
#: woocommerce-customizer.php:505
345333
#. translators: Placeholder: %s - sale percentage
346334
msgid "up to %s"
347335
msgstr ""

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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: 4.7
66
Tested up to: 5.9.1
7-
Stable tag: 2.7.6-dev.1
7+
Stable tag: 2.7.6
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

7272
== Changelog ==
7373

74-
= 2022.nn.nn - version 2.7.6-dev.1 =
74+
= 2022.03.02 - version 2.7.6 =
7575
* Fix - Remove image placeholder (this is included in WC 3.5+)
7676

7777
= 2022.03.01 - version 2.7.5 =

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.7.6-dev.1
8+
* Version: 2.7.6
99
* Text Domain: woocommerce-customizer
1010
* Domain Path: /i18n/languages/
1111
*
@@ -46,7 +46,7 @@ class WC_Customizer {
4646

4747

4848
/** plugin version number */
49-
const VERSION = '2.7.6-dev.1';
49+
const VERSION = '2.7.6';
5050

5151
/** required WooCommerce version number */
5252
const MIN_WOOCOMMERCE_VERSION = '3.9.4';

0 commit comments

Comments
 (0)