Skip to content

Commit

Permalink
WooCommerce Customizer: 2.7.6 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Mar 2, 2022
1 parent 1dd8933 commit 78c646a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 24 deletions.
28 changes: 8 additions & 20 deletions i18n/languages/woocommerce-customizer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Customizer 2.7.5\n"
"Project-Id-Version: WooCommerce Customizer 2.7.6\n"
"Report-Msgid-Bugs-To: "
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"POT-Creation-Date: 2022-03-01 09:03:43+00:00\n"
"POT-Creation-Date: 2022-03-02 09:58:57+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -290,18 +290,6 @@ msgid ""
"for European countries"
msgstr ""

#: includes/class-wc-customizer-settings.php:420
msgid "Images"
msgstr ""

#: includes/class-wc-customizer-settings.php:426
msgid "Placeholder Image source"
msgstr ""

#: includes/class-wc-customizer-settings.php:427
msgid "Change the default placeholder image by setting this to a valid image URL"
msgstr ""

#: woocommerce-customizer.php:104
#. translators: Placeholders: %s - plugin name
msgid "You cannot clone instances of %s."
Expand All @@ -312,15 +300,15 @@ msgstr ""
msgid "You cannot unserialize instances of %s."
msgstr ""

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

#: woocommerce-customizer.php:280
#: woocommerce-customizer.php:273
#. 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 @@ -329,19 +317,19 @@ msgid ""
"WooCommerce database upgrade%5$s."
msgstr ""

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

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

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

#: woocommerce-customizer.php:512
#: woocommerce-customizer.php:505
#. translators: Placeholder: %s - sale percentage
msgid "up to %s"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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: 4.7
Tested up to: 5.9.1
Stable tag: 2.7.6-dev.1
Stable tag: 2.7.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

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

= 2022.03.01 - version 2.7.5 =
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.7.6-dev.1
* Version: 2.7.6
* Text Domain: woocommerce-customizer
* Domain Path: /i18n/languages/
*
Expand Down Expand Up @@ -46,7 +46,7 @@ class WC_Customizer {


/** plugin version number */
const VERSION = '2.7.6-dev.1';
const VERSION = '2.7.6';

/** required WooCommerce version number */
const MIN_WOOCOMMERCE_VERSION = '3.9.4';
Expand Down

0 comments on commit 78c646a

Please sign in to comment.