Skip to content

Commit

Permalink
Customizer for WooCommerce: 2.8.0 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio-godaddy committed Jul 28, 2023
1 parent 6cee446 commit 095cdcc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions i18n/languages/woocommerce-customizer.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2022 SkyVerge
# Copyright (C) 2023 SkyVerge
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: Customizer for WooCommerce 2.7.7\n"
"Project-Id-Version: Customizer for WooCommerce 2.8.0\n"
"Report-Msgid-Bugs-To: "
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"POT-Creation-Date: 2022-08-01 03:51:06+00:00\n"
"POT-Creation-Date: 2023-07-28 11:35:31+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

Expand Down Expand Up @@ -290,25 +290,25 @@ msgid ""
"for European countries"
msgstr ""

#: woocommerce-customizer.php:104
#: woocommerce-customizer.php:124
#. translators: Placeholders: %s - plugin name
msgid "You cannot clone instances of %s."
msgstr ""

#: woocommerce-customizer.php:116
#: woocommerce-customizer.php:136
#. translators: Placeholders: %s - plugin name
msgid "You cannot unserialize instances of %s."
msgstr ""

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

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

#: woocommerce-customizer.php:458
#: woocommerce-customizer.php:478
msgid "Configure"
msgstr ""

#: woocommerce-customizer.php:459
#: woocommerce-customizer.php:479
msgid "FAQ"
msgstr ""

#: woocommerce-customizer.php:460
#: woocommerce-customizer.php:480
msgid "Support"
msgstr ""

#: woocommerce-customizer.php:505
#: woocommerce-customizer.php:525
#. translators: Placeholder: %s - sale percentage
msgid "up to %s"
msgstr ""
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@s
Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
Requires at least: 5.6
Requires PHP: 7.4
Tested up to: 6.0.1
Stable tag: 2.8.0-dev.1
Tested up to: 6.2.2
Stable tag: 2.8.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

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

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Customize WooCommerce without code! Easily change add to cart button text and more.
* Author: SkyVerge
* Author URI: http://www.skyverge.com
* Version: 2.8.0-dev.1
* Version: 2.8.0
* Text Domain: woocommerce-customizer
* Domain Path: /i18n/languages/
*
Expand All @@ -19,7 +19,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
*
* WC requires at least: 3.9.4
* WC tested up to: 6.7.0
* WC tested up to: 7.9.0
*/

defined( 'ABSPATH' ) or exit;
Expand Down

0 comments on commit 095cdcc

Please sign in to comment.